Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-copr-cli for openSUSE:Factory
checked in at 2022-04-22 21:55:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-copr-cli (Old)
and /work/SRC/openSUSE:Factory/.python-copr-cli.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-copr-cli"
Fri Apr 22 21:55:05 2022 rev:2 rq:972179 version:1.100
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-copr-cli/python-copr-cli.changes
2020-12-22 13:35:37.094458260 +0100
+++
/work/SRC/openSUSE:Factory/.python-copr-cli.new.1538/python-copr-cli.changes
2022-04-22 21:56:19.558947637 +0200
@@ -1,0 +2,32 @@
+Fri Apr 22 11:55:03 UTC 2022 - Matej Cepl <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
copr-cli-1.90.tar.gz
New:
----
copr-cli-1.100.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-copr-cli.spec ++++++
--- /var/tmp/diff_new_pack.4NdpXn/_old 2022-04-22 21:56:19.998948138 +0200
+++ /var/tmp/diff_new_pack.4NdpXn/_new 2022-04-22 21:56:20.002948143 +0200
@@ -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}
+BuildRequires: fdupes
+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 copr}
-BuildRequires: %{python_module humanize}
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
-BuildRequires: fdupes
-Requires: python-copr
-Requires: python-humanize
-Requires: python-Jinja2
-Requires: python-simplejson
-BuildArch: noarch
%python_subpackages
%description
++++++ copr-cli-1.90.tar.gz -> copr-cli-1.100.tar.gz ++++++
++++ 2898 lines of diff (skipped)