[python-sqlalchemy] Upstream bugfix release

Nils Philippsen nphilipp at fedoraproject.org
Tue Mar 20 13:50:29 UTC 2012


commit 2ac99956595c9f8f259400d490e0eb55a0164736
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Mar 20 14:50:19 2012 +0100

    Upstream bugfix release

 .gitignore             |    1 +
 python-sqlalchemy.spec |    5 ++++-
 sources                |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 024a3e7..afaf0fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ SQLAlchemy-0.6.1.tar.gz
 /SQLAlchemy-0.7.2.tar.gz
 /SQLAlchemy-0.7.3.tar.gz
 /SQLAlchemy-0.7.5.tar.gz
+/SQLAlchemy-0.7.6.tar.gz
diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec
index 1005b9f..2045516 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -10,7 +10,7 @@
 %global srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.7.5
+Version:        0.7.6
 Release:        1%{?dist}
 Summary:        Modular and flexible ORM library for python
 
@@ -131,6 +131,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Mar 20 2012 Nils Philippsen <nils at redhat.com> - 0.7.6-1
+- Upstream bugfix release
+
 * Mon Jan 30 2012 Nils Philippsen <nils at redhat.com> - 0.7.5-1
 - Upstream bugfix release
 - package README.rst instead of README as documentation
diff --git a/sources b/sources
index ce0e10b..1236c21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5bce21d5dcf055addf564442698e58e5  SQLAlchemy-0.7.5.tar.gz
+6383cade61ecff1a236708fae066447a  SQLAlchemy-0.7.6.tar.gz


More information about the scm-commits mailing list