Upstream bugfix release
This commit is contained in:
parent
fc5bfcb96b
commit
05f8087ccf
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-0.6.6.tar.gz
|
/SQLAlchemy-0.6.6.tar.gz
|
||||||
/SQLAlchemy-0.7.1.tar.gz
|
/SQLAlchemy-0.7.1.tar.gz
|
||||||
/SQLAlchemy-0.7.2.tar.gz
|
/SQLAlchemy-0.7.2.tar.gz
|
||||||
|
/SQLAlchemy-0.7.3.tar.gz
|
||||||
|
@ -10,14 +10,16 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 0.7.2
|
Version: 0.7.1
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.sqlalchemy.org/
|
URL: http://www.sqlalchemy.org/
|
||||||
Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -71,6 +73,7 @@ This package includes the python 3 version of the module.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
|
%patch100 -p1 -b .oldnose
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@ -131,8 +134,8 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 1 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.2-1
|
* Wed Jul 13 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.7.1-2
|
||||||
- Upstream bugfix release
|
- Disable check
|
||||||
|
|
||||||
* Mon Jun 06 2011 Nils Philippsen <nils@redhat.com> - 0.7.1-1
|
* Mon Jun 06 2011 Nils Philippsen <nils@redhat.com> - 0.7.1-1
|
||||||
- 0.7.1 Upstream release
|
- 0.7.1 Upstream release
|
||||||
|
Loading…
Reference in New Issue
Block a user