summaryrefslogtreecommitdiff
path: root/python-sheraf.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:45:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:45:05 +0000
commit6c87f3b6ac86213502a275b3828ccce52ee77d47 (patch)
tree4132886db06934efc68cb7891002e037e864640e /python-sheraf.spec
parentef51a79c1df1a0d4e0bd1d9e46ce16a0f09a2e16 (diff)
automatic import of python-sherafopeneuler20.03
Diffstat (limited to 'python-sheraf.spec')
-rw-r--r--python-sheraf.spec19
1 files changed, 10 insertions, 9 deletions
diff --git a/python-sheraf.spec b/python-sheraf.spec
index 15077bb..bc1301b 100644
--- a/python-sheraf.spec
+++ b/python-sheraf.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sheraf
-Version: 0.5.36
+Version: 0.5.37
Release: 1
Summary: Versatile ZODB abstraction layer
License: MIT
URL: https://sheraf.readthedocs.io/en/latest/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a4/7e/db04a5dbd178da5bfdc07b0fc2da75b3f2447098aa4ad226f09c616ff79a/sheraf-0.5.36.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ca/76/37ae08beb663c93b23fde58533ae4d1c7d231e6c16a21c8d5ef3cc9aab47/sheraf-0.5.37.tar.gz
BuildArch: noarch
Requires: python3-zodb
@@ -20,6 +20,7 @@ Requires: python3-psycopg2cffi
Requires: python3-relstorage
Requires: python3-rich
Requires: python3-click
+Requires: python3-legacycrypt
%description
# A versatile ZODB abstraction layer
@@ -169,7 +170,7 @@ sheraf use poetry as its main build tool. Do not hesitate to check [the document
%prep
-%autosetup -n sheraf-0.5.36
+%autosetup -n sheraf-0.5.37
%build
%py3_build
@@ -183,20 +184,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 .
@@ -209,5 +210,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.36-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.37-1
- Package Spec generated