- Update to 1.3.4
This commit is contained in:
parent
d1e3feba57
commit
81c37d534c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user