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.21.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c2910c63c008
branches: trunk
changeset: 387502:c2910c63c008
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 31 10:52:28 2022 +0000
description:
py-httplib2: updated to 0.21.0
0.21.0
http: `Content-Encoding: deflate` must accept zlib encapsulation
https://github.com/httplib2/httplib2/pull/230
Begin support and CI against CPython 3.10 and 3.11.
diffstat:
www/py-httplib2/Makefile | 20 ++++++++++++++++----
www/py-httplib2/distinfo | 8 ++++----
2 files changed, 20 insertions(+), 8 deletions(-)
diffs (51 lines):
diff -r 0b3711ed0982 -r c2910c63c008 www/py-httplib2/Makefile
--- a/www/py-httplib2/Makefile Mon Oct 31 10:45:22 2022 +0000
+++ b/www/py-httplib2/Makefile Mon Oct 31 10:52:28 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/07/20 22:13:26 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2022/10/31 10:52:28 adam Exp $
-DISTNAME= httplib2-0.20.4
+DISTNAME= httplib2-0.21.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
@@ -10,11 +10,23 @@
COMMENT= Comprehensive http client library for Python
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+DEPENDS+= ${PYPKGPREFIX}-pyparsing>=3.0.4:../../devel/py-pyparsing
+TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography>=35.0.0:../../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}-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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=1.4.2:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.34.0:../../devel/py-test-xdist
+
+USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-USE_LANGUAGES= # none
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0b3711ed0982 -r c2910c63c008 www/py-httplib2/distinfo
--- a/www/py-httplib2/distinfo Mon Oct 31 10:45:22 2022 +0000
+++ b/www/py-httplib2/distinfo Mon Oct 31 10:52:28 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2022/02/07 13:08:29 adam Exp $
+$NetBSD: distinfo,v 1.30 2022/10/31 10:52:28 adam Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index