Update to 1.6.0. Fixes rhbz#1956482
This commit is contained in:
parent
5a2e37bd2a
commit
c9886df1ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
|||||||
/alembic-1.5.3.tar.gz
|
/alembic-1.5.3.tar.gz
|
||||||
/alembic-1.5.5.tar.gz
|
/alembic-1.5.5.tar.gz
|
||||||
/alembic-1.5.8.tar.gz
|
/alembic-1.5.8.tar.gz
|
||||||
|
/alembic-1.6.0.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global modname alembic
|
%global modname alembic
|
||||||
|
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 1.5.8
|
Version: 1.6.0
|
||||||
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
|
||||||
|
* Tue May 04 2021 Kevin Fenzi <kevin@scrye.com> - 1.6.0-1
|
||||||
|
- Update to 1.6.0. Fixes rhbz#1956482
|
||||||
|
|
||||||
* Sat Mar 27 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.8-1
|
* Sat Mar 27 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.8-1
|
||||||
- Update to 1.5.8. Fixes rhbz#1935790
|
- Update to 1.5.8. Fixes rhbz#1935790
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (alembic-1.5.8.tar.gz) = e68f3709ed969764cff4c9f755781a10123631d2d07a970674fda2226c84cb92c140bc5ae81e44c8b279823718d4f0544236d260fd04fb7107f3d8293c85b4f0
|
SHA512 (alembic-1.6.0.tar.gz) = bfef894f13762420128b01d2671639de6361848387d4661d92bab66d8c5820ebe9ede62d335b4cc5915f60378e20a02a2b2664a7bf815294fb4cfdee7414dd33
|
||||||
|
Loading…
Reference in New Issue
Block a user