Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5fd4924868 | |||
| 11ebbfb562 | |||
| 684b5401d0 | |||
| 327379c8b1 | |||
| 14a2ad905b | |||
| c1dc20b9b6 | |||
| e246ebb3b7 |
3
copr-cli-2.1.tar.gz
Normal file
3
copr-cli-2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23c1f0665cee13d5812ba34e3975bf0c474ef98f2ac8215facf29b8921e09188
|
||||||
|
size 64846
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7cfbd9927e3f9a9956249dd42100fe58fa2641c324c5e8203c3d92ace3ff42e7
|
|
||||||
size 65491
|
|
||||||
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 9 22:15:50 UTC 2026 - Marius Grossu <marius.grossu@suse.com>
|
|
||||||
|
|
||||||
- Update to 2.4:
|
|
||||||
* There is a new API endpoint, along with CLI support, for re-generating API tokens (#3960)
|
|
||||||
- full changelog at:
|
|
||||||
* https://github.com/fedora-copr/copr/compare/copr-cli-2.1-1...copr-cli-2.4-1
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 7 09:33:49 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Mon Jul 7 09:33:49 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-copr-cli
|
# spec file for package python-copr-cli
|
||||||
#
|
#
|
||||||
# Copyright (c) 2026 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
Name: python-copr-cli
|
Name: python-copr-cli
|
||||||
Version: 2.4
|
Version: 2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Copr cli
|
Summary: Copr cli
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/fedora-copr/copr
|
URL: https://github.com/fedora-copr/copr
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/copr-cli/copr_cli-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/copr-cli/copr-cli-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -49,7 +49,7 @@ BuildRequires: %{python_module responses}
|
|||||||
CLI tool to run copr.
|
CLI tool to run copr.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n copr_cli-%{version}
|
%autosetup -p1 -n copr-cli-%{version}
|
||||||
|
|
||||||
sed -i '1{/#!/d}' copr_cli/package_build_order.py
|
sed -i '1{/#!/d}' copr_cli/package_build_order.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user