summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-18 06:59:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-18 06:59:54 +0000
commit109ff7ec7c41f888acbd871569fbf94fd8e169c7 (patch)
treeb1cce62f29348b2bdafe4ea7c0a5dd845e5ca67b
parent7d23e15d0094f9e205cbf8d10cadd7fa98b9eba1 (diff)
automatic import of python-copr
-rw-r--r--.gitignore1
-rw-r--r--python-copr.spec22
-rw-r--r--sources2
3 files changed, 16 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 391fea2..f97acd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/python-copr-1.125.tar.gz
+/python-copr-git-37.cea32e7.tar.gz
diff --git a/python-copr.spec b/python-copr.spec
index 2b7d219..cfa8dc6 100644
--- a/python-copr.spec
+++ b/python-copr.spec
@@ -9,8 +9,8 @@
%endif
Name: python-copr
-Version: 1.125
-Release: 1%{?dist}
+Version: 1.128
+Release: 1.git.37.cea32e7%{?dist}
Summary: Python 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: %name-%version.tar.gz
+Source0: python-copr-git-37.cea32e7.tar.gz
BuildArch: noarch
@@ -135,10 +135,6 @@ Requires: python3-requests-gssapi
Requires: python3-future
%endif
-%if 0%{?openEuler}
-BuildRequires: pyproject-rpm-macros
-%endif
-
%{?python_provide:%python_provide python3-copr}
%if 0%{?fedora} > 30 || 0%{?rhel} > 8 || 0%{?openEuler}
@@ -151,6 +147,7 @@ BuildRequires: python3-pytest
BuildRequires: python3-requests-gssapi
BuildRequires: python3-future
BuildRequires: python3-filelock
+BuildRequires: pyproject-rpm-macros
%generate_buildrequires
%pyproject_buildrequires -r
@@ -179,7 +176,7 @@ developers only.
%prep
-%setup -q
+%setup -q -n python-copr-git-37.cea32e7
%build
@@ -242,6 +239,15 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/
%doc %{_pkgdocdir}
%changelog
+* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.128-1
+- Rebuilding for release mess
+
+* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.127-1
+- Explicitly ask which user checks the permissions
+- Make sure user can build in the project before uploading
+
+* Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.126-1
+- Add option for follow_fedora_branching
* Tue Jan 24 2023 Jakub Kadlcik <frostyx@email.cz> 1.125-1
- Drop the unneeded marshmallow dependency
- Fix APIv3 additional_modules CoprChroot option
diff --git a/sources b/sources
index d6c702a..507586f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db1be33b3b912978af8b12933dca72f1 python-copr-1.125.tar.gz
+03a67313e58ff71c1c4308ded90a2e0c python-copr-git-37.cea32e7.tar.gz