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:
zhangxianting 2024-04-02 17:14:50 +08:00 committed by openeuler-sync-bot
parent 87a61086fb
commit bfa5f721cb
2 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,7 @@ index 067d95f..0aefaff 100644
stevedore>=1.20.0 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0
# NOTE(ianw) in here because dib-lint uses flake8 # NOTE(ianw) in here because dib-lint uses flake8
-flake8<6.0.0,>=3.6.0 # MIT -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 jsonschema>=3.0.2 # MIT
-- --
2.33.0 2.33.0

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: diskimage-builder Name: diskimage-builder
Version: 3.31.0 Version: 3.31.0
Release: 1 Release: 2
Summary: olden Disk Image builder. Summary: olden Disk Image builder.
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/diskimage-builder URL: https://docs.openstack.org/diskimage-builder
@ -86,6 +86,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Sep 08 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.31.0-1
- Upgrade package python3-diskimage-builder to version 3.31.0 - Upgrade package python3-diskimage-builder to version 3.31.0