diff --git a/.gitignore b/.gitignore index 99e57f8..d11b8ac 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index e8ad9ff..18d19fe 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -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 - 1.0.10-1 +- Update to 1.0.10. Fixes bug #1290945 + * Thu Nov 12 2015 Fedora Release Engineering - 1.0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index f7b1f1b..d608c31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e2d7442e70d02c9f6346a5bf0ec2265 SQLAlchemy-1.0.9.tar.gz +84f01631cc4813a0298bf68ce27d9c5d SQLAlchemy-1.0.10.tar.gz