rpms/python-execnet/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 python-execnet.spec, 1.1, 1.2 sources, 1.2, 1.3

Thomas Moschny thm at fedoraproject.org
Sat Jan 30 12:15:52 UTC 2010


Author: thm

Update of /cvs/pkgs/rpms/python-execnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5791/devel

Modified Files:
	.cvsignore import.log python-execnet.spec sources 
Log Message:
Update to 1.0.4.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	10 Jan 2010 16:17:39 -0000	1.2
+++ .cvsignore	30 Jan 2010 12:15:52 -0000	1.3
@@ -1 +1 @@
-execnet-1.0.2.tar.gz
+execnet-1.0.4.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	10 Jan 2010 16:17:39 -0000	1.1
+++ import.log	30 Jan 2010 12:15:52 -0000	1.2
@@ -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


Index: python-execnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/devel/python-execnet.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-execnet.spec	10 Jan 2010 16:17:39 -0000	1.1
+++ python-execnet.spec	30 Jan 2010 12:15:52 -0000	1.2
@@ -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 at gmx.de> - 1.0.4-1
+- Update to 1.0.4.
+- No need to skip tests.
+
 * Fri Jan  8 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.2-3
 - Remove .buildinfo file from the doc dir.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-execnet/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	10 Jan 2010 16:17:39 -0000	1.2
+++ sources	30 Jan 2010 12:15:52 -0000	1.3
@@ -1 +1 @@
-b3a42aec448ede3ba573cb6c6d00a20b  execnet-1.0.2.tar.gz
+0342eb58e2962a87dfdf3153e34d1356  execnet-1.0.4.tar.gz



More information about the scm-commits mailing list