Commit graph

3 commits

Author SHA1 Message Date
drochner
44e37b278f update to 0.9.8, provided by Marc Recht (PR pkg/20787)
Notes:
This is SOAPpy 0.9.8.    It contains substantial improvements over the last
release.
1) SOAPpy now uses the standard python
   package installation tools.  Executing the commands
     $ python setup.py build
     $ python setup.py install
   (the second as root) should install SOAPpy into the appropriate Python
   library directory.
2) There has been inconsistency in how  SOAPpy library components have been
   imported.  This new release standardizes on:
     from SOAPpy import SOAP
3) See the changelog for further enhancements.
2003-03-19 11:51:08 +00:00
drochner
d40de07c44 call the builink file "buildlink2.mk" (it doesn't do anything different
for simple Python packages however)
2002-10-24 13:05:33 +00:00
drochner
0cd6bf1d37 import SOAP.py from the "Web Services for Python" project, with some fixes
to make it work with Python-2.2 (extracted from py-google).
This is the third SOAP implementation in Python I've tried, and the
first which actually works.
2002-10-01 17:21:39 +00:00