summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-sheraf.spec19
-rw-r--r--sources2
3 files changed, 12 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index a7bd0bc..5c1a2ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/sheraf-0.5.36.tar.gz
+/sheraf-0.5.37.tar.gz
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
diff --git a/sources b/sources
index 79df3f6..56371e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d70933c20c64614580443a1270d0759 sheraf-0.5.36.tar.gz
+4727a6a8cab33008760e1b9d6158c814 sheraf-0.5.37.tar.gz