summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2010-01-25 21:08:57 +0000
committerjortel <devnull@localhost>2010-01-25 21:08:57 +0000
commit62d14f15dc4bffb12f0cd8cd5cd4028ac7e04123 (patch)
tree7ecb9a7dffe87d2ffa6c44483b2628e2ced16555
parent98d685d923eccabecc37ce2e680eddd4baf189d7 (diff)
downloadsuds-62d14f15dc4bffb12f0cd8cd5cd4028ac7e04123.tar.gz
update python version.
-rw-r--r--python-suds.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-suds.spec b/python-suds.spec
index 356a9d6..88d4f15 100644
--- a/python-suds.spec
+++ b/python-suds.spec
@@ -9,7 +9,7 @@ License: LGPLv3+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
-Requires: python >= 2.3
+Requires: python >= 2.4
BuildRequires: python-setuptools-devel
Url: https://fedorahosted.org/suds
@@ -56,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Dec 17 2009 jortel <jortel@redhat.com> - 0.3.9-1
- - 0.3.9
+ - Bumped python requires to 2.4
* Wed Dec 9 2009 jortel <jortel@redhat.com> - 0.3.8-1
- Includeds Windows NTLM Transport.
- Add missing self.messages in Client.clone().