From b4527056b520b0e704f85c91e45dba3e6eb9d11a Mon Sep 17 00:00:00 2001 From: zoedong Date: Sat, 7 Oct 2023 14:40:01 +0800 Subject: [PATCH] Bump version to 6.0.1 --- python-hacking.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-hacking.spec b/python-hacking.spec index f89221a..f88118b 100644 --- a/python-hacking.spec +++ b/python-hacking.spec @@ -3,8 +3,8 @@ Summary: OpenStack Hacking Guideline Enforcement Name: python-%{pypi_name} -Version: 4.0.0 -Release: 5%{?dist} +Version: 6.0.1 +Release: 1%{?dist} License: ASL 2.0 URL: http://github.com/openstack-dev/hacking Source0: https://pypi.io/packages/source/h/%{pypi_name}/%{pypi_name}-%{version}.tar.gz @@ -56,6 +56,9 @@ rm -rf .testrepository/ %{python3_sitelib}/%{pypi_name} %changelog +* Sat Oct 07 2023 Miaojun Dong - 6.0.1-1 +- Bump version to 6.0.1 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 4.0.0-5 - Rebuilt for python 3.11 diff --git a/sources b/sources index 50a543f..f11f8ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hacking-4.0.0.tar.gz) = 99bdc37fa9669d6da72ea12af1295458c9316bf7c4f38463ed6786abebaf79c7e7678e0469db889acfc3150db3a54d24914f3a5e39f0d975043d6f5200786a37 +SHA512 (hacking-6.0.1.tar.gz) = df6d96ebff972a13eec4a7af3273ad7b80a5f20602fdf956b167048d866d8029c3d60601276655834a64b25b1ad6e5d81935572711b6cac894c16f5c5b70722c -- Gitee