!11 Upgrade to latest release [python-copr -> 1.128]

From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-04-12 08:34:05 +00:00 committed by Gitee
commit a0f981f989
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
copr-1.128.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-copr Name: python-copr
Version: 1.125 Version: 1.128
Release: 1 Release: 1
Summary: Python client for copr service. Summary: Python client for copr service.
License: GPL-2.0+ License: GPL-2.0+
URL: https://pagure.io/copr/copr URL: https://pagure.io/copr/copr
Source0: https://files.pythonhosted.org/packages/6d/48/5dc0c89a168c0bffe5cf7413474c12496aeafc70b96d91657b129092ab01/copr-1.125.tar.gz Source0: https://files.pythonhosted.org/packages/3f/92/8d28ca35313e0d3a9aedf785f4c05f17dd648e8564acd852a1de3e939476/copr-1.128.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -53,6 +53,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot} pushd %{buildroot}
if [ -d usr/lib ]; then 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
@ -81,6 +84,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Apr 12 2023 wubijie <wubijie@kylinos.cn> - 1.128-1
- Update package to version 1.128
* Mon Mar 20 2023 wubijie <wubijie@kylinos.cn> - 1.125-1 * Mon Mar 20 2023 wubijie <wubijie@kylinos.cn> - 1.125-1
- Update package to version 1.125 - Update package to version 1.125