diff --git a/copr-cli-1.100.tar.gz b/copr-cli-1.100.tar.gz new file mode 100644 index 0000000..67a3f31 --- /dev/null +++ b/copr-cli-1.100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2341392a5a1a2e58d8e905070dee6c23ce87d08286448410ec279dba6fefbff3 +size 61645 diff --git a/copr-cli-1.90.tar.gz b/copr-cli-1.90.tar.gz deleted file mode 100644 index 59690e5..0000000 --- a/copr-cli-1.90.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a8ea734823f9740833becba666137a50c6fa1457e1441f96a64129143f6b8f -size 52013 diff --git a/python-copr-cli.changes b/python-copr-cli.changes index fd1712d..4a34e16 100644 --- a/python-copr-cli.changes +++ b/python-copr-cli.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Apr 22 11:55:03 UTC 2022 - Matej Cepl + +- Update to 1.100 (changes for all copr packages, not only copr-cli): + - Bugfixes + - Kerberos/GSSAPI authentication for API and copr-cli + - Copr-cli re-tries connections with Copr Frontend + - Large queue improvements + - More copr-cli options for editing chroots + - Signing packages with SHA256 + - Remote refs in committish + - Removing unused tarballs + - More human-readable validation errors in APIv3 + - Basic build tagging + - Webhook rebuilds are background jobs now + - Searching by attributes + - APIv3 /monitor route + - The “Rebuild all” packages feature enhanced + - Builder VMs priority + - Query built RPM results via API + - Pull request CoprDirs are automatically deleted after inactivity + - Showing two latest Copr-related articles + - Specify copr-cli output format + - IPv6 support + - Isolation configuration per-chroot + - Submit build with excluded chroots + - EOL chroot management + - Disabling modules in buildroot + - New mock –isolation option + - EOL repository management + - Searching by build ID + ------------------------------------------------------------------- Tue Nov 17 12:07:43 PM UTC 2020 - John Vandenberg diff --git a/python-copr-cli.spec b/python-copr-cli.spec index 7a0e59f..7e73580 100644 --- a/python-copr-cli.spec +++ b/python-copr-cli.spec @@ -1,7 +1,7 @@ # # spec file for package python-copr-cli # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,27 +18,35 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-copr-cli -Version: 1.90 +Version: 1.100 Release: 0 Summary: Copr cli -License: GPL-2.0+ +License: GPL-2.0-or-later URL: https://pagure.io/copr/copr Source: https://files.pythonhosted.org/packages/source/c/copr-cli/copr-cli-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} -# SECTION test requirements -BuildRequires: %{python_module copr} -BuildRequires: %{python_module humanize} -BuildRequires: %{python_module Jinja2} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module simplejson} -# /SECTION BuildRequires: fdupes -Requires: python-copr -Requires: python-humanize +BuildRequires: python-rpm-macros Requires: python-Jinja2 +Requires: python-copr >= 1.116 +Requires: python-filelock +Requires: python-future +Requires: python-humanize +Requires: python-requests-gssapi +Requires: python-responses Requires: python-simplejson BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module copr >= 1.116} +BuildRequires: %{python_module filelock} +BuildRequires: %{python_module future} +BuildRequires: %{python_module humanize} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module requests-gssapi} +BuildRequires: %{python_module responses} +BuildRequires: %{python_module simplejson} +# /SECTION %python_subpackages %description