[python-sqlalchemy] Upstream bugfix release

Toshio くらとみ toshio at fedoraproject.org
Mon Aug 1 14:50:16 UTC 2011


commit fc5bfcb96b459960561fd5c6c96cf793f0d744f8
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Aug 1 07:49:59 2011 -0700

    Upstream bugfix release

 .gitignore             |    1 +
 python-sqlalchemy.spec |    6 ++++--
 sources                |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d686618..d765883 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ SQLAlchemy-0.6.1.tar.gz
 /SQLAlchemy-0.6.5.tar.gz
 /SQLAlchemy-0.6.6.tar.gz
 /SQLAlchemy-0.7.1.tar.gz
+/SQLAlchemy-0.7.2.tar.gz
diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec
index 77a1414..5eac4b5 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -10,7 +10,7 @@
 %global srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.7.1
+Version:        0.7.2
 Release:        1%{?dist}
 Summary:        Modular and flexible ORM library for python
 
@@ -18,7 +18,6 @@ Group:          Development/Libraries
 License:        MIT
 URL:            http://www.sqlalchemy.org/
 Source0:        http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
-# Submitted upstream: http://www.sqlalchemy.org/trac/ticket/1888
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
@@ -132,6 +131,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Aug 1 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.2-1
+- Upstream bugfix release
+
 * Mon Jun 06 2011 Nils Philippsen <nils at redhat.com> - 0.7.1-1
 - 0.7.1 Upstream release
 - no need to fix examples/dynamic_dict/dynamic_dict.py anymore
diff --git a/sources b/sources
index 8f272a6..0fe1fc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f422e5979c83da65641b33f90ec1964a  SQLAlchemy-0.7.1.tar.gz
+b84a26ae2e5de6f518d7069b29bf8f72  SQLAlchemy-0.7.2.tar.gz


More information about the scm-commits mailing list