suds 0.3.3 release
This commit is contained in:
parent
903665748c
commit
618431d51a
@ -1,2 +1,3 @@
|
|||||||
python-suds-0.3.1.tar.gz
|
python-suds-0.3.1.tar.gz
|
||||||
python-suds-0.3.2.tar.gz
|
python-suds-0.3.2.tar.gz
|
||||||
|
python-suds-0.3.3.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A python SOAP client
|
Summary: A python SOAP client
|
||||||
Name: python-suds
|
Name: python-suds
|
||||||
Version: 0.3.2
|
Version: 0.3.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -47,16 +47,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{python_sitelib}/suds/bindings
|
%dir %{python_sitelib}/suds/bindings
|
||||||
%dir %{python_sitelib}/suds/sax
|
%dir %{python_sitelib}/suds/sax
|
||||||
%dir %{python_sitelib}/suds/xsd
|
%dir %{python_sitelib}/suds/xsd
|
||||||
%dir %{python_sitelib}/tests
|
|
||||||
%{python_sitelib}/suds/*.py*
|
%{python_sitelib}/suds/*.py*
|
||||||
%{python_sitelib}/suds/bindings/*.py*
|
%{python_sitelib}/suds/bindings/*.py*
|
||||||
%{python_sitelib}/suds/sax/*.py*
|
%{python_sitelib}/suds/sax/*.py*
|
||||||
%{python_sitelib}/suds/xsd/*.py*
|
%{python_sitelib}/suds/xsd/*.py*
|
||||||
%{python_sitelib}/tests/*.py*
|
|
||||||
|
|
||||||
%doc README LICENSE
|
%doc README LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 04 2008 jortel <jortel@redhat.com> - 0.3.3-1
|
||||||
|
- No longer installs (tests) package.
|
||||||
|
- Implements API-3 proposal
|
||||||
|
Pluggable transport
|
||||||
|
Keyword method arguments
|
||||||
|
Baisc http authentication in default transport
|
||||||
|
- Add namespace prefix normalization in soap message.
|
||||||
|
- Better soap message pruning of empty nodes.
|
||||||
|
- Fixed Tickets: #51 - #60.
|
||||||
|
|
||||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.2-2
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.2-2
|
||||||
- Rebuild for Python 2.6
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
ae5a7e1f39c63ecf2c5622d687d6981c python-suds-0.3.1.tar.gz
|
ae5a7e1f39c63ecf2c5622d687d6981c python-suds-0.3.1.tar.gz
|
||||||
a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz
|
a4544f1eaaeb3ca0e78180160909ab01 python-suds-0.3.2.tar.gz
|
||||||
|
79cace44ca04955f2cdb8fe682b5f05d python-suds-0.3.3.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user