!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:
commit
fa8f8e4cd3
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user