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 Aug 31 10:12:27 UTC 2025

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

Log Message:
py-httplib2: update to 0.30.0.

0.30.0

  BREAKING CHANGE! Python support 3.7+ only

  https: Do not rely on ssl.PROTOCOL_TLS, which has been deprecated in Python3.10


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-httplib2/PLIST
cvs rdiff -u -r1.31 -r1.32 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.36 pkgsrc/www/py-httplib2/Makefile:1.37
--- pkgsrc/www/py-httplib2/Makefile:1.36        Tue Apr 22 21:21:08 2025
+++ pkgsrc/www/py-httplib2/Makefile     Sun Aug 31 10:12:27 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2025/04/22 21:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2025/08/31 10:12:27 wiz Exp $
 
-DISTNAME=      httplib2-0.22.0
+DISTNAME=      httplib2-0.30.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
 
@@ -26,8 +25,11 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-# as of 0.22.0
-# 3 failed, 483 passed, 6 skipped, 1 xfailed, 1 xpassed, 31 warnings
+.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
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-httplib2/PLIST
diff -u pkgsrc/www/py-httplib2/PLIST:1.8 pkgsrc/www/py-httplib2/PLIST:1.9
--- pkgsrc/www/py-httplib2/PLIST:1.8    Tue Apr 22 21:21:08 2025
+++ pkgsrc/www/py-httplib2/PLIST        Sun Aug 31 10:12:27 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/04/22 21:21:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/08/31 10:12:27 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -20,6 +20,3 @@ ${PYSITELIB}/httplib2/error.pyo
 ${PYSITELIB}/httplib2/iri2uri.py
 ${PYSITELIB}/httplib2/iri2uri.pyc
 ${PYSITELIB}/httplib2/iri2uri.pyo
-${PYSITELIB}/httplib2/socks.py
-${PYSITELIB}/httplib2/socks.pyc
-${PYSITELIB}/httplib2/socks.pyo

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.31 pkgsrc/www/py-httplib2/distinfo:1.32
--- pkgsrc/www/py-httplib2/distinfo:1.31        Mon Apr 24 07:18:56 2023
+++ pkgsrc/www/py-httplib2/distinfo     Sun Aug 31 10:12:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/04/24 07:18:56 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/08/31 10:12:27 wiz Exp $
 
-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
+BLAKE2s (httplib2-0.30.0.tar.gz) = bd197be524e849bc0f1b14125608044eaa7b4fd23dfe56ccb9029a98fe0aed3a
+SHA512 (httplib2-0.30.0.tar.gz) = c639c6c78306af09dfd7bc281204b3a7170a1b5da322749e46f8d0188e6441d1d011d64682f5406c16194730a184236764cbb58114580b645135a2d301eb5f3b
+Size (httplib2-0.30.0.tar.gz) = 249764 bytes



Home | Main Index | Thread Index | Old Index