Update to 1.0.3. Fixes bug #1217761

This commit is contained in:
Kevin Fenzi 2015-05-02 10:30:08 -06:00
parent 43734e26da
commit b5f429c5b9
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-1.0.0.tar.gz
/SQLAlchemy-1.0.1.tar.gz
/SQLAlchemy-1.0.2.tar.gz
/SQLAlchemy-1.0.3.tar.gz

View File

@ -12,7 +12,7 @@
%global srcname SQLAlchemy
Name: python-sqlalchemy
Version: 1.0.2
Version: 1.0.3
Release: 1%{?dist}
Summary: Modular and flexible ORM library for python
@ -125,6 +125,9 @@ popd
%endif # with_python3
%changelog
* Sat May 02 2015 Kevin Fenzi <kevin@scrye.com> 1.0.3-1
- Update to 1.0.3. Fixes bug #1217761
* Sat Apr 25 2015 Nils Philippsen <nils@redhat.com> - 1.0.2-1
- version 1.0.2, upstream bugfix release

View File

@ -1 +1 @@
cbb49d275d250e5eb534f603e2ea92f5 SQLAlchemy-1.0.2.tar.gz
35abc709164cbf8a37e4a39fafe9207b SQLAlchemy-1.0.3.tar.gz