- Update to 0.5.0rc4 which workswith the new pysqlite.

This commit is contained in:
Toshio くらとみ 2008-12-01 20:42:20 +00:00
parent 16422f89b8
commit f5a5c74162
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
SQLAlchemy-0.4.7.tar.gz
SQLAlchemy-0.5.0rc4.tar.gz

View File

@ -2,16 +2,17 @@
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
%define srcname SQLAlchemy
%define alphatag rc4
Name: python-sqlalchemy
Version: 0.4.7
Release: 2%{?dist}
Version: 0.5.0
Release: 0.1.%{alphatag}%{?dist}
Summary: Modular and flexible ORM library for python
Group: Development/Libraries
License: MIT
URL: http://www.sqlalchemy.org/
Source0: http://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}.tar.gz
Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}%{?alphatag}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -28,7 +29,7 @@ define the join conditions explicitly, to bridge the gap between database and
domain.
%prep
%setup -q -n %{srcname}-%{version}
%setup -q -n %{srcname}-%{version}%{?alphatag}
%build
@ -56,6 +57,9 @@ python test/alltests.py
%{python_sitelib}/*
%changelog
* Mon Dec 1 2008 Toshio Kuratomi <toshio@fedoraproject.org> - 0.5-0.1.rc4
- Update to 0.5.0rc4 which works with the new pysqlite.
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.4.7-2
- Rebuild for Python 2.6

View File

@ -1 +1 @@
05ca8a49c3e34fa2ed4d679c640ec65d SQLAlchemy-0.4.7.tar.gz
f931e6d0de35b4c63b04d4daa6a4910c SQLAlchemy-0.5.0rc4.tar.gz