Update to 1.1.4. Fixes bug #1395470

This commit is contained in:
Kevin Fenzi 2016-11-23 13:27:45 -07:00
parent 54e2d23ca1
commit 82f77994c8
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <kevin@scrye.com> - 1.1.4-1
- Update to 1.1.4. Fixes bug #1395470
* Tue Nov 8 2016 Orion Poplwski <orion@cora.nwra.com> - 1.1.3-2
- Ship python2-sqlalchemy
- Move docs into sub-package

View File

@ -1 +1 @@
d3a1e8d18f1e51a561db339b847ede0f SQLAlchemy-1.1.3.tar.gz
be5af1bebe595206b71b513a14836e4f SQLAlchemy-1.1.4.tar.gz