Update to 1.1.2. Fixes bug #1385990

This commit is contained in:
Kevin Fenzi 2016-10-18 20:50:19 -06:00
parent 696c5c9512
commit 7a00191e06
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@ SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-1.0.14.tar.gz
/SQLAlchemy-1.1.0.tar.gz
/SQLAlchemy-1.1.1.tar.gz
/SQLAlchemy-1.1.2.tar.gz

View File

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

View File

@ -1 +1 @@
21d37532c7eff674d303c94dee45c07c SQLAlchemy-1.1.1.tar.gz
3b7f4029a9825ceaf39eeff2a6fcf3b9 SQLAlchemy-1.1.2.tar.gz