Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fa8f8e4cd3
!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
2024-04-07 06:17:55 +00:00
zhangxianting
bfa5f721cb Increase the upper limit version of flake8 to fix install, flake8<7.0.0 to flake8<=7.0.0
(cherry picked from commit bdc20e61dc8b86afc6c148046393be630fcacd7d)
2024-04-07 13:59:56 +08:00
openeuler-ci-bot
87a61086fb
!15 update to upstream version 3.31.0
From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2023-09-08 03:37:55 +00:00
desert-sailor
31805596cc Upgrade to version 3.31.0 2023-09-08 10:24:04 +08:00
openeuler-ci-bot
6b06ebf79a
!14 Increase the upper limit version of flake8 to fix install
From: @han-guangyu 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2023-05-12 06:17:25 +00:00
han-guangyu
cfb07c573d Increase the upper limit version of flake8 to fix install 2023-05-12 05:42:44 +00:00
openeuler-ci-bot
9b7d729e12
!10 Update package diskimage-builder of version 3.20.3
From: @han-guangyu 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
2022-07-15 07:33:42 +00:00
han-guangyu
293e6e0de2 Update package diskimage-builder of version 3.20.3 2022-07-13 02:06:15 +00:00
openeuler-ci-bot
ea7be64f7b
!12 【轻量级 PR】:添加yaml文件
From: @loong-C 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-07-11 02:43:41 +00:00
loong-C
c9a4ad0e6c
添加yaml文件 2022-07-11 02:20:14 +00:00
5 changed files with 53 additions and 9 deletions

View File

@ -0,0 +1,23 @@
From b727fc3b0c299caf697688964b9e24acf53f7f2c Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com>
Date: Fri, 8 Sep 2023 10:17:17 +0800
Subject: [PATCH] Increase the upper limit version of flake8 to 7.0.0
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 067d95f..0aefaff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
PyYAML>=3.12 # MIT
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
jsonschema>=3.0.2 # MIT
--
2.33.0

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,17 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: diskimage-builder Name: diskimage-builder
Version: 3.7.0 Version: 3.31.0
Release: 1 Release: 2
Summary: Golden Disk Image builder. Summary: olden Disk Image builder.
License: ASL 2.0 License: Apache-2.0
URL: https://docs.openstack.org/diskimage-builder URL: https://docs.openstack.org/diskimage-builder
Source0: https://files.pythonhosted.org/packages/22/18/65e46612652edd6cfb1b7c14ce38a6a90552d797b303bbe7115d667a0be5/diskimage-builder-3.7.0.tar.gz Source0: https://files.pythonhosted.org/packages/6c/1f/ba8b6fdae713d83f4e2eed27db36eccf9073d2d4cfc88bad800ad0b6093d/diskimage-builder-3.31.0.tar.gz
BuildArch: noarch
# Increase upper version to fix install because python-flake8 has been
# upgraded to 6.1.0
Patch0: 0001-Increase-the-upper-limit-version-of-flake8.patch
BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -41,7 +46,7 @@ use with OpenStack.
%define __requires_exclude /sbin/runscript %define __requires_exclude /sbin/runscript
%prep %prep
%autosetup -n diskimage-builder-3.7.0 %autosetup -n diskimage-builder-%{version} -p1
%build %build
%py3_build %py3_build
@ -81,6 +86,18 @@ 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
- Upgrade package python3-diskimage-builder to version 3.31.0
* Fri May 12 2023 Han Guangyu <hanguangyu@uniontech.com> - 3.20.3-2
- Increase the upper limit version of flake8 to fix install
* Mon Jul 04 2022 OpenStack_SIG <openstack@openeuler.org> - 3.20.3-1
- Upgrade package python3-diskimage-builder to version 3.20.3
* Wed Jul 14 2021 liksh <liks11@chinaunicom.cn> - 3.7.0-1 * Wed Jul 14 2021 liksh <liks11@chinaunicom.cn> - 3.7.0-1
- update from 3.2.1 to 3.7.0 - update from 3.2.1 to 3.7.0

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: openstack/diskimage-builder
tag_prefix:
separator: "."