Upgrade to version 1.119

This commit is contained in:
wu-leilei 2022-06-27 15:40:19 +08:00
parent 79757ec160
commit 4e7ed63bc9
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
copr-1.119.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-copr
Version: 1.105
Version: 1.119
Release: 1
Summary: Python client for copr service.
License: GPLv2+
URL: https://pagure.io/copr/copr
Source0: https://files.pythonhosted.org/packages/51/27/6c882a422831d5a2cb174c5475c7080e09a9e27a6acc89c47496c1c5977d/copr-1.105.tar.gz
Source0: https://files.pythonhosted.org/packages/16/5c/ef472655a0e8bc9699f2832580db9b4130bf4d54ab010d18215968dd827c/copr-1.119.tar.gz
BuildArch: noarch
%description
@ -41,7 +41,7 @@ is used to allow packagers to create third party repositories.
This part is a python client to the copr service.
%prep
%autosetup -n copr-1.105
%autosetup -n copr-1.119
%build
%py3_build
@ -81,5 +81,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.119-1
- Upgrade to version 1.119
* Wed Oct 14 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated