summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:15:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:15:47 +0000
commit0da77a5d75f246123cac31d30725328264ba96f3 (patch)
treea02ad6b2d141ec07e6e60d89d35fe5b6885924d3
parent7e76738c752a405deefd13aade67acd1c5fc76a3 (diff)
automatic import of python-planetarypyopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-planetarypy.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 6821edd..58b6ed6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/planetarypy-0.26.4.tar.gz
+/planetarypy-0.26.5.tar.gz
diff --git a/python-planetarypy.spec b/python-planetarypy.spec
index 680e83d..3cf477a 100644
--- a/python-planetarypy.spec
+++ b/python-planetarypy.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-planetarypy
-Version: 0.26.4
+Version: 0.26.5
Release: 1
Summary: Python Tools for Planetary Science
License: MIT License
URL: https://github.com/michaelaye/nbplanetary
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/37/2b/d508b045571b46a37136a4cd6c788042d186ccbfccad1e3a1fa344a9fed4/planetarypy-0.26.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/8f/79/1c34d766a57194525c39ed65eb56dbb74218a098fc04693415b77c5553d0/planetarypy-0.26.5.tar.gz
BuildArch: noarch
Requires: python3-tomlkit
@@ -1514,7 +1514,7 @@ Software for Imagers and Spectrometers* (version 7.2.0_RC1). Zenodo.
</div>
%prep
-%autosetup -n planetarypy-0.26.4
+%autosetup -n planetarypy-0.26.5
%build
%py3_build
@@ -1528,20 +1528,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 .
@@ -1554,5 +1554,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.26.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.26.5-1
- Package Spec generated
diff --git a/sources b/sources
index e3a9045..c0089d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81c939bdec2348f87f8694e71deaa9c2 planetarypy-0.26.4.tar.gz
+2c6afb0031130b1d3eff599d0c3a4b9d planetarypy-0.26.5.tar.gz