[python-sqlalchemy] Revert "Upstream bugfix release"

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


commit 12f2051c9584aaa71afae4846dc0e10d486140dc
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Oct 17 22:22:13 2011 -0700

    Revert "Upstream bugfix release"
    
    This reverts commit 05f8087ccfa55cfc8edfb7ce787a72b1f49415ed.

 .gitignore             |    1 -
 python-sqlalchemy.spec |   11 ++++-------
 sources                |    2 +-
 3 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4465b07..d765883 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,3 @@ 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 22475f5..5eac4b5 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -10,16 +10,14 @@
 %global srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.7.1
-Release:        3%{?dist}
+Version:        0.7.2
+Release:        1%{?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
@@ -73,7 +71,6 @@ 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}
@@ -134,8 +131,8 @@ popd
 %endif # with_python3
 
 %changelog
-* Wed Jul 13 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.1-2
-- Disable check
+* 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
diff --git a/sources b/sources
index 43604ea..0fe1fc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0280527f7a80775a770cb3e4bdadaf6f  SQLAlchemy-0.7.3.tar.gz
+b84a26ae2e5de6f518d7069b29bf8f72  SQLAlchemy-0.7.2.tar.gz


More information about the scm-commits mailing list