summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-appyter.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index e7e73c9..9672af4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/appyter-0.19.19.tar.gz
+/appyter-0.19.21.tar.gz
diff --git a/python-appyter.spec b/python-appyter.spec
index 9efcaba..081d2ff 100644
--- a/python-appyter.spec
+++ b/python-appyter.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-appyter
-Version: 0.19.19
+Version: 0.19.21
Release: 1
Summary: please add a summary manually as the author left a blank one
License: CC-BY-NC-SA-4.0
URL: https://github.com/maayanLab/appyter/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/6d/2dbbe3b9ae50ed6fc3f1593927d26f05e4f4308c028d0c40b434fcbcc298/appyter-0.19.19.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/fd/3e/3ac9e4d6b2860b42ac7665c2ffa12565062702378df33b3af8bd09dc4609/appyter-0.19.21.tar.gz
BuildArch: noarch
Requires: python3-aiohttp-remotes
@@ -59,7 +59,7 @@ Provides: python3-appyter-doc
%prep
-%autosetup -n appyter-0.19.19
+%autosetup -n appyter-0.19.21
%build
%py3_build
@@ -73,20 +73,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 .
@@ -99,5 +99,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.19-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.21-1
- Package Spec generated
diff --git a/sources b/sources
index 69b2b4f..625738f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-578b6f9442504273c9dad2e57df12796 appyter-0.19.19.tar.gz
+c901a721c0cf9e8b1c3c9e4b3c6e9485 appyter-0.19.21.tar.gz