- Update to 1.3.4

This commit is contained in:
Thomas Moschny 2010-09-18 13:15:28 +02:00
parent d1e3feba57
commit 81c37d534c
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/py-1.3.1.tar.gz
/py-1.3.2.tar.gz
/py-1.3.3.tar.gz
/py-1.3.4.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.3
Release: 2%{?prerelease:.%{prerelease}}%{?dist}
Version: 1.3.4
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
Summary: Rapid testing (py.test) and development utils (pylib)
Group: Development/Languages
License: MIT and Public Domain
@ -49,7 +49,7 @@ rm -f doc/.coverage
%check
%{__python} bin/py.test --report=failed,skipped
%{__python} bin/py.test -r fs
%clean
@ -65,6 +65,9 @@ rm -rf %{buildroot}
%changelog
* Sat Sep 18 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.4-1
- Update to 1.3.4
* Fri Aug 27 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.3-2
- Add dependency on python-setuptools (see bz 626808).

View File

@ -1 +1 @@
bf0dbc3ce4c18ead263cb5679e5164b4 py-1.3.3.tar.gz
b64d73a04121c1c4e27c7ec335ef87c8 py-1.3.4.tar.gz