summaryrefslogtreecommitdiff
path: root/security/py-ndg_httpsclient/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-10-19fighting a losing battle against the py-cryptography rustification, part 5nia1-2/+3
Convert py-OpenSSL users to versioned_dependencies.mk
2022-09-11py-ndg_httpsclient: update to 0.5.1.wiz1-6/+6
0.5.1 Clean up handling for description file - pull in content from this file into setup() Allows the nightly build to fail Add Trove version classifiers to make it explicit what is supported Add python_requires to help pip Drop support for EOL Python 2.6 and 3.3 Thanks to @hugovk for contributions 0.5.0 Fix to Subject Alternative Name handling to allow for certificates with more than 64 names (max now 1024). Thanks to Matt Pegler Fix to subjectAltName string to use byte type for correct matching Updated SSL Context objects to default to TLS 1.2 0.4.4 Updated test certificates 0.4.3 Fix to ndg namespace package warning issue (#3). __init__.py file now included in ndg directory so that there are no longer warnings with imports when using Python 2.x. Thanks to Max Mauntner for fix. Minor fix for installation: set minimum release for pyasn1 to avoid conflicts with Ubuntu install - see #5 and #10. pyasn1 also becomes mandatory rather than optional package for install. - It required by cryptography anyway which is a dependency for pyOpenSSL from version 0.14.
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz1-2/+4
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2020-05-27*: reset MAINTAINER for fhajny on his requestwiz1-2/+2
2018-12-15*: update email for fhajnywiz1-2/+2
2017-07-30Switch github HOMEPAGEs to https.wiz1-2/+2
2016-11-11Update security/py-ndg_httpsclient to 0.4.2.fhajny1-3/+3
0.4.2 - Fix to bug in ndg.httpsclient.utils.open_url - duplicate open call. 0.4.1 - Include metadata tags to show Python 3 compatibility
2015-12-01Import ndg_httpsclient-0.4.0 as www/py-ndg_httpsclient.fhajny1-0/+20
A HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the default provided with Python and importantly enables full verification of the SSL peer.