#5 Add python3 Requires
Closed 5 years ago by apevec. Opened 5 years ago by ykarel.
rpms/ ykarel/python-migrate f28  into  f28

file modified
+16 -1
@@ -8,7 +8,7 @@ 

  

  Name: python-migrate

  Version: 0.11.0

- Release: 5%{?dist}

+ Release: 7%{?dist}

  Summary: Schema migration tools for SQLAlchemy

  

  License: MIT
@@ -73,6 +73,14 @@ 

  BuildRequires: python3-six >= 1.9.0

  BuildRequires: python3-sqlparse

  

+ Requires: python3-sqlalchemy >= 0.7.8

+ Requires: python3-setuptools

+ Requires: python3-decorator

+ Requires: python3-tempita >= 0.4

+ Requires: python3-pbr >= 1.3.0

+ Requires: python3-six >= 1.9.0

+ Requires: python3-sqlparse

+ 

  %description -n python3-migrate

  Schema migration tools for SQLAlchemy designed to support an agile approach

  to database design and make it easier to keep development and production
@@ -154,6 +162,13 @@ 

  %endif

  

  %changelog

+ * Mon May 14 2018 Yatin Karel <ykarel@redhat.com> - 0.11.0-7

+ - Add python3 Requires

+ 

+ * Sat Mar 17 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.11.0-6

+ - Update Python 2 dependency declarations to new packaging standards

+   (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

+ 

  * Fri Feb 09 2018 Neal Gompa <ngompa@datto.com> - 0.11.0-5

  - Add missing pbr dependency for Python 2 subpackage

  

python3 Requires were missing, the patch adds them.

(cherry picked from commit 6ec72aa)

(cherry picked from commit 6ec72aa)

I'll just merge that instead, if nothing else it will look nicer in gitk :)

Pull-Request has been closed by apevec

5 years ago