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. --- python-execnet.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'python-execnet.spec') 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. -- cgit