Revert "Upstream bugfix release"

This reverts commit 05f8087ccf.
This commit is contained in:
Toshio Kuratomi 2011-10-17 22:22:13 -07:00
parent 05f8087ccf
commit 12f2051c95
3 changed files with 5 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@fedoraproject.org> - 0.7.1-2
- Disable check
* Mon Aug 1 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.2-1
- Upstream bugfix release
* Mon Jun 06 2011 Nils Philippsen <nils@redhat.com> - 0.7.1-1
- 0.7.1 Upstream release

View File

@ -1 +1 @@
0280527f7a80775a770cb3e4bdadaf6f SQLAlchemy-0.7.3.tar.gz
b84a26ae2e5de6f518d7069b29bf8f72 SQLAlchemy-0.7.2.tar.gz