update documented project links to use HTTP instead of HTTPS protocol

This commit is contained in:
Jurko Gospodnetić 2013-12-02 21:07:40 +01:00
parent f86b7e1ebe
commit 05e8ff0a2d
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ GENERAL DEVELOPMENT NOTES:
=================================================
* Project's sources accessible from a Mercurial version control repository
hosted by BitBucket at 'https://bitbucket.org/jurko/suds'.
hosted by BitBucket at 'http://bitbucket.org/jurko/suds'.
* Project development should be tracked in the TODO.txt file.
* Exact formatting is not important as long as its contect is kept
@ -75,7 +75,7 @@ GENERAL DEVELOPMENT NOTES:
* Handling Python 3 related patches applicable to the original suds
development project.
* Originally synchronized with the Mercurial patch queue hosted at
'https://bitbucket.org/bernh/suds-python-3-patches'.
'http://bitbucket.org/bernh/suds-python-3-patches'.
* Used to be synchronized with the originating queue but that
synchronization is no longer being maintained as it became more and
more difficult as our work on suds progressed and both the original

View File

@ -110,7 +110,7 @@ Lightweight SOAP client (Jurko's fork).
---------------------------------------
Based on the original 'suds' project by Jeff Ortel (jortel at redhat
dot com) hosted at 'https://fedorahosted.org/suds'.
dot com) hosted at 'http://fedorahosted.org/suds'.
'Suds' is a lightweight SOAP-based web service client for Python
licensed under LGPL (see the LICENSE.txt file included in the
@ -125,7 +125,7 @@ if it ever gets revived again.
package_name = "suds-jurko"
version_tag = pkg_resources.safe_version(__version__)
project_url = "https://bitbucket.org/jurko/suds"
project_url = "http://bitbucket.org/jurko/suds"
base_download_url = project_url + "/downloads"
download_distribution_name = "%s-%s.tar.bz2" % (package_name, version_tag)
download_url = "%s/%s" % (base_download_url, download_distribution_name)