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 - 0.7.2-1 -- Upstream bugfix release +* Wed Jul 13 2011 Rahul Sundaram - 0.7.1-2 +- Disable check * Mon Jun 06 2011 Nils Philippsen - 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