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