From 7a00191e06bbc34c19464b51ca94c219ac659908 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Oct 2016 20:50:19 -0600 Subject: [PATCH] Update to 1.1.2. Fixes bug #1385990 --- .gitignore | 1 + python-sqlalchemy.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c7d9efa..89d55c4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 7059aac..216a0ee 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -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 - 1.1.2-1 +- Update to 1.1.2. Fixes bug #1385990 + * Mon Oct 10 2016 Nils Philippsen - 1.1.1-1 - version 1.1.1 diff --git a/sources b/sources index 956667e..54a0861 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21d37532c7eff674d303c94dee45c07c SQLAlchemy-1.1.1.tar.gz +3b7f4029a9825ceaf39eeff2a6fcf3b9 SQLAlchemy-1.1.2.tar.gz