From d02ffdb062f5b89bb2f5b543e25c1736bdf213a7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 8 Jan 2016 14:05:10 -0700 Subject: [PATCH] Update to 1.0.11. Fixes bug #1296757 --- .gitignore | 1 + python-sqlalchemy.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d11b8ac..d348951 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.8.tar.gz /SQLAlchemy-1.0.9.tar.gz /SQLAlchemy-1.0.10.tar.gz +/SQLAlchemy-1.0.11.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 18d19fe..a11b90b 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.10 +Version: 1.0.11 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Fri Jan 08 2016 Kevin Fenzi - 1.0.11-1 +- Update to 1.0.11. Fixes bug #1296757 + * Sat Dec 12 2015 Kevin Fenzi - 1.0.10-1 - Update to 1.0.10. Fixes bug #1290945 diff --git a/sources b/sources index d608c31..5f21bfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84f01631cc4813a0298bf68ce27d9c5d SQLAlchemy-1.0.10.tar.gz +0bff4f96f0a25f44415a6bab7a741148 SQLAlchemy-1.0.11.tar.gz