diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:21:04 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:21:04 +0000 |
| commit | 3e9234cf91c84a12e9034de0098c57e39c058313 (patch) | |
| tree | 1bb1f26fb4ca028b1502f6ffe25459b5b45db3ef | |
| parent | 855767b1e65ce6724a03ab26e2db9927225e29f0 (diff) | |
automatic import of python-patchwork-coreopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-patchwork-core.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /patchwork-core-0.1.6.tar.gz +/patchwork-core-0.1.7.tar.gz diff --git a/python-patchwork-core.spec b/python-patchwork-core.spec index e03428a..c90f4f6 100644 --- a/python-patchwork-core.spec +++ b/python-patchwork-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-patchwork-core -Version: 0.1.6 +Version: 0.1.7 Release: 1 Summary: Core of the Patchwork Framework - The distributed asynchronous microframework License: MIT License URL: https://pypi.org/project/patchwork-core/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b1/3b/0327a0a909ecbbaf9fc4b855acfe0865fe55ac257dc0b055f8d69a401e30/patchwork-core-0.1.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/2f/162946d3ade865ef7474d8044734853c70f06b9bbdfda7ecbfc9dc4aaba7/patchwork-core-0.1.7.tar.gz BuildArch: noarch Requires: python3-betterproto @@ -107,7 +107,7 @@ https://patchwork-framework.gitlab.io/core %prep -%autosetup -n patchwork-core-0.1.6 +%autosetup -n patchwork-core-0.1.7 %build %py3_build @@ -121,20 +121,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -147,5 +147,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.6-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.7-1 - Package Spec generated @@ -1 +1 @@ -f8c2cab75deba4057d6c126f151897c0 patchwork-core-0.1.6.tar.gz +04819defb633800ded48a7587f08210c patchwork-core-0.1.7.tar.gz |
