diff --git a/copr-1.105.tar.gz b/copr-1.105.tar.gz deleted file mode 100644 index 4193f24..0000000 Binary files a/copr-1.105.tar.gz and /dev/null differ diff --git a/copr-1.119.tar.gz b/copr-1.119.tar.gz new file mode 100644 index 0000000..ec157e7 Binary files /dev/null and b/copr-1.119.tar.gz differ diff --git a/python-copr.spec b/python-copr.spec index cca0055..8e03095 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -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 - 1.119-1 +- Upgrade to version 1.119 + * Wed Oct 14 2020 Python_Bot - Package Spec generated