pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-httplib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 24 07:18:56 UTC 2023

Modified Files:
        pkgsrc/www/py-httplib2: Makefile distinfo

Log Message:
py-httplib2: updated to 0.22.0

0.22.0

  https: disable_ssl_certificate_validation caused ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled
  https://github.com/httplib2/httplib2/pull/231

  build(deps): bump cryptography from 37.0.4 to 38.0.3
  Reason from cryptography changelog: Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-httplib2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-httplib2/Makefile
diff -u pkgsrc/www/py-httplib2/Makefile:1.34 pkgsrc/www/py-httplib2/Makefile:1.35
--- pkgsrc/www/py-httplib2/Makefile:1.34        Mon Oct 31 10:52:28 2022
+++ pkgsrc/www/py-httplib2/Makefile     Mon Apr 24 07:18:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2022/10/31 10:52:28 adam Exp $
+# $NetBSD: Makefile,v 1.35 2023/04/24 07:18:56 adam Exp $
 
-DISTNAME=      httplib2-0.21.0
+DISTNAME=      httplib2-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
@@ -11,9 +11,9 @@ COMMENT=      Comprehensive http client libra
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-pyparsing>=3.0.4:../../devel/py-pyparsing
-TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography>=35.0.0:../../security/py-cryptography
+TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography>=38.0.3:../../security/py-cryptography
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.9.2:../../devel/py-flake8
-TEST_DEPENDS+= ${PYPKGPREFIX}-future>=0.16.0:../../devel/py-future
+TEST_DEPENDS+= ${PYPKGPREFIX}-future>=0.18.3:../../devel/py-future
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.5:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.12.1:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-forked>=1.3.0:../../devel/py-test-forked

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.30 pkgsrc/www/py-httplib2/distinfo:1.31
--- pkgsrc/www/py-httplib2/distinfo:1.30        Mon Oct 31 10:52:28 2022
+++ pkgsrc/www/py-httplib2/distinfo     Mon Apr 24 07:18:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2022/10/31 10:52:28 adam Exp $
+$NetBSD: distinfo,v 1.31 2023/04/24 07:18:56 adam Exp $
 
-BLAKE2s (httplib2-0.21.0.tar.gz) = d86d347ef69f06928b2899c4a647e03026bc31dd6f87e2a703251a27cd6bbb56
-SHA512 (httplib2-0.21.0.tar.gz) = 678e71d2f036b7c842f438a481283b6805de6124809eaf2001bf41b3cd15708ab4300d8de44a9da89a2fd643c18619ad731122dc08a9895b471c7f69acab7960
-Size (httplib2-0.21.0.tar.gz) = 350463 bytes
+BLAKE2s (httplib2-0.22.0.tar.gz) = 002bda942aca1ccb35d1f25794f9af3005e02ace6259ce4b1aa83b795f0be474
+SHA512 (httplib2-0.22.0.tar.gz) = 25fabeef422b1f7cdc79960db93a2442d1281c310b19259c00de9010f98f53438d88c5643294f8c992a14e64622c02a3fbf0ed79b2aa78f683ee77fa3a073b89
+Size (httplib2-0.22.0.tar.gz) = 351116 bytes



Home | Main Index | Thread Index | Old Index