diff --git a/copr-1.123.tar.gz b/copr-1.123.tar.gz deleted file mode 100644 index ad0d5da..0000000 Binary files a/copr-1.123.tar.gz and /dev/null differ diff --git a/copr-1.124.tar.gz b/copr-1.124.tar.gz new file mode 100644 index 0000000..543fff4 Binary files /dev/null and b/copr-1.124.tar.gz differ diff --git a/python-copr.spec b/python-copr.spec index b8df2c1..a9f3256 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -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 - 1.124-1 +- Update package to version 1.124 + * Sun Nov 6 2022 hkgy - 1.123-1 - Upgrade to v1.123