Update to 1.0.10. Fixes bug #1290945

This commit is contained in:
Kevin Fenzi 2015-12-12 11:52:20 -07:00
parent 6a9496fa0b
commit 5699590fcc
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-1.0.7.tar.gz
/SQLAlchemy-1.0.8.tar.gz
/SQLAlchemy-1.0.9.tar.gz
/SQLAlchemy-1.0.10.tar.gz

View File

@ -12,8 +12,8 @@
%global srcname SQLAlchemy
Name: python-sqlalchemy
Version: 1.0.9
Release: 2%{?dist}
Version: 1.0.10
Release: 1%{?dist}
Summary: Modular and flexible ORM library for python
Group: Development/Libraries
@ -125,6 +125,9 @@ popd
%endif # with_python3
%changelog
* Sat Dec 12 2015 Kevin Fenzi <kevin@scrye.com> - 1.0.10-1
- Update to 1.0.10. Fixes bug #1290945
* Thu Nov 12 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5

View File

@ -1 +1 @@
0e2d7442e70d02c9f6346a5bf0ec2265 SQLAlchemy-1.0.9.tar.gz
84f01631cc4813a0298bf68ce27d9c5d SQLAlchemy-1.0.10.tar.gz