diff --git a/copr-1.130.tar.gz b/copr-1.130.tar.gz deleted file mode 100644 index 7e7428d337c1a5ebda7f7d4fdae2f46afc0bc035..0000000000000000000000000000000000000000 Binary files a/copr-1.130.tar.gz and /dev/null differ diff --git a/copr-1.132.tar.gz b/copr-1.132.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e9eb4cb3d1477f45afbeedb25f38cbb1fde6df97 Binary files /dev/null and b/copr-1.132.tar.gz differ diff --git a/python-copr.spec b/python-copr.spec index 9fe53102ba818d1914394b91af44a791b02ce4f4..ad19f4bd3e5e6e9a1154eefb16b7fe8aa7c169e2 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-copr -Version: 1.130 +Version: 1.132 Release: 1 Summary: Python client for copr service. -License: GPL-2.0+ +License: GPL-2.0-or-later URL: https://pagure.io/copr/copr -Source0: https://files.pythonhosted.org/packages/6d/a2/80b7e397f91e7a46b7e4cc3a24b93f452fe2cbe74c1a8c7fbaabb158f011/copr-1.130.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/copr/copr-%{version}.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-%{version} +%autosetup -n copr-%{version} -p1 %build %py3_build @@ -84,6 +84,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 14 2024 yaoxin - 1.132-1 +- Update to 1.132: + * Discourage from deleting objects while paginating over them + * Suggest pagination only when a GET request timeouts + + * Thu Nov 30 2023 jiangxinyu - 1.130-1 - Upgrade package to version 1.130