* Sat Jul 31 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.3-1

- Update to 1.3.3.
This commit is contained in:
Thomas Moschny 2010-07-31 13:00:04 +02:00
parent 706caaf384
commit f918ccaa61
3 changed files with 12 additions and 4 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
py-1.3.2.tar.gz
/py-1.2.0.tar.gz
/py-1.2.1.tar.gz
/py-1.3.0.tar.gz
/py-1.3.1.tar.gz
/py-1.3.2.tar.gz
/py-1.3.3.tar.gz

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-py
Version: 1.3.2
Release: 2%{?prerelease:.%{prerelease}}%{?dist}
Version: 1.3.3
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
Summary: Rapid testing (py.test) and development utils (pylib)
Group: Development/Languages
License: MIT and Public Domain
@ -64,6 +64,9 @@ rm -rf %{buildroot}
%changelog
* Sat Jul 31 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.3-1
- Update to 1.3.3.
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

View File

@ -1 +1 @@
9e3d99966385854fc07004e8a07cf9d4 py-1.3.2.tar.gz
bf0dbc3ce4c18ead263cb5679e5164b4 py-1.3.3.tar.gz