Update to 1.0.4.

epel9
Thomas Moschny 15 years ago
parent 112da91016
commit c248db5cf3

@ -1 +1 @@
execnet-1.0.2.tar.gz
execnet-1.0.4.tar.gz

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

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

@ -1 +1 @@
b3a42aec448ede3ba573cb6c6d00a20b execnet-1.0.2.tar.gz
0342eb58e2962a87dfdf3153e34d1356 execnet-1.0.4.tar.gz

Loading…
Cancel
Save