- Update to 0.4.5.
This commit is contained in:
parent
ed08d9d2f3
commit
827b052383
@ -1 +1 @@
|
|||||||
SQLAlchemy-0.4.3.tar.gz
|
SQLAlchemy-0.4.5.tar.gz
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
||||||
|
|
||||||
|
|
||||||
%define srcname SQLAlchemy
|
%define srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 0.4.3
|
Version: 0.4.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
@ -57,7 +56,10 @@ python test/alltests.py
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 22 2008 Toshio Kuratomi <toshoi@fedoraproject.org> 0.4.3-1
|
* Tue Apr 8 2008 Toshio Kuratomi <toshio@fedoraproject.org> 0.4.5-1
|
||||||
|
- Update to 0.4.5.
|
||||||
|
|
||||||
|
* Fri Feb 22 2008 Toshio Kuratomi <toshio@fedoraproject.org> 0.4.3-1
|
||||||
- Update to 0.4.3.
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user