Marc-Michael,
I updated the boto-py package to the latest upstream release
today and added a DescPort explaining that python 2.7.9 exposes latent
breakage in boto reported upstream at...
https://github.com/boto/boto/issues/2901
http://bugs.python.org/issue23052
https://www.python.org/dev/peps/pep-0476/
The workaround is to disable the SSL certificate validation (which
was enabled in python 2.7.9) using...
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
Upstream doesn't appear to have a fix for this issue yet.
Jack
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel