update to 1.10.4

This commit is contained in:
lyn1001 2023-05-10 09:48:53 +08:00
parent 819b972507
commit a65a193327
3 changed files with 5 additions and 2 deletions

BIN
alembic-1.10.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-alembic Name: python-alembic
Version: 1.9.3 Version: 1.10.4
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/5a/b1/858677f017609f474bb9a9b19cc76f778a81bee43ae181059f610d6c000e/alembic-1.9.3.tar.gz Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.10.4.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
@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue May 9 2023 liyanan <thistleslyn@163.com> - 1.10.4-1
- Update package to version 1.10.4
* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 1.9.3-1 * Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 1.9.3-1
- Update package to version 1.9.3 - Update package to version 1.9.3