Upstream bugfix release

This commit is contained in:
Toshio Kuratomi 2011-10-17 22:18:05 -07:00
parent fc5bfcb96b
commit 05f8087ccf
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -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@fedoraproject.org> - 0.7.2-1
- Upstream bugfix release
* Wed Jul 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.1-2
- Disable check
* Mon Jun 06 2011 Nils Philippsen <nils@redhat.com> - 0.7.1-1
- 0.7.1 Upstream release

View File

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