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:   wiz
Date:           Sun Sep 21 15:54:22 UTC 2025

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

Log Message:
py-httplib2: update to 0.31.0.

0.31.0

  https: avoid costly load_verify_locations when SSL certificate validation is disabled
  https://github.com/httplib2/httplib2/pull/249


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.33 -r1.34 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.38 pkgsrc/www/py-httplib2/Makefile:1.39
--- pkgsrc/www/py-httplib2/Makefile:1.38        Thu Sep 11 06:08:06 2025
+++ pkgsrc/www/py-httplib2/Makefile     Sun Sep 21 15:54:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/09/11 06:08:06 adam Exp $
+# $NetBSD: Makefile,v 1.39 2025/09/21 15:54:22 wiz Exp $
 
-DISTNAME=      httplib2-0.30.2
+DISTNAME=      httplib2-0.31.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
@@ -16,7 +16,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-cryptograp
 TEST_DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.9.2:../../devel/py-flake8
 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
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=1.2.3:../../devel/py-test-randomly
@@ -28,8 +27,12 @@ USE_LANGUAGES=       # none
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif
-# as of 0.30.0
-# 6 failed, 480 passed, 6 skipped, 1 xfailed, 1 xpassed, 16 warnings
+# as of 0.31.0
+# 1 failed, 467 passed, 6 skipped, 1 xfailed, 1 xpassed, 16 warnings
+
+# needs unpackaged socks package
+pre-test:
+       ${RM} ${WRKSRC}/tests/test_proxy.py
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.33 pkgsrc/www/py-httplib2/distinfo:1.34
--- pkgsrc/www/py-httplib2/distinfo:1.33        Thu Sep 11 06:08:06 2025
+++ pkgsrc/www/py-httplib2/distinfo     Sun Sep 21 15:54:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2025/09/11 06:08:06 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/09/21 15:54:22 wiz Exp $
 
-BLAKE2s (httplib2-0.30.2.tar.gz) = 48a60bbb3fc0d6826a285958f4f27f5a70fa0b955b45465356e14b48328eab1a
-SHA512 (httplib2-0.30.2.tar.gz) = 58f8c87136d2844761d3f4a66f771ed5a41ba2afd58af52a66b4f917523a1d79cf0c44d14bf428d836c1a1c9d6596244d14db861c309fd9d52ce1bf689603edd
-Size (httplib2-0.30.2.tar.gz) = 250727 bytes
+BLAKE2s (httplib2-0.31.0.tar.gz) = 8805e910d305a253422669091f9f7a52384f96ee938d0a3c98030126dba9e60a
+SHA512 (httplib2-0.31.0.tar.gz) = ac25a0aecd88250a237a0339f54de9bd004ea442446edd98cc619542e4c4339d4089b8fc71f6da3c65310f6f854f0c700511c7138ec0b43863e9c544f7dfd5ea
+Size (httplib2-0.31.0.tar.gz) = 250759 bytes



Home | Main Index | Thread Index | Old Index