- Update to 0.4.3.
This commit is contained in:
parent
2e3053e901
commit
ed08d9d2f3
@ -1 +1 @@
|
|||||||
SQLAlchemy-0.4.2p3.tar.gz
|
SQLAlchemy-0.4.3.tar.gz
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
%define srcname SQLAlchemy
|
%define srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 1.p3%{?dist}
|
Release: 1%{?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://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}p3.tar.gz
|
Source0: http://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -29,7 +29,7 @@ define the join conditions explicitly, to bridge the gap between database and
|
|||||||
domain.
|
domain.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}p3
|
%setup -q -n %{srcname}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -57,6 +57,9 @@ python test/alltests.py
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 22 2008 Toshio Kuratomi <toshoi@fedoraproject.org> 0.4.3-1
|
||||||
|
- Update to 0.4.3.
|
||||||
|
|
||||||
* Tue Dec 11 2007 Toshio Kuratomi <a.badger@gmail.com> 0.4.2-1.p3
|
* Tue Dec 11 2007 Toshio Kuratomi <a.badger@gmail.com> 0.4.2-1.p3
|
||||||
- Update to 0.4.2p3.
|
- Update to 0.4.2p3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user