Update to 1.7.5. Fixes rhbz#2022454
This commit is contained in:
parent
532f0b9fea
commit
ac61c9adda
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/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
|
/alembic-1.7.4.tar.gz
|
||||||
|
/alembic-1.7.5.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global modname alembic
|
%global modname alembic
|
||||||
|
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 1.7.4
|
Version: 1.7.5
|
||||||
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
|
||||||
|
* Sun Nov 28 2021 Kevin Fenzi <kevin@scrye.com> - 1.7.5-1
|
||||||
|
- Update to 1.7.5. Fixes rhbz#2022454
|
||||||
|
|
||||||
* Sat Nov 06 2021 Kevin Fenzi <kevin@scrye.com> - 1.7.4-1
|
* Sat Nov 06 2021 Kevin Fenzi <kevin@scrye.com> - 1.7.4-1
|
||||||
- Update to 1.7.4. Fixes rhbz#2011425
|
- Update to 1.7.4. Fixes rhbz#2011425
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (alembic-1.7.4.tar.gz) = 7e3fea729d389c01a4c7756d83d54dacad7ff5b485e80e450da6584f8def14c478e5701bd97290c76894151aada5d4ae2b2cea360c3ff8e48f25a95fa1d19d79
|
SHA512 (alembic-1.7.5.tar.gz) = 4223116c3610f3196335c1fb2032a9a236c3e6ec4e4ca5cb85ccc3667d614e77d51d9fee1ee0173a32451198929428c1fcf39afd90b6df32584b076e0a4ab1a4
|
||||||
|
Loading…
Reference in New Issue
Block a user