forked from pool/python-copr-cli
Accepting request 972179 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/972179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-copr-cli?expand=0&rev=2
This commit is contained in:
3
copr-cli-1.100.tar.gz
Normal file
3
copr-cli-1.100.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2341392a5a1a2e58d8e905070dee6c23ce87d08286448410ec279dba6fefbff3
|
||||
size 61645
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45a8ea734823f9740833becba666137a50c6fa1457e1441f96a64129143f6b8f
|
||||
size 52013
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 11:55:03 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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 <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user