pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-ndg_httpsclient
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 11 16:53:08 UTC 2022
Modified Files:
pkgsrc/security/py-ndg_httpsclient: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-ndg_httpsclient/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-ndg_httpsclient/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-ndg_httpsclient/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-ndg_httpsclient/Makefile
diff -u pkgsrc/security/py-ndg_httpsclient/Makefile:1.7 pkgsrc/security/py-ndg_httpsclient/Makefile:1.8
--- pkgsrc/security/py-ndg_httpsclient/Makefile:1.7 Wed Jan 5 15:41:20 2022
+++ pkgsrc/security/py-ndg_httpsclient/Makefile Sun Sep 11 16:53:08 2022
@@ -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= pkgsrc-users%NetBSD.org@localhost
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"
Index: pkgsrc/security/py-ndg_httpsclient/PLIST
diff -u pkgsrc/security/py-ndg_httpsclient/PLIST:1.2 pkgsrc/security/py-ndg_httpsclient/PLIST:1.3
--- pkgsrc/security/py-ndg_httpsclient/PLIST:1.2 Fri Nov 11 09:09:02 2016
+++ pkgsrc/security/py-ndg_httpsclient/PLIST Sun Sep 11 16:53:08 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2016/11/11 09:09:02 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/09/11 16:53:08 wiz Exp $
bin/ndg_httpclient
+${PYSITELIB}/ndg/__init__.py
+${PYSITELIB}/ndg/__init__.pyc
+${PYSITELIB}/ndg/__init__.pyo
${PYSITELIB}/ndg/httpsclient/LICENSE
${PYSITELIB}/ndg/httpsclient/__init__.py
${PYSITELIB}/ndg/httpsclient/__init__.pyc
@@ -23,8 +26,7 @@ ${PYSITELIB}/ndg/httpsclient/test/README
${PYSITELIB}/ndg/httpsclient/test/__init__.py
${PYSITELIB}/ndg/httpsclient/test/__init__.pyc
${PYSITELIB}/ndg/httpsclient/test/__init__.pyo
-${PYSITELIB}/ndg/httpsclient/test/pki/ca/08bd99c7.0
-${PYSITELIB}/ndg/httpsclient/test/pki/ca/ade0138a.0
+${PYSITELIB}/ndg/httpsclient/test/pki/ca/7e15277f.0
${PYSITELIB}/ndg/httpsclient/test/pki/localhost.crt
${PYSITELIB}/ndg/httpsclient/test/pki/localhost.key
${PYSITELIB}/ndg/httpsclient/test/scripts/openssl_https_server.sh
@@ -43,12 +45,10 @@ ${PYSITELIB}/ndg/httpsclient/urllib2_bui
${PYSITELIB}/ndg/httpsclient/utils.py
${PYSITELIB}/ndg/httpsclient/utils.pyc
${PYSITELIB}/ndg/httpsclient/utils.pyo
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/security/py-ndg_httpsclient/distinfo
diff -u pkgsrc/security/py-ndg_httpsclient/distinfo:1.4 pkgsrc/security/py-ndg_httpsclient/distinfo:1.5
--- pkgsrc/security/py-ndg_httpsclient/distinfo:1.4 Tue Oct 26 11:17:47 2021
+++ pkgsrc/security/py-ndg_httpsclient/distinfo Sun Sep 11 16:53:08 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index