|
|
|
@ -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.
|
|
|
|
|
|
|
|
|
|