From 8f3753d474b73516710b750889e402893853bbc5 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 13 Aug 2009 17:31:58 +0000 Subject: [PATCH] Update to final 1.0.0 version. --- .cvsignore | 2 +- import.log | 1 + python-py.spec | 8 +++++--- sources | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index ff59fd8..1ae95d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -py-1.0.0b8.tar.gz +py-1.0.0.tar.gz diff --git a/import.log b/import.log index 2f33e50..0d80647 100644 --- a/import.log +++ b/import.log @@ -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 diff --git a/python-py.spec b/python-py.spec index 301b262..c1ea372 100644 --- a/python-py.spec +++ b/python-py.spec @@ -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 - 1.0.0-1 +- Update to 1.0.0. +- Re-enable SVN tests in %%check. + * Sun Jul 26 2009 Fedora Release Engineering - 1.0.0-1.b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index bba9d97..4719a5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96a466614c3002431f735dc34088ce0f py-1.0.0b8.tar.gz +3223ff8fcaefd060be13262e367794ce py-1.0.0.tar.gz