diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-18 06:59:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-18 06:59:54 +0000 |
commit | 109ff7ec7c41f888acbd871569fbf94fd8e169c7 (patch) | |
tree | b1cce62f29348b2bdafe4ea7c0a5dd845e5ca67b | |
parent | 7d23e15d0094f9e205cbf8d10cadd7fa98b9eba1 (diff) |
automatic import of python-copr
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-copr.spec | 22 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 16 insertions, 9 deletions
@@ -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 @@ -1 +1 @@ -db1be33b3b912978af8b12933dca72f1 python-copr-1.125.tar.gz +03a67313e58ff71c1c4308ded90a2e0c python-copr-git-37.cea32e7.tar.gz |