Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
79eb623771
!13 Upgrade package to version 1.130
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-30 08:02:40 +00:00
jxy_git
3c81b1ab78 Upgrade package to version 1.130 2023-11-30 15:27:11 +08:00
openeuler-ci-bot
f0198a0e93
!12 Update package to version1.129
From: @lingjuer 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-03 06:03:26 +00:00
lingjuer
864bb3022e Update package to version 1.129 2023-06-30 09:36:42 +08:00
openeuler-ci-bot
a0f981f989
!11 Upgrade to latest release [python-copr -> 1.128]
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-04-12 08:34:05 +00:00
wubijie
c0ea879d9f update version to 1.128 2023-04-12 09:28:08 +08:00
openeuler-ci-bot
f7ef22cfba
!10 Update package to version 1.125
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-03-30 10:28:18 +00:00
wubijie
89811ebd90 Update package to version 1.125 2023-03-20 15:52:58 +08:00
openeuler-ci-bot
5ff986568c
!8 Update package
From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-15 10:41:20 +00:00
liqiuyu123
78beb3dafa update version to 1.124 2022-12-15 17:06:56 +08:00
3 changed files with 22 additions and 4 deletions

Binary file not shown.

BIN
copr-1.130.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.123 Version: 1.130
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/7b/98/ce70cb3df8a52b4920ccfd21b8e65f61544a733c779a6227ed13f1ab3f22/copr-1.123.tar.gz Source0: https://files.pythonhosted.org/packages/6d/a2/80b7e397f91e7a46b7e4cc3a24b93f452fe2cbe74c1a8c7fbaabb158f011/copr-1.130.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -18,7 +18,7 @@ This part is a python client to the copr service.
%package -n python3-copr %package -n python3-copr
Summary: Python client for copr service. Summary: Python client for copr service.
Provides: python-copr Provides: python-copr = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-copr %description -n python3-copr
@ -41,7 +41,7 @@ is used to allow packagers to create third party repositories.
This part is a python client to the copr service. This part is a python client to the copr service.
%prep %prep
%autosetup -n copr-1.123 %autosetup -n copr-%{version}
%build %build
%py3_build %py3_build
@ -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,21 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.130-1
- Upgrade package to version 1.130
* Fri Jun 30 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.129-1
- Update package to version 1.129
* 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
- Update package to version 1.125
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.124-1
- Update package to version 1.124
* Sun Nov 6 2022 hkgy <kaguyahatu@outlook.com> - 1.123-1 * Sun Nov 6 2022 hkgy <kaguyahatu@outlook.com> - 1.123-1
- Upgrade to v1.123 - Upgrade to v1.123