Update to 1.5.5. Fixes rhbz#1931142
This commit is contained in:
parent
42657a9817
commit
ccde585e1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/alembic-1.4.3.tar.gz
|
/alembic-1.4.3.tar.gz
|
||||||
/alembic-1.5.0.tar.gz
|
/alembic-1.5.0.tar.gz
|
||||||
/alembic-1.5.3.tar.gz
|
/alembic-1.5.3.tar.gz
|
||||||
|
/alembic-1.5.5.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global modname alembic
|
%global modname alembic
|
||||||
|
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 1.5.3
|
Version: 1.5.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Database migration tool for SQLAlchemy
|
Summary: Database migration tool for SQLAlchemy
|
||||||
|
|
||||||
@ -98,6 +98,9 @@ py.test-3
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 22 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.5-1
|
||||||
|
- Update to 1.5.5. Fixes rhbz#1931142
|
||||||
|
|
||||||
* Fri Feb 12 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.3-1
|
* Fri Feb 12 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.3-1
|
||||||
- Update to 1.5.3. Fixes rhbz#1922496
|
- Update to 1.5.3. Fixes rhbz#1922496
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (alembic-1.5.3.tar.gz) = 0859b21b35854ddcb98f020a03659cdb4c56833a84f868db545aae51b62eddf3c4f76c0d00dd1d5fbd1259766b90f9f5b11e1f5e99db8d8752015aded12ca185
|
SHA512 (alembic-1.5.5.tar.gz) = a4078c66bbe1627620224f965b879c46453bc74e6a2a902619df28912f55b27f086cba68f08bc8c0a37bd221ac16e195f7f905379fd5d191854adb7f90f86530
|
||||||
|
Loading…
Reference in New Issue
Block a user