!13 Init package alembic with version 1.1.0 to support OpenStack Train

From: @huangtianhua
Reviewed-by: @myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2021-11-10 03:53:21 +00:00 committed by Gitee
commit 346eadd843
3 changed files with 7 additions and 10 deletions

BIN
alembic-1.1.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-alembic
Version: 1.5.7
Version: 1.1.0
Release: 1
Summary: A database migration tool for SQLAlchemy.
License: MIT
URL: https://alembic.sqlalchemy.org
Source0: https://files.pythonhosted.org/packages/57/f8/281ea2f4f99e93bd059075e4d1bf7090710234dadb02a817293ba9f118b9/alembic-1.5.7.tar.gz
Source0: https://files.pythonhosted.org/packages/9a/0f/a5e8997d58882da8ecd288360dddf133a83145de6480216774923b393422/alembic-1.1.0.tar.gz
BuildArch: noarch
%description
Alembic is a database migrations tool written by the author of SQLAlchemy. A
@ -53,14 +53,14 @@ doing the same steps in reverse.
3. Allows the scripts to execute in some sequential manner.
%prep
%autosetup -n alembic-1.5.7
%autosetup -n alembic-%{version}
%build
%py3_build
%install
%py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -87,16 +87,13 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-alembic -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.7-1
- Upgrade to version 1.5.7
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated
* Wed Nov 10 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-1
- Init package python3-alembic with version 1.1.0 to support OpenStack Train