Update to 1.7.4. Fixes rhbz#2011425
This commit is contained in:
parent
f65577257e
commit
532f0b9fea
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
|||||||
/alembic-1.6.5.tar.gz
|
/alembic-1.6.5.tar.gz
|
||||||
/alembic-1.7.1.tar.gz
|
/alembic-1.7.1.tar.gz
|
||||||
/alembic-1.7.3.tar.gz
|
/alembic-1.7.3.tar.gz
|
||||||
|
/alembic-1.7.4.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global modname alembic
|
%global modname alembic
|
||||||
|
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 1.7.3
|
Version: 1.7.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Database migration tool for SQLAlchemy
|
Summary: Database migration tool for SQLAlchemy
|
||||||
|
|
||||||
@ -103,6 +103,9 @@ py.test-3
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 06 2021 Kevin Fenzi <kevin@scrye.com> - 1.7.4-1
|
||||||
|
- Update to 1.7.4. Fixes rhbz#2011425
|
||||||
|
|
||||||
* Sat Sep 25 2021 Kevin Fenzi <kevin@scrye.com> - 1.7.3-1
|
* Sat Sep 25 2021 Kevin Fenzi <kevin@scrye.com> - 1.7.3-1
|
||||||
- Update to 1.7.3. Fixes rhbz#2005403
|
- Update to 1.7.3. Fixes rhbz#2005403
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (alembic-1.7.3.tar.gz) = cf6d6dd0913d1552ed82ceefc6254af3ef9aea46c08a2d0879a941e7807e5ed41195f5d0b98d108f77a2db5a3c502115af1ce4c9c76618f8c720255dbe58bcad
|
SHA512 (alembic-1.7.4.tar.gz) = 7e3fea729d389c01a4c7756d83d54dacad7ff5b485e80e450da6584f8def14c478e5701bd97290c76894151aada5d4ae2b2cea360c3ff8e48f25a95fa1d19d79
|
||||||
|
Loading…
Reference in New Issue
Block a user