diff --git a/.cvsignore b/.cvsignore index de9ab53..de38a9c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SQLAlchemy-0.4.2p3.tar.gz +SQLAlchemy-0.4.3.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 4d85d15..cb5d138 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -5,14 +5,14 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.4.2 -Release: 1.p3%{?dist} +Version: 0.4.3 +Release: 1%{?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}p3.tar.gz +Source0: http://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -29,7 +29,7 @@ define the join conditions explicitly, to bridge the gap between database and domain. %prep -%setup -q -n %{srcname}-%{version}p3 +%setup -q -n %{srcname}-%{version} %build @@ -57,6 +57,9 @@ python test/alltests.py %{python_sitelib}/* %changelog +* Fri Feb 22 2008 Toshio Kuratomi 0.4.3-1 +- Update to 0.4.3. + * Tue Dec 11 2007 Toshio Kuratomi 0.4.2-1.p3 - Update to 0.4.2p3. diff --git a/sources b/sources index 1d8eb21..d6b9e08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -378e1da246aa05c3776e38d945f6580d SQLAlchemy-0.4.2p3.tar.gz +f0a1401ab11246d59a535206e5043c65 SQLAlchemy-0.4.3.tar.gz