-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-ndg_httpsclient: update to 0.5.1.
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.
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# $NetBSD: Makefile,v 1.7 2022/01/05 15:41:20 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.8 2022/09/11 16:53:08 wiz Exp $ | ||
|
||
DISTNAME= ndg_httpsclient-0.4.2 | ||
DISTNAME= ndg_httpsclient-0.5.1 | ||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} | ||
PKGREVISION= 2 | ||
CATEGORIES= security python | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=cedadev/} | ||
GITHUB_PROJECT= ndg_httpsclient | ||
GITHUB_TAG= ${PKGVERSION_NOREV} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/cedadev/ndg_httpsclient/ | ||
COMMENT= HTTPS client implementation for httplib and urllib2 based on PyOpenSSL | ||
LICENSE= modified-bsd | ||
|
||
GITHUB_PROJECT= ndg_httpsclient | ||
GITHUB_TAG= ${PKGVERSION_NOREV} | ||
|
||
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.4:../../security/py-asn1 | ||
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL | ||
|
||
PYTHON_VERSIONS_INCOMPATIBLE= 27 | ||
|
||
USE_PKG_RESOURCES= yes | ||
|
||
.include "../../lang/python/egg.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.4 2021/10/26 11:17:47 nia Exp $ | ||
$NetBSD: distinfo,v 1.5 2022/09/11 16:53:08 wiz Exp $ | ||
|
||
BLAKE2s (ndg_httpsclient-0.4.2.tar.gz) = b13863a1267446f7d434c88e7a4f17092642976b62e16abae3665f119a903334 | ||
SHA512 (ndg_httpsclient-0.4.2.tar.gz) = dab796c7a09be895fe017ab742cbcbd81ec5674bf1faddef0ce7f97a56e5af3726b946b4169cfae61891ac8447d41ccbb859dec1bade9ce5f52f57d8c0cd8102 | ||
Size (ndg_httpsclient-0.4.2.tar.gz) = 27112 bytes | ||
BLAKE2s (ndg_httpsclient-0.5.1.tar.gz) = c24eb2cc310f9644d6ce5c5e1dd7d1d29857d708b2efce27bc951955d9df4851 | ||
SHA512 (ndg_httpsclient-0.5.1.tar.gz) = 00f83f357289ba4c958b7a2857a577e11f62783243b40ad302c321d6a8718558e092f96a57ada4d8f5d4c3f97f3d26fb2674140f78e5633ab5bad65502d1b414 | ||
Size (ndg_httpsclient-0.5.1.tar.gz) = 24054 bytes |