Increase the upper limit version of flake8 to fix install, flake8<7.0.0 to flake8<=7.0.0
(cherry picked from commit bdc20e61dc8b86afc6c148046393be630fcacd7d)
This commit is contained in:
parent
87a61086fb
commit
bfa5f721cb
@ -16,7 +16,7 @@ index 067d95f..0aefaff 100644
|
||||
stevedore>=1.20.0 # Apache-2.0
|
||||
# NOTE(ianw) in here because dib-lint uses flake8
|
||||
-flake8<6.0.0,>=3.6.0 # MIT
|
||||
+flake8<7.0.0,>=3.6.0 # MIT
|
||||
+flake8<=7.0.0,>=3.6.0 # MIT
|
||||
jsonschema>=3.0.2 # MIT
|
||||
--
|
||||
2.33.0
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: diskimage-builder
|
||||
Version: 3.31.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: olden Disk Image builder.
|
||||
License: Apache-2.0
|
||||
URL: https://docs.openstack.org/diskimage-builder
|
||||
@ -86,6 +86,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 02 2024 zhangxianting <zhangxianting@uniontech.com> - 3.31.0-2
|
||||
- Increase the upper limit version of flake8 to fix install, flake8<7.0.0 to flake8<=7.0.0
|
||||
|
||||
* Fri Sep 08 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.31.0-1
|
||||
- Upgrade package python3-diskimage-builder to version 3.31.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user