diff --git a/.gitignore b/.gitignore index 072f7b4..665378f 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.1.1.tar.gz /SQLAlchemy-1.1.2.tar.gz /SQLAlchemy-1.1.3.tar.gz +/SQLAlchemy-1.1.4.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index e1df3a3..b326540 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -5,8 +5,8 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.1.3 -Release: 2%{?dist} +Version: 1.1.4 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -128,6 +128,9 @@ PYTHONPATH=. "$pytest3" test %endif # with_python3 %changelog +* Wed Nov 23 2016 Kevin Fenzi - 1.1.4-1 +- Update to 1.1.4. Fixes bug #1395470 + * Tue Nov 8 2016 Orion Poplwski - 1.1.3-2 - Ship python2-sqlalchemy - Move docs into sub-package diff --git a/sources b/sources index 7610977..b0def2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3a1e8d18f1e51a561db339b847ede0f SQLAlchemy-1.1.3.tar.gz +be5af1bebe595206b71b513a14836e4f SQLAlchemy-1.1.4.tar.gz