summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:46:51 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:46:51 +0000
commit7dfbe281f097a412cacde5cea56efcabe2c7d09f (patch)
treeb851e4608f3629694c58234e4c8ea84d34e15e66
parentd8a524f5d5842eb935a55d25334300a56631e170 (diff)
automatic import of python-pysusopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pysus.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 65102c8..fe1b073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pysus-0.9.2.tar.gz
+/pysus-0.9.3.tar.gz
diff --git a/python-pysus.spec b/python-pysus.spec
index fdfffc1..d617401 100644
--- a/python-pysus.spec
+++ b/python-pysus.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pysus
-Version: 0.9.2
+Version: 0.9.3
Release: 1
Summary: Tools for dealing with Brazil's Public health data
License: GPL
URL: https://pypi.org/project/pysus/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/76/ac/12197334b4e68d3d9c6ef49fcfd4a2c427a1945389bc3484bc15e5ece538/pysus-0.9.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/64/1b/1c3e41d35c84f53d8750c1bec938cf47a046e732a9a8c6706ba4a7c62dbe/pysus-0.9.3.tar.gz
BuildArch: noarch
Requires: python3-cffi
@@ -49,7 +49,7 @@ Provides: python3-pysus-doc
%prep
-%autosetup -n pysus-0.9.2
+%autosetup -n pysus-0.9.3
%build
%py3_build
@@ -63,20 +63,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 .
@@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.3-1
- Package Spec generated
diff --git a/sources b/sources
index 4bdf852..2a89052 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e4e41c29893b693b6882920d3c1d412 pysus-0.9.2.tar.gz
+814b7e7c339e147a1b87133c25d9e6d3 pysus-0.9.3.tar.gz