summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:08:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:08:22 +0000
commitcb67ec073565c9f62035ad1d736dda7dc7058b72 (patch)
tree047ca3cd9d735e51f29aa77e28ea61a72c617c1e
parent0d3d7c09deef3d207283ffac85eaafac4a89f7fb (diff)
automatic import of python-psrqpyopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-psrqpy.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 7923896..ceccd9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/psrqpy-1.2.6.tar.gz
+/psrqpy-1.2.7.tar.gz
diff --git a/python-psrqpy.spec b/python-psrqpy.spec
index 4fd9c8f..cba964b 100644
--- a/python-psrqpy.spec
+++ b/python-psrqpy.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-psrqpy
-Version: 1.2.6
+Version: 1.2.7
Release: 1
Summary: A Python module for querying the ATNF pulsar catalogue
License: MIT
URL: https://github.com/mattpitkin/psrqpy
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e5/1a/8cbb117247f75504f4a1d6d1beff8416a453a1ee082232c895bc98ceb94f/psrqpy-1.2.6.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ec/50/14a3c3c99dc81dd942a490319b53882dc521e04855b9a7788dbce3f47e53/psrqpy-1.2.7.tar.gz
BuildArch: noarch
Requires: python3-ads
@@ -315,7 +315,7 @@ This code is licensed under the [MIT License](http://opensource.org/licenses/MIT
[![ASCL](https://img.shields.io/badge/ascl-1812.017-blue.svg?colorB=262255)](http://ascl.net/1812.017)
%prep
-%autosetup -n psrqpy-1.2.6
+%autosetup -n psrqpy-1.2.7
%build
%py3_build
@@ -329,20 +329,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 .
@@ -355,5 +355,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.7-1
- Package Spec generated
diff --git a/sources b/sources
index b1d5d2b..9f730e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf50af4e8937182bb4a3c6afa7fb5b90 psrqpy-1.2.6.tar.gz
+9fdc2212fd5f4314598cfc5b3f8f00ff psrqpy-1.2.7.tar.gz