Update to 1.6.5. Fixes rhbz#1964163
This commit is contained in:
parent
c57c776f65
commit
7c26137976
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/alembic-1.5.8.tar.gz
|
||||
/alembic-1.6.0.tar.gz
|
||||
/alembic-1.6.3.tar.gz
|
||||
/alembic-1.6.5.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global modname alembic
|
||||
|
||||
Name: python-alembic
|
||||
Version: 1.6.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Database migration tool for SQLAlchemy
|
||||
|
||||
License: MIT
|
||||
@ -102,6 +102,9 @@ py.test-3
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 12 2021 Kevin Fenzi <kevin@scrye.com> - 1.6.5-1
|
||||
- Update to 1.6.5. Fixes rhbz#1964163
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6.3-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alembic-1.6.3.tar.gz) = 4a73e67962d44de719b9873e4b61153607cb2ebcdd15a19172fc4ea641e2909339ca448e83fa8ecb871a270ccd980f16fcf4a880e9742a177649c4dc44cb30cd
|
||||
SHA512 (alembic-1.6.5.tar.gz) = 8e5ce4bb41a47fb2c263d3542d7fd2dad04bd76b81a6a565fa93cef80a38a016944924b9eb57895ae71d7f8eef428bf440388444ef750bf281616e514a61c79b
|
||||
|
Loading…
Reference in New Issue
Block a user