| |
@@ -5,8 +5,8 @@
|
| |
%endif
|
| |
|
| |
Name: python-migrate
|
| |
- Version: 0.11.0
|
| |
- Release: 10%{?dist}
|
| |
+ Version: 0.12.0
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Schema migration tools for SQLAlchemy
|
| |
|
| |
License: MIT
|
| |
@@ -29,7 +29,7 @@
|
| |
Summary: Schema migration tools for SQLAlchemy
|
| |
|
| |
BuildRequires: python3-devel
|
| |
- BuildRequires: python3-sqlalchemy >= 0.7.8
|
| |
+ BuildRequires: python3-sqlalchemy >= 0.9.6
|
| |
BuildRequires: python3-setuptools
|
| |
BuildRequires: python3-nose
|
| |
BuildRequires: python3-sphinx
|
| |
@@ -39,7 +39,7 @@
|
| |
BuildRequires: python3-six >= 1.9.0
|
| |
BuildRequires: python3-sqlparse
|
| |
|
| |
- Requires: python3-sqlalchemy >= 0.7.8
|
| |
+ Requires: python3-sqlalchemy >= 0.9.6
|
| |
Requires: python3-setuptools
|
| |
Requires: python3-decorator
|
| |
Requires: python3-tempita >= 0.4
|
| |
@@ -91,6 +91,9 @@
|
| |
%{python3_sitelib}/*
|
| |
|
| |
%changelog
|
| |
+ * Tue Jan 29 2019 Alfredo Moralejo <amoralej@redhat.com> - 0.12.0-1
|
| |
+ - Update to 0.12.0.
|
| |
+
|
| |
* Fri Jan 04 2019 Miro HronĨok <mhroncok@redhat.com> - 0.11.0-10
|
| |
- Subpackage python2-migrate has been removed
|
| |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
| |