summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:53:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:53:07 +0000
commite9c0131267fcda6a37ae8a1ae72664536d6633d0 (patch)
treed7ae5d32f92b04f9d077726c1aa1b72df6abf7a5
parente5a368ae43474b132f1a98378382ede5ae7840c4 (diff)
automatic import of python-pdbufropeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pdbufr.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 2472ab5..8f3476b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/pdbufr-0.10.1.tar.gz
+/pdbufr-0.10.2.tar.gz
diff --git a/python-pdbufr.spec b/python-pdbufr.spec
index e59ec95..b4f58a1 100644
--- a/python-pdbufr.spec
+++ b/python-pdbufr.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pdbufr
-Version: 0.10.1
+Version: 0.10.2
Release: 1
Summary: Pandas reader for the BUFR format using ecCodes.
License: Apache License Version 2.0
URL: https://github.com/ecmwf/pdbufr
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/60/9d87ebad6ea6039b77867a641819abda7ebb4dd075dc8e8cd950525c31ad/pdbufr-0.10.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/01/d5/7f109da3f5855a8f89ce30282eb30545deb06e58e1b3ac1d3bab1f447256/pdbufr-0.10.2.tar.gz
BuildArch: noarch
@@ -31,7 +31,7 @@ Provides: python3-pdbufr-doc
The documentation can be found at https://pdbufr.readthedocs.io/.
%prep
-%autosetup -n pdbufr-0.10.1
+%autosetup -n pdbufr-0.10.2
%build
%py3_build
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.2-1
- Package Spec generated
diff --git a/sources b/sources
index 2ff37a4..6cc4b1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d0ad686995acac2a4c7f88e7de772af pdbufr-0.10.1.tar.gz
+501c612636eb3f975eb38daa5150e2ab pdbufr-0.10.2.tar.gz