[python-sqlalchemy] Upstream bugfix release

Toshio くらとみ toshio at fedoraproject.org
Tue Oct 18 05:18:20 UTC 2011


commit 05f8087ccfa55cfc8edfb7ce787a72b1f49415ed
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Oct 17 22:18:05 2011 -0700

    Upstream bugfix release

 .gitignore             |    1 +
 python-sqlalchemy.spec |   11 +++++++----
 sources                |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d765883..4465b07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ SQLAlchemy-0.6.1.tar.gz
 /SQLAlchemy-0.6.6.tar.gz
 /SQLAlchemy-0.7.1.tar.gz
 /SQLAlchemy-0.7.2.tar.gz
+/SQLAlchemy-0.7.3.tar.gz
diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec
index 5eac4b5..22475f5 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -10,14 +10,16 @@
 %global srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.7.2
-Release:        1%{?dist}
+Version:        0.7.1
+Release:        3%{?dist}
 Summary:        Modular and flexible ORM library for python
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.sqlalchemy.org/
 Source0:        http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
+# Hack for old python-nose in RHEL6
+Patch100:       hack_test_old_nose.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
@@ -71,6 +73,7 @@ This package includes the python 3 version of the module.
 
 %prep
 %setup -q -n %{srcname}-%{version}
+%patch100 -p1 -b .oldnose
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -131,8 +134,8 @@ popd
 %endif # with_python3
 
 %changelog
-* Mon Aug 1 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.2-1
-- Upstream bugfix release
+* Wed Jul 13 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.1-2
+- Disable check
 
 * Mon Jun 06 2011 Nils Philippsen <nils at redhat.com> - 0.7.1-1
 - 0.7.1 Upstream release
diff --git a/sources b/sources
index 0fe1fc8..43604ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b84a26ae2e5de6f518d7069b29bf8f72  SQLAlchemy-0.7.2.tar.gz
+0280527f7a80775a770cb3e4bdadaf6f  SQLAlchemy-0.7.3.tar.gz


More information about the scm-commits mailing list