diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-28 09:06:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-28 09:06:22 +0000 |
commit | 66795c792b98e9b4c1103f845311c590c3436ef0 (patch) | |
tree | e22da62eff4ad19a3d9a64ed51912ba563537f3e | |
parent | 109ff7ec7c41f888acbd871569fbf94fd8e169c7 (diff) |
automatic import of python-copr
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | python-copr.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1,2 +1 @@ -/python-copr-1.125.tar.gz -/python-copr-git-37.cea32e7.tar.gz +/python-copr-git-7640.9b8b541.tar.gz diff --git a/python-copr.spec b/python-copr.spec index cfa8dc6..b431b39 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -9,8 +9,8 @@ %endif Name: python-copr -Version: 1.128 -Release: 1.git.37.cea32e7%{?dist} +Version: 1.129 +Release: 1.git.7640.9b8b541%{?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: python-copr-git-37.cea32e7.tar.gz +Source0: python-copr-git-7640.9b8b541.tar.gz BuildArch: noarch @@ -147,7 +147,6 @@ BuildRequires: python3-pytest BuildRequires: python3-requests-gssapi BuildRequires: python3-future BuildRequires: python3-filelock -BuildRequires: pyproject-rpm-macros %generate_buildrequires %pyproject_buildrequires -r @@ -176,7 +175,7 @@ developers only. %prep -%setup -q -n python-copr-git-37.cea32e7 +%setup -q -n python-copr-git-7640.9b8b541 %build @@ -239,6 +238,9 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/ %doc %{_pkgdocdir} %changelog +* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 1.129-1 +- General check if it makes sense to upload SRPM + * Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.128-1 - Rebuilding for release mess @@ -1 +1 @@ -03a67313e58ff71c1c4308ded90a2e0c python-copr-git-37.cea32e7.tar.gz +b8298f3478b75a06a0d859bcc5742a37 python-copr-git-7640.9b8b541.tar.gz |