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 Feb  7 13:08:29 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/www/py-httplib2/Makefile:1.32
--- pkgsrc/www/py-httplib2/Makefile:1.31        Tue Jan  4 20:55:30 2022
+++ pkgsrc/www/py-httplib2/Makefile     Mon Feb  7 13:08:29 2022
@@ -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 @@ PYTHON_VERSIONED_DEPENDENCIES+=      pyparsin
 
 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"

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.28 pkgsrc/www/py-httplib2/distinfo:1.29
--- pkgsrc/www/py-httplib2/distinfo:1.28        Tue Nov  2 18:54:23 2021
+++ pkgsrc/www/py-httplib2/distinfo     Mon Feb  7 13:08:29 2022
@@ -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