Upstream bugfix

This commit is contained in:
Toshio Kuratomi 2013-04-29 13:34:05 -07:00
parent ec65de8055
commit 06aa1b8f65
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-0.7.9dev.tar.gz
/SQLAlchemy-0.8.0b1.tar.gz
/SQLAlchemy-0.8.0.tar.gz
/SQLAlchemy-0.8.1.tar.gz

View File

@ -10,7 +10,7 @@
%global srcname SQLAlchemy
Name: python-sqlalchemy
Version: 0.8.0
Version: 0.8.1
Release: 1%{?dist}
Summary: Modular and flexible ORM library for python
@ -18,7 +18,6 @@ Group: Development/Libraries
License: MIT
URL: http://www.sqlalchemy.org/
Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
Patch0: sqlalchemy-unittest-ordering.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python2-devel
@ -63,8 +62,7 @@ This package includes the python 3 version of the module.
%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so$
%prep
%setup -q -n %{srcname}-0.8.0
%patch0 -p1 -b .ordering
%setup -q -n %{srcname}-%{version}
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -126,6 +124,9 @@ popd
%endif # with_python3
%changelog
* Mon Apr 29 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.8.1-1
- Upstream bugfix
* Fri Apr 12 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.8.0-1
- Final release of 0.8.0
- Fix for a unittest that assumes order in dicts

View File

@ -1 +1 @@
11cd07ca81fab78d53f2922b5fb187a3 SQLAlchemy-0.8.0.tar.gz
65d1f3a9f25f3cd558b6001b11392ce1 SQLAlchemy-0.8.1.tar.gz