!7 [sync] PR-6: Fix conflict with python3-migrate
From: @openeuler-sync-bot Reviewed-by: @han-guangyu Signed-off-by: @han-guangyu
This commit is contained in:
commit
557cb37957
15
python-migrate-sqlalchemy-migrate.patch
Normal file
15
python-migrate-sqlalchemy-migrate.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff --git a/setup.cfg b/setup.cfg
|
||||
index cd67566..03c1574 100644
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -27,8 +27,8 @@ packages =
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
- migrate = migrate.versioning.shell:main
|
||||
- migrate-repository = migrate.versioning.migrate_repository:main
|
||||
+ sqlalchemy-migrate = migrate.versioning.shell:main
|
||||
+ sqlalchemy-migrate-repository = migrate.versioning.migrate_repository:main
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
@ -1,11 +1,12 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-sqlalchemy-migrate
|
||||
Version: 0.13.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
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
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-pbr
|
||||
@ -53,7 +54,7 @@ database change repository mechanism which can be used from the command line as
|
||||
well as from inside python code.
|
||||
|
||||
%prep
|
||||
%autosetup -n sqlalchemy-migrate-0.13.0
|
||||
%autosetup -n sqlalchemy-migrate-0.13.0 -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -93,5 +94,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 11 2022 huangtianhua <huangtianhua@huawei.com> - 0.13.0-3
|
||||
- Fix conflict with python-migrate
|
||||
|
||||
* Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user