pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httplib2 py-httplib2: updated to 0.20.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87b558211296
branches:  trunk
changeset: 373158:87b558211296
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 07 13:08:29 2022 +0000

description:
py-httplib2: updated to 0.20.4

0.20.4
proxy: support proxy urls with ipv6 address

0.20.3
No changes in library. Tests compatible with Python3.10 and recent pytest.

diffstat:

 www/py-httplib2/Makefile |  13 ++-----------
 www/py-httplib2/distinfo |   8 ++++----
 2 files changed, 6 insertions(+), 15 deletions(-)

diffs (42 lines):

diff -r 5f21ea37b78d -r 87b558211296 www/py-httplib2/Makefile
--- a/www/py-httplib2/Makefile  Mon Feb 07 12:45:27 2022 +0000
+++ b/www/py-httplib2/Makefile  Mon Feb 07 13:08:29 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2022/01/04 20:55:30 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2022/02/07 13:08:29 adam Exp $
 
-DISTNAME=      httplib2-0.20.2
+DISTNAME=      httplib2-0.20.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httplib2/}
 
@@ -15,14 +14,6 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/pyversion.mk"
-do-test:
-.if ${_PYTHON_VERSION} == 27
-       cd ${WRKSRC}/python2 && ${PYTHONBIN} httplib2test.py
-.else
-       cd ${WRKSRC}/python3 && ${PYTHONBIN} httplib2test.py
-.endif
-
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5f21ea37b78d -r 87b558211296 www/py-httplib2/distinfo
--- a/www/py-httplib2/distinfo  Mon Feb 07 12:45:27 2022 +0000
+++ b/www/py-httplib2/distinfo  Mon Feb 07 13:08:29 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2021/11/02 18:54:23 adam Exp $
+$NetBSD: distinfo,v 1.29 2022/02/07 13:08:29 adam Exp $
 
-BLAKE2s (httplib2-0.20.2.tar.gz) = 63c73b59bb949e1bcae92b21c7c8c219df9dbf7f331544db0ece6ce56d6dccb2
-SHA512 (httplib2-0.20.2.tar.gz) = 20359b8451f9be71000d2d7f38cefdf7abe9c2ff4f84c8e44943f24873e0d7bff943a871dae8170d1121cc0002f3b59db243629f58f4433c0b40f09b4e166579
-Size (httplib2-0.20.2.tar.gz) = 267230 bytes
+BLAKE2s (httplib2-0.20.4.tar.gz) = c731dc7f0e7d212037aeec93e4ba75b444090cf712e41432bf2449376a39457a
+SHA512 (httplib2-0.20.4.tar.gz) = 67c553926c1e103800bf622a4bb9ee6c3222fb33526f94fc64afa7e876281551bb6e42c8fce5d956f1f64a1727a25d457d23acb26360b69493dcaa3f8991e0be
+Size (httplib2-0.20.4.tar.gz) = 349137 bytes



Home | Main Index | Thread Index | Old Index