summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:23:50 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:23:50 +0000
commit0f161fec2f12eba90f4826fa15ee6168d060fb18 (patch)
tree10f6534b92897d66d3151c7f67cdf3198249862d
parent43641e8ebb4a5a1caeb12236b5d0617d4b624289 (diff)
automatic import of python-pydelphinopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pydelphin.spec19
-rw-r--r--sources2
3 files changed, 12 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 7127e09..0b6ddf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/PyDelphin-1.8.0.tar.gz
+/PyDelphin-1.8.1.tar.gz
diff --git a/python-pydelphin.spec b/python-pydelphin.spec
index 0ba4e4b..a3eec04 100644
--- a/python-pydelphin.spec
+++ b/python-pydelphin.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-PyDelphin
-Version: 1.8.0
+Version: 1.8.1
Release: 1
Summary: Libraries and scripts for DELPH-IN data
License: MIT
URL: https://github.com/delph-in/pydelphin
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/11/425678d0ca350d6d4a24c4b5b6f84021b634f5896011aa2aa6f94430f208/PyDelphin-1.8.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/77/1a/e52f55f1be2fb3ddfeace59d014ca0ed3594c4393cc9220cc33bfe6ce628/PyDelphin-1.8.1.tar.gz
BuildArch: noarch
Requires: python3-penman
@@ -16,6 +16,7 @@ Requires: python3-sphinx-rtd-theme
Requires: python3-requests
Requires: python3-falcon
Requires: python3-regex
+Requires: python3-requests
Requires: python3-pytest
Requires: python3-flake8
Requires: python3-mypy
@@ -612,7 +613,7 @@ current recommended spelling has an upper-case "P".
%prep
-%autosetup -n PyDelphin-1.8.0
+%autosetup -n PyDelphin-1.8.1
%build
%py3_build
@@ -626,20 +627,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 .
@@ -652,5 +653,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.1-1
- Package Spec generated
diff --git a/sources b/sources
index b0af729..76e7eb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-795fa70f4706a48774ea6580061c3726 PyDelphin-1.8.0.tar.gz
+7a77971ab497f305eb918ae3543c65c9 PyDelphin-1.8.1.tar.gz