From c248db5cf337a90cab3abbfa4efa20dc42d47fc6 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 30 Jan 2010 12:15:52 +0000 Subject: Update to 1.0.4. --- .cvsignore | 2 +- import.log | 1 + python-execnet.spec | 14 ++++++++------ sources | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6078596..2b9b79d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -execnet-1.0.2.tar.gz +execnet-1.0.4.tar.gz diff --git a/import.log b/import.log index 8cd67d7..e194d58 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ python-execnet-1_0_2-3_fc12:HEAD:python-execnet-1.0.2-3.fc12.src.rpm:1263139591 +python-execnet-1_0_4-1_fc12:HEAD:python-execnet-1.0.4-1.fc12.src.rpm:1264852985 diff --git a/python-execnet.spec b/python-execnet.spec index 3d22b78..5b55f7a 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -3,8 +3,8 @@ %global srcname execnet Name: python-%{srcname} -Version: 1.0.2 -Release: 3%{?rctag:.%rctag}%{?dist} +Version: 1.0.4 +Release: 1%{?rctag:.%rctag}%{?dist} Summary: Elastic Python Deployment Group: Development/Languages License: GPLv2+ and MIT @@ -16,7 +16,7 @@ BuildRequires: python-devel BuildRequires: python-setuptools-devel BuildRequires: python-sphinx # execnet was separated from pylib at that point -BuildRequires: python-py >= 1.1.0 +BuildRequires: python-py >= 1.2.0 Conflicts: python-py < 1.1.0 @@ -56,9 +56,7 @@ rm doc/_build/html/.buildinfo %check -# need to skip some test that try to make ssh connections -PYTHONPATH=$(pwd) py.test -k'-test_info -test_group' --report=skipped - +PYTHONPATH=$(pwd) py.test --report=skipped %clean rm -rf %{buildroot} @@ -72,6 +70,10 @@ rm -rf %{buildroot} %changelog +* Wed Jan 27 2010 Thomas Moschny - 1.0.4-1 +- Update to 1.0.4. +- No need to skip tests. + * Fri Jan 8 2010 Thomas Moschny - 1.0.2-3 - Remove .buildinfo file from the doc dir. diff --git a/sources b/sources index d837716..c9642d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3a42aec448ede3ba573cb6c6d00a20b execnet-1.0.2.tar.gz +0342eb58e2962a87dfdf3153e34d1356 execnet-1.0.4.tar.gz -- cgit