!19 Update package to version 1.11.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-06-21 09:45:31 +00:00 committed by Gitee
commit 21c65efb57
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
alembic-1.11.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-alembic
Version: 1.10.4
Version: 1.11.1
Release: 1
Summary: A database migration tool for SQLAlchemy.
License: MIT
URL: https://alembic.sqlalchemy.org
Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.10.4.tar.gz
Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.11.1.tar.gz
BuildArch: noarch
%description
Alembic is a database migrations tool written by the author of SQLAlchemy. A
migrations tool offers the following functionality:
@ -93,6 +94,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Jun 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.11.1-1
- Update package to version 1.11.1
* Tue May 9 2023 liyanan <thistleslyn@163.com> - 1.10.4-1
- Update package to version 1.10.4