Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c350a6c18c
!21 Update package to version 1.13.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-25 01:28:39 +00:00
jxy_git
004c416485 Update package to version 1.13.1 2024-02-23 19:53:04 +08:00
openeuler-ci-bot
de45cf1db8
!20 Update package to version 1.12.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-10 12:33:07 +00:00
jxy_git
1346c41ffd Update package to version 1.12.1 2023-11-10 19:49:23 +08:00
openeuler-ci-bot
21c65efb57
!19 Update package to version 1.11.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-06-21 09:45:31 +00:00
jxy_git
2ff80df6cf Update package to version 1.11.1 2023-06-21 15:56:25 +08:00
openeuler-ci-bot
af7efa0a7e
!18 Update package to version 1.10.4
From: @lyn1001 
Reviewed-by: @Lostwayzxc, @caodongxia 
Signed-off-by: @caodongxia
2023-05-10 09:27:54 +00:00
lyn1001
a65a193327 update to 1.10.4 2023-05-10 09:48:53 +08:00
openeuler-ci-bot
819b972507
!16 Update package to version 1.9.3
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-02-15 06:03:03 +00:00
wubijie
22c2246ccd Update package to version 1.9.3 2023-02-14 16:11:32 +08:00
3 changed files with 19 additions and 2 deletions

BIN
alembic-1.13.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-alembic
Version: 1.8.1
Version: 1.13.1
Release: 1
Summary: A database migration tool for SQLAlchemy.
License: MIT
URL: https://alembic.sqlalchemy.org
Source0: https://files.pythonhosted.org/packages/37/ab/80e6d86ca81235ea1a7104089dddf74de4b45f8af0a05d4b265be44d6ff9/alembic-1.8.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/a/alembic/alembic-1.13.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,22 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Feb 23 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.13.1-1
- Update package to version 1.13.1
Improve re-writer implementation, fixing chain and adding support to callables
* Fri Nov 10 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.12.1-1
- Update package to version 1.12.1
* 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
* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 1.9.3-1
- Update package to version 1.9.3
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.8.1-1
- Update package to version 1.8.1