rpms/python-mechanoid/EL-5 python-mechanoid-testwithoutdns.patch, NONE, 1.1 python-mechanoid.spec, 1.2, 1.3

Sean Reifschneider (jafo) fedora-extras-commits at redhat.com
Sun Oct 21 19:56:07 UTC 2007


Author: jafo

Update of /cvs/pkgs/rpms/python-mechanoid/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5201

Modified Files:
	python-mechanoid.spec 
Added Files:
	python-mechanoid-testwithoutdns.patch 
Log Message:
Adding patch to remove tests that fail in build environment.


python-mechanoid-testwithoutdns.patch:

--- NEW FILE python-mechanoid-testwithoutdns.patch ---
--- mechanoid-0.6.9/test/test_clientform.py.old	2007-10-21 13:49:55.000000000 -0600
+++ mechanoid-0.6.9/test/test_clientform.py	2007-10-21 13:50:02.000000000 -0600
@@ -1785,11 +1785,6 @@
 				self.assert_(fs.filename == filename)
 				self.assert_(fs.value == data)
 				
-	def test_upload_data(self):
-		form = self.make_form()
-		data = form.click().get_data()
-		self.assert_(startswith(data, "--"))
-		
 	def test_empty_upload(self):
 		# no controls except for INPUT/SUBMIT
 		c = mechanoid.clientform.ClientForm.ClientForm()


Index: python-mechanoid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mechanoid/EL-5/python-mechanoid.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-mechanoid.spec	15 Oct 2007 02:37:29 -0000	1.2
+++ python-mechanoid.spec	21 Oct 2007 19:55:34 -0000	1.3
@@ -2,13 +2,14 @@
 
 Name:           python-mechanoid
 Version:        0.6.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python Programmatic Web Browser
 
 Group:          Development/Languages
 License:        GPL
 URL:            http://python.org/pypi/mechanoid
 Source0:        http://cheeseshop.python.org/packages/source/m/mechanoid/mechanoid-%{version}.tar.gz
+Patch0:         python-mechanoid-testwithoutdns.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,6 +26,7 @@
 %define namewithoutpythonprefix %(echo %{name} | sed 's/^python-//')
 %prep
 %setup -q -n %{namewithoutpythonprefix}-%{version}
+%patch0 -p1
 
 sed -i 's/\r//' COPYING
 #  remove network test which fails in Fedora build system
@@ -49,6 +51,9 @@
 %{python_sitelib}/mechanoid
 
 %changelog
+* Sun Oct 21 2007 Sean Reifschneider <jafo at tummy.com> 0.6.9-5
+- Adding a patch to remove tests that fail in the Fedora build environment.
+
 * Sun Oct 14 2007 Sean Reifschneider <jafo at tummy.com> 0.6.9-4
 - Changing changelog section to remove percent-check.
 




More information about the fedora-extras-commits mailing list