Update to 1.7.3. Fixes rhbz#2005403
This commit is contained in:
parent
3e6c78cfa2
commit
f65577257e
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/alembic-1.6.3.tar.gz
|
||||
/alembic-1.6.5.tar.gz
|
||||
/alembic-1.7.1.tar.gz
|
||||
/alembic-1.7.3.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global modname alembic
|
||||
|
||||
Name: python-alembic
|
||||
Version: 1.7.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.7.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Database migration tool for SQLAlchemy
|
||||
|
||||
License: MIT
|
||||
@ -103,6 +103,9 @@ py.test-3
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 25 2021 Kevin Fenzi <kevin@scrye.com> - 1.7.3-1
|
||||
- Update to 1.7.3. Fixes rhbz#2005403
|
||||
|
||||
* Fri Sep 17 2021 Neal Gompa <ngompa@fedoraproject.org> - 1.7.1-3
|
||||
- Drop redundant manually specified dependencies
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alembic-1.7.1.tar.gz) = 222a643363f89077b7d30068e0abeb8d8dc373778dd6e4364b559d8a63428f0fe3617505207f431c30a1bd43745dd95fd679dfb1401222f20068327805c2309c
|
||||
SHA512 (alembic-1.7.3.tar.gz) = cf6d6dd0913d1552ed82ceefc6254af3ef9aea46c08a2d0879a941e7807e5ed41195f5d0b98d108f77a2db5a3c502115af1ce4c9c76618f8c720255dbe58bcad
|
||||
|
Loading…
Reference in New Issue
Block a user