Update to 1.1.3. Fixes bug #1389638

This commit is contained in:
Kevin Fenzi 2016-10-31 13:45:25 -06:00
parent 7a00191e06
commit 141f6a8fb4
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-1.1.0.tar.gz
/SQLAlchemy-1.1.1.tar.gz
/SQLAlchemy-1.1.2.tar.gz
/SQLAlchemy-1.1.3.tar.gz

View File

@ -12,7 +12,7 @@
%global srcname SQLAlchemy
Name: python-sqlalchemy
Version: 1.1.2
Version: 1.1.3
Release: 1%{?dist}
Summary: Modular and flexible ORM library for python
@ -125,6 +125,9 @@ popd
%endif # with_python3
%changelog
* Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 1.1.3-1
- Update to 1.1.3. Fixes bug #1389638
* Tue Oct 18 2016 Kevin Fenzi <kevin@scrye.com> - 1.1.2-1
- Update to 1.1.2. Fixes bug #1385990

View File

@ -1 +1 @@
3b7f4029a9825ceaf39eeff2a6fcf3b9 SQLAlchemy-1.1.2.tar.gz
d3a1e8d18f1e51a561db339b847ede0f SQLAlchemy-1.1.3.tar.gz