]> git.pld-linux.org Git - packages/python-SOAP.git/commitdiff
- added 'future' path (all future statements have to be present
authorMarcin Gajda <m.gajda@functional-software.com>
Tue, 7 Nov 2006 09:40:46 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  near to the top of file - see PEP 236)
- builds now against python 2.5

Changed files:
    python-SOAP.spec -> 1.41

python-SOAP.spec

index 800577d27f9b31c68f6a77cc2737e9b1b3cbabe7..9b347d192a28860dcfece14b020ae3abddeddf41 100644 (file)
@@ -2,12 +2,13 @@ Summary:      A SOAP library for Python
 Summary(pl):   Biblioteka SOAP dla Pythona
 Name:          python-SOAP
 Version:       0.12.0
-Release:       2
+Release:       3
 License:       Python
 Group:         Libraries/Python
 Source0:       http://dl.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz
 # Source0-md5: d0d29f9b6fb27bfadc69b64a36321e20
 Patch0:                %{name}-urltry.patch
+Patch1:                %{name}-future.patch
 URL:           http://sourceforge.net/projects/pywebsvcs/
 %pyrequires_eq python
 Requires:              python-fpconst
@@ -28,6 +29,7 @@ SOAP, WSDL, UDDI itp.
 %prep
 %setup -q -n SOAPpy-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 python setup.py build
This page took 0.050089 seconds and 4 git commands to generate.