summaryrefslogtreecommitdiffstats
path: root/python-execnet.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-execnet.spec')
-rw-r--r--python-execnet.spec14
1 files changed, 8 insertions, 6 deletions
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 <thomas.moschny@gmx.de> - 1.0.4-1
+- Update to 1.0.4.
+- No need to skip tests.
+
* Fri Jan 8 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.0.2-3
- Remove .buildinfo file from the doc dir.