Update to 1.3.0.
This commit is contained in:
parent
97266076b9
commit
93edfdbe45
@ -1 +1 @@
|
|||||||
py-1.2.1.tar.gz
|
py-1.3.0.tar.gz
|
||||||
|
@ -5,3 +5,4 @@ python-py-1_0_2-1_fc11:HEAD:python-py-1.0.2-1.fc11.src.rpm:1251397988
|
|||||||
python-py-1_1_1-1_fc12:HEAD:python-py-1.1.1-1.fc12.src.rpm:1259422907
|
python-py-1_1_1-1_fc12:HEAD:python-py-1.1.1-1.fc12.src.rpm:1259422907
|
||||||
python-py-1_2_0-1_fc12:HEAD:python-py-1.2.0-1.fc12.src.rpm:1264852599
|
python-py-1_2_0-1_fc12:HEAD:python-py-1.2.0-1.fc12.src.rpm:1264852599
|
||||||
python-py-1_2_1-1_fc12:HEAD:python-py-1.2.1-1.fc12.src.rpm:1266185181
|
python-py-1_2_1-1_fc12:HEAD:python-py-1.2.1-1.fc12.src.rpm:1266185181
|
||||||
|
python-py-1_3_0-1_fc12:HEAD:python-py-1.3.0-1.fc12.src.rpm:1273321309
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: python-py
|
Name: python-py
|
||||||
Version: 1.2.1
|
Version: 1.3.0
|
||||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
||||||
Summary: Rapid testing (py.test) and development utils (pylib)
|
Summary: Rapid testing (py.test) and development utils (pylib)
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -43,6 +43,11 @@ find %{buildroot}%{python_sitelib} \( -name '*.py' -o -name 'py.*' \) \
|
|||||||
-exec sed -i '1{/^#!/d}' {} \; \
|
-exec sed -i '1{/^#!/d}' {} \; \
|
||||||
-exec chmod u=rw,go=r {} \;
|
-exec chmod u=rw,go=r {} \;
|
||||||
|
|
||||||
|
# remove some backup files
|
||||||
|
rm -f doc/test/plugin/links.txt.orig \
|
||||||
|
doc/code.txt.orig \
|
||||||
|
doc/test/plugin/index.txt.orig
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python} bin/py.test --report=failed,skipped
|
%{__python} bin/py.test --report=failed,skipped
|
||||||
@ -61,6 +66,10 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 8 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.3.0-1
|
||||||
|
- Update to 1.3.0.
|
||||||
|
- Remove some backup (.orig) files.
|
||||||
|
|
||||||
* Sun Feb 14 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.2.1-1
|
* Sun Feb 14 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.2.1-1
|
||||||
- Update to 1.2.1.
|
- Update to 1.2.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user