summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:28:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:28:36 +0000
commitdb05801f1da1cbccbfc56c40212eb600a35062a1 (patch)
tree6f12af5b8f506c39a0fc05c49e687a6c3d17cc97
parent225321220ad5d8f9a311df91d37d1b88568617bb (diff)
automatic import of python-eolympopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-eolymp.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8c3aab0..2679698 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/eolymp-0.7.41.tar.gz
+/eolymp-0.7.46.tar.gz
diff --git a/python-eolymp.spec b/python-eolymp.spec
index 222386b..b1c38bb 100644
--- a/python-eolymp.spec
+++ b/python-eolymp.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-eolymp
-Version: 0.7.41
+Version: 0.7.46
Release: 1
Summary: Eolymp SDK for Python
License: MIT License
URL: https://github.com/eolymp/contracts
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/53/156aa60d5b726caadc8213882507f56336b99fc8b675d42e177d402eb6bf/eolymp-0.7.41.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/38/06/bdcf29a28c35390e61cfb9f7cf211464fa5756ab167026e711290136a2d6/eolymp-0.7.46.tar.gz
BuildArch: noarch
@@ -85,7 +85,7 @@ for space in out.items:
%prep
-%autosetup -n eolymp-0.7.41
+%autosetup -n eolymp-0.7.46
%build
%py3_build
@@ -99,20 +99,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 .
@@ -125,5 +125,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.41-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.46-1
- Package Spec generated
diff --git a/sources b/sources
index d2714ad..c7c8ab4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b22603feaabea574ac92b77e6497758c eolymp-0.7.41.tar.gz
+78f13993409758e1c664ecd110861e54 eolymp-0.7.46.tar.gz