Update package to version 1.11.1

This commit is contained in:
jxy_git 2023-06-21 15:54:58 +08:00
parent af7efa0a7e
commit 2ff80df6cf
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 %global _empty_manifest_terminate_build 0
Name: python-alembic Name: python-alembic
Version: 1.10.4 Version: 1.11.1
Release: 1 Release: 1
Summary: A database migration tool for SQLAlchemy. Summary: A database migration tool for SQLAlchemy.
License: MIT License: MIT
URL: https://alembic.sqlalchemy.org 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 BuildArch: noarch
%description %description
Alembic is a database migrations tool written by the author of SQLAlchemy. A Alembic is a database migrations tool written by the author of SQLAlchemy. A
migrations tool offers the following functionality: migrations tool offers the following functionality:
@ -93,6 +94,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Tue May 9 2023 liyanan <thistleslyn@163.com> - 1.10.4-1
- Update package to version 1.10.4 - Update package to version 1.10.4