Update to final 1.0.0 version.
This commit is contained in:
parent
0be52fde9f
commit
8f3753d474
@ -1 +1 @@
|
||||
py-1.0.0b8.tar.gz
|
||||
py-1.0.0.tar.gz
|
||||
|
@ -1,2 +1,3 @@
|
||||
python-py-0_9_2-6_fc10:HEAD:python-py-0.9.2-6.fc10.src.rpm:1232104910
|
||||
python-py-1_0_0-0_b8_fc11:HEAD:python-py-1.0.0-0.b8.fc11.src.rpm:1248303215
|
||||
python-py-1_0_0-1_fc11:HEAD:python-py-1.0.0-1.fc11.src.rpm:1250184682
|
||||
|
@ -1,7 +1,5 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
%define prerelease b8
|
||||
|
||||
Name: python-py
|
||||
Version: 1.0.0
|
||||
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
|
||||
@ -86,7 +84,7 @@ find %{buildroot}%{python_sitelib} -name '*.cmd' -exec rm {} \;
|
||||
%check
|
||||
# some tests need to be skipped currently
|
||||
PYTHONPATH=$(pwd)/py %{__python} py/bin/py.test \
|
||||
'-k-test_make_sdist_and_run_it -TestWCSvnCommandPath.test_not_versioned -TestWCSvnCommandPath.test_versioned' \
|
||||
'-k-test_make_sdist_and_run_it' \
|
||||
py
|
||||
|
||||
|
||||
@ -102,6 +100,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.0.0-1
|
||||
- Update to 1.0.0.
|
||||
- Re-enable SVN tests in %%check.
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-1.b8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user