summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-03-23 12:52:10 +0000
committerCoprDistGit <infra@openeuler.org>2025-03-23 12:52:10 +0000
commitc5704bfc76e113e514c8979a6e6377992ed62b1c (patch)
tree109d2b52d6f1880649a077c85cf39478ca24e3fc
parent657ace932ac57bac410ffd613a35e3cd6aec1dbe (diff)
automatic import of copr-cli
-rw-r--r--.gitignore1
-rw-r--r--copr-cli.spec30
-rw-r--r--sources2
3 files changed, 24 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 5da14ad..abd7ab9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/copr-cli-git-7652.8050351.tar.gz
+/copr-cli-2.0.tar.gz
diff --git a/copr-cli.spec b/copr-cli.spec
index 56ce692..570c35b 100644
--- a/copr-cli.spec
+++ b/copr-cli.spec
@@ -9,8 +9,8 @@
%global min_python_copr_version 1.128.1
Name: copr-cli
-Version: 1.109
-Release: 1.git.7652.8050351%{?dist}
+Version: 2.0
+Release: 1%{?dist}
Summary: Command line interface for COPR
License: GPL-2.0-or-later
@@ -19,7 +19,7 @@ URL: https://github.com/fedora-copr/copr
# Source is created by:
# git clone %%url && cd copr
# tito build --tgz --tag %%name-%%version-%%release
-Source0: copr-cli-git-7652.8050351.tar.gz
+Source0: %name-%version.tar.gz
BuildArch: noarch
@@ -32,7 +32,6 @@ BuildRequires: util-linux
%if %{with python3}
Requires: python3-copr >= %min_python_copr_version
Requires: python3-jinja2
-Requires: python3-simplejson
Requires: python3-humanize
Requires: python3-koji
@@ -46,12 +45,10 @@ BuildRequires: python3-humanize
BuildRequires: python3-pytest
BuildRequires: python3-responses
BuildRequires: python3-setuptools
-BuildRequires: python3-simplejson
BuildRequires: python3-munch
%else
Requires: python-copr >= %min_python_copr_version
Requires: python-jinja2
-Requires: python-simplejson
Requires: python-humanize
BuildRequires: pytest
@@ -62,7 +59,6 @@ BuildRequires: python-humanize
BuildRequires: python-mock
BuildRequires: python2-responses
BuildRequires: python-setuptools
-BuildRequires: python-simplejson
BuildRequires: python-munch
%endif
@@ -86,7 +82,7 @@ and submit new builds and COPR will create yum repository from latests builds.
This package contains command line interface.
%prep
-%setup -q -n copr-cli-git-7652.8050351
+%setup -q
%build
@@ -128,6 +124,24 @@ install -m 755 copr_cli/package_build_order.py %{buildroot}/%{_bindir}/package-b
%changelog
+* Wed Oct 02 2024 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 2.0-1
+- Allow admins to set storage for new projects
+
+* Tue May 21 2024 Jakub Kadlcik <frostyx@email.cz> 1.112-1
+- Add per package timeout option
+- Remove dependency on simplejson
+
+* Fri Mar 01 2024 Pavel Raiskup <praiskup@redhat.com> 1.111-1
+- correctly check CoprDir name before uploading large SRPM
+- assign fallback value from self.username
+- fix `copr build` +args --help output
+- typo in --namespace help output
+
+* Tue Aug 15 2023 Pavel Raiskup <praiskup@redhat.com> 1.110-1
+- priority=X support for copr DNF repositories added
+- new 'copr-cli download-build --logs' option added
+- make the pyp2spec tool the default PyPI spec generator
+
* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 1.109-1
- Show CHROOT in help output instead of CHROOTS
- More readable errors related to implicit ownername
diff --git a/sources b/sources
index 2554eea..d555c89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccc9ba12f2607acf7e570841818e37cb copr-cli-git-7652.8050351.tar.gz
+c8c0509caac3e63f017afb9937b15be9 copr-cli-2.0.tar.gz