diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-koji.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /koji-1.32.0.tar.gz +/koji-1.32.1.tar.gz diff --git a/python-koji.spec b/python-koji.spec index 46dccfe..201097a 100644 --- a/python-koji.spec +++ b/python-koji.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-koji -Version: 1.32.0 +Version: 1.32.1 Release: 1 Summary: Koji is a system for building and tracking RPMS. The base package contains shared libraries and the command-line interface. License: LGPLv2 and GPLv2+ URL: http://pagure.io/koji/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/59/a7a87d7058329f33512af9d1f5a64e66450fe4d9ad127c8b79243a2c1f42/koji-1.32.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1a/f6/66b7d8b74e94813a6e6806c050c4e39c553edf95c369fcebe030d4e510e1/koji-1.32.1.tar.gz BuildArch: noarch Requires: python3-dateutil @@ -59,7 +59,7 @@ Key features: * Versioned data %prep -%autosetup -n koji-1.32.0 +%autosetup -n koji-1.32.1 %build %py3_build @@ -99,5 +99,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.32.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.32.1-1 - Package Spec generated @@ -1 +1 @@ -4b1a401f8dbe17471f7ea6d30d6a466e koji-1.32.0.tar.gz +19ed8e9d7b3676ff8552f4fb89252221 koji-1.32.1.tar.gz |