!18 [sync] PR-17: Increase the upper limit version of flake8 to fix install

From: @openeuler-sync-bot 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2024-04-07 06:17:55 +00:00 committed by Gitee
commit fa8f8e4cd3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
# 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

View File

@ -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