rpms/python-nose/F-13 .cvsignore, 1.13, 1.14 python-nose.spec, 1.19, 1.20 sources, 1.13, 1.14

Luke Macken lmacken at fedoraproject.org
Thu May 6 16:14:00 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-nose/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23134

Modified Files:
	.cvsignore python-nose.spec sources 
Log Message:
Update to 0.11.3 and enable the self tests


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/F-13/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	6 Oct 2009 06:15:08 -0000	1.13
+++ .cvsignore	6 May 2010 16:13:59 -0000	1.14
@@ -1 +1 @@
-nose-0.11.1.tar.gz
+nose-0.11.3.tar.gz


Index: python-nose.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/F-13/python-nose.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- python-nose.spec	6 Oct 2009 06:27:39 -0000	1.19
+++ python-nose.spec	6 May 2010 16:14:00 -0000	1.20
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-nose
-Version:        0.11.1
-Release:        2%{?dist}
+Version:        0.11.3
+Release:        1%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
 Group:          Development/Languages
@@ -35,6 +35,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
         --single-version-externally-managed --install-data=%{_datadir}
 
+%check
+%{__python} selftest.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -48,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/nose
 
 %changelog
+* Thu May 06 2010 Luke Macken <lmacken at redhat.com> - 0.11-3-1
+- Update to 0.11.3
+- Enable the self tests
+
 * Mon Oct 05 2009 Luke Macken <lmacken at redhat.com> - 0.11.1-2
 - Include the new nosetests-2.6 script as well
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/F-13/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	6 Oct 2009 06:15:09 -0000	1.13
+++ sources	6 May 2010 16:14:00 -0000	1.14
@@ -1 +1 @@
-00789d016f81ec52f666f020c644447e  nose-0.11.1.tar.gz
+fbf6bc7b7c2bbb535d8ea9a931a1e65b  nose-0.11.3.tar.gz



More information about the scm-commits mailing list