From 1a42864811ede9a3c494f47659bbdcb3b4523ac9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 20 Jul 2015 19:37:22 -0600 Subject: [PATCH] Update to 1.0.7 (#1244991) --- .gitignore | 1 + python-sqlalchemy.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4906847..6eb4673 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.4.tar.gz /SQLAlchemy-1.0.5.tar.gz /SQLAlchemy-1.0.6.tar.gz +/SQLAlchemy-1.0.7.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 5bfc185..4007d4a 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Tue Jul 21 2015 Fedora Release Monitoring - 1.0.7-1 +- Update to 1.0.7 (#1244991) + * Mon Jun 29 2015 Nils Philippsen 1.0.6-1 - version 1.0.6, upstream feature and bugfix release diff --git a/sources b/sources index 01bf107..61540b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a433793d8dea5d302553217d8dbbf3be SQLAlchemy-1.0.6.tar.gz +beba858557f422d3c1d7f8f9154dc07a SQLAlchemy-1.0.7.tar.gz