From 43734e26da3fcae0c5dee25eac95eb4777adc658 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Sat, 25 Apr 2015 03:39:19 +0200 Subject: [PATCH] version 1.0.2, upstream bugfix release --- .gitignore | 1 + python-sqlalchemy.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e411875..e87dfd9 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-0.9.9.tar.gz /SQLAlchemy-1.0.0.tar.gz /SQLAlchemy-1.0.1.tar.gz +/SQLAlchemy-1.0.2.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 1591bab..d05da08 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -125,7 +125,10 @@ popd %endif # with_python3 %changelog -* Fri Apr 24 2015 Nils Philippsen - 1.0.0-1 +* Sat Apr 25 2015 Nils Philippsen - 1.0.2-1 +- version 1.0.2, upstream bugfix release + +* Fri Apr 24 2015 Nils Philippsen - 1.0.1-1 - version 1.0.1, upstream bugfix release * Fri Apr 17 2015 Nils Philippsen - 1.0.0-1 diff --git a/sources b/sources index 21180c1..215f021 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -207bf771d804f1593b2e16df68f9a615 SQLAlchemy-1.0.1.tar.gz +cbb49d275d250e5eb534f603e2ea92f5 SQLAlchemy-1.0.2.tar.gz