Update to 1.0.7
This commit is contained in:
parent
dd95074237
commit
168a35b5db
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/alembic-0.9.1.tar.gz
|
||||
/alembic-0.9.7.tar.gz
|
||||
/alembic-1.0.0.tar.gz
|
||||
/alembic-1.0.7.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global modname alembic
|
||||
|
||||
Name: python-alembic
|
||||
Version: 1.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Database migration tool for SQLAlchemy
|
||||
|
||||
License: MIT
|
||||
@ -76,7 +76,7 @@ Summary: %summary
|
||||
Requires: python-sqlalchemy0.7 >= 0.7.4
|
||||
Requires: python-argparse
|
||||
%else
|
||||
Requires: python2-sqlalchemy >= 0.7.4
|
||||
Requires: python2-sqlalchemy >= 0.9.0
|
||||
%endif
|
||||
|
||||
Requires: python2-editor
|
||||
@ -91,7 +91,7 @@ Requires: python2-mako
|
||||
%package -n python3-alembic
|
||||
Summary: %summary
|
||||
|
||||
Requires: python3-sqlalchemy >= 0.7.4
|
||||
Requires: python3-sqlalchemy >= 0.9.0
|
||||
Requires: python3-mako
|
||||
Requires: python3-setuptools
|
||||
Requires: python3-editor
|
||||
@ -214,6 +214,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 05 2019 Alfredo Moralejo <amoralej@redhat.com> - 1.0.7-1
|
||||
- Update to 1.0.7
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (alembic-1.0.0.tar.gz) = 919798fd886b2e457c780ed743e34c7b09dc68a90dd616c698b4a96b41cfe16e3efd63531ab106d22c036c42ce50501f5817c8aa008e5e595e0e25c5580fd0df
|
||||
SHA512 (alembic-1.0.7.tar.gz) = d6607476894ae4b373d5245f51a74cc92812a764b65a6248efc3770b0ded1e62b15066feac3fd5bc2a64784573bf7531c619cf11ce50eef1622ed18376649419
|
||||
|
Loading…
Reference in New Issue
Block a user