!8 add patch to fix mode rU for build error

From: @wubijie123 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2023-08-21 12:17:00 +00:00 committed by Gitee
commit 07d005790e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,22 @@
From f0938fcaae74896aa05cf9151b6535e0e94f83fe Mon Sep 17 00:00:00 2001
From: wubijie <wubijie@kylinos.cn>
Date: Mon, 21 Aug 2023 17:27:24 +0800
Subject: [PATCH] settle build problem
---
test-requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-requirements.txt b/test-requirements.txt
index bc8d8d2..c11c5da 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -27,4 +27,4 @@ scripttest
# NOTE(rpodolyaka): This version identifier is currently necessary as
# pytz otherwise does not install on pip 1.4 or higher
pylint
-pytz>=2010h
+pytz>=2023.3
--
2.33.0

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-sqlalchemy-migrate
Version: 0.13.0
Release: 3
Release: 4
Summary: Database schema migration for SQLAlchemy
License: MIT License
URL: http://www.openstack.org/
Source0: https://files.pythonhosted.org/packages/36/bb/40f66b12b18fb03da76dcee31df75cca9e54b71d9d8a784bb95bfbadee2c/sqlalchemy-migrate-0.13.0.tar.gz
Patch001: python-migrate-sqlalchemy-migrate.patch
Patch002: 0001-settle-build-problem.patch
BuildArch: noarch
Requires: python3-pbr
@ -94,6 +95,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Aug 21 2023 wubijie <wubijie@kylinos.cn> - 0.13.0-4
- add patch to fix mode rU for build error
* Thu Aug 11 2022 huangtianhua <huangtianhua@huawei.com> - 0.13.0-3
- Fix conflict with python-migrate