summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-pydelijn.spec24
-rw-r--r--sources2
3 files changed, 11 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index b0ea27e..ae154b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pydelijn-1.0.0.tar.gz
+/pydelijn-1.1.0.tar.gz
diff --git a/python-pydelijn.spec b/python-pydelijn.spec
index 6a58f34..5e270f0 100644
--- a/python-pydelijn.spec
+++ b/python-pydelijn.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pydelijn
-Version: 1.0.0
+Version: 1.1.0
Release: 1
Summary: Get realtime info on stop passages of De Lijn (api.delijn.be)
License: MIT
URL: https://github.com/bollewolle/pydelijn
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4c/c7/119683bb2016a5f80177b7c079e2e506847f346a7413d3078e4bd2d0dfb4/pydelijn-1.0.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/6d/72/c3b2782bd5b28c0c97a94433c1defe5ef817eb973104f223e8beaba75b2b/pydelijn-1.1.0.tar.gz
BuildArch: noarch
Requires: python3-aiohttp
@@ -92,8 +92,6 @@ LOOP.close()
-
-
%package -n python3-pydelijn
Summary: Get realtime info on stop passages of De Lijn (api.delijn.be)
Provides: python-pydelijn
@@ -180,8 +178,6 @@ LOOP.close()
-
-
%package help
Summary: Development documents and examples for pydelijn
Provides: python3-pydelijn-doc
@@ -265,10 +261,8 @@ LOOP.close()
-
-
%prep
-%autosetup -n pydelijn-1.0.0
+%autosetup -n pydelijn-1.1.0
%build
%py3_build
@@ -282,20 +276,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 .
@@ -308,5 +302,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
- Package Spec generated
diff --git a/sources b/sources
index 8662ad3..f6e8565 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e648424854e94cc4c96573ab9dec3517 pydelijn-1.0.0.tar.gz
+904a99fc111cc9b07079a39da9989cc4 pydelijn-1.1.0.tar.gz