diff options
Diffstat (limited to 'python-hacking.spec')
-rw-r--r-- | python-hacking.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-hacking.spec b/python-hacking.spec index d6de40d..0465238 100644 --- a/python-hacking.spec +++ b/python-hacking.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hacking -Version: 5.0.0 +Version: 6.0.0 Release: 1 Summary: OpenStack Hacking Guideline Enforcement License: Apache Software License URL: https://docs.openstack.org/hacking/latest/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/94/d46c1019bdcce298d538bc8af8166d0e788cba0d4974e71adcb0a96d893e/hacking-5.0.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1e/1b/f8c55bd3a5d8efda20f1a0ec10f99618c43cf500cad302bd5317ccd17d52/hacking-6.0.0.tar.gz BuildArch: noarch Requires: python3-flake8 @@ -50,7 +50,7 @@ hacking based gating jobs. This is because new versions of dependencies can introduce new rules, or make existing rules stricter. %prep -%autosetup -n hacking-5.0.0 +%autosetup -n hacking-6.0.0 %build %py3_build @@ -90,5 +90,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 6.0.0-1 - Package Spec generated |