summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:49:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:49:53 +0000
commita58bd49f0e88b41e64b7e5fa43336396665b5bff (patch)
tree84553f8f4cd1409607b36548ef2dee63f150f53d
parentbc094b3583c4467c90ec5217e641b7c4f1c0d6e9 (diff)
automatic import of python-py-eodms-rapiopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-py-eodms-rapi.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 8f82113..0269e11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/py-eodms-rapi-1.5.3.tar.gz
+/py-eodms-rapi-1.5.4.tar.gz
diff --git a/python-py-eodms-rapi.spec b/python-py-eodms-rapi.spec
index 92d92ee..411ecaf 100644
--- a/python-py-eodms-rapi.spec
+++ b/python-py-eodms-rapi.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-py-eodms-rapi
-Version: 1.5.3
+Version: 1.5.4
Release: 1
Summary: EODMS RAPI Client is a Python3 package used to access the REST API service provided by the Earth Observation Data Management System (EODMS) from Natural Resources Canada.
License: LICENSE
URL: https://py-eodms-rapi.readthedocs.io/en/latest/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c2/35/26cd7d1dd312496a242ac3c468e8cb6501fa31cfa1d99045e54d673b3461/py-eodms-rapi-1.5.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f5/7b/3e1e3f154a543166d635e219e909937fec7a5372a0462551603831a4900d/py-eodms-rapi-1.5.4.tar.gz
BuildArch: noarch
Requires: python3-dateparser
@@ -161,7 +161,7 @@ If you have any questions or require support, please contact the EODMS Support T
MIT License
%prep
-%autosetup -n py-eodms-rapi-1.5.3
+%autosetup -n py-eodms-rapi-1.5.4
%build
%py3_build
@@ -175,20 +175,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 .
@@ -201,5 +201,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.4-1
- Package Spec generated
diff --git a/sources b/sources
index 79cf483..4c0cd20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89d1642b7357c91b4df8c97ca2b0d793 py-eodms-rapi-1.5.3.tar.gz
+844abb9b55844beb326bee9f7b21b208 py-eodms-rapi-1.5.4.tar.gz