update version to 1.124

This commit is contained in:
liqiuyu123 2022-12-15 17:06:56 +08:00
parent eb931671b7
commit 78beb3dafa
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
copr-1.124.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.123
Version: 1.124
Release: 1
Summary: Python client for copr service.
License: GPL-2.0+
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/f3/2e/fefccb9ac99607b1b7cae2da8fc60a4b3a205818794c78ca54b72f5b7967/copr-1.124.tar.gz
BuildArch: noarch
%description
@ -18,7 +18,7 @@ This part is a python client to the copr service.
%package -n python3-copr
Summary: Python client for copr service.
Provides: python-copr
Provides: python-copr = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%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.
%prep
%autosetup -n copr-1.123
%autosetup -n copr-%{version}
%build
%py3_build
@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* 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
- Upgrade to v1.123