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 Oct 31 10:52:28 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-httplib2/Makefile
cvs rdiff -u -r1.29 -r1.30 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.33 pkgsrc/www/py-httplib2/Makefile:1.34
--- pkgsrc/www/py-httplib2/Makefile:1.33        Wed Jul 20 22:13:26 2022
+++ pkgsrc/www/py-httplib2/Makefile     Mon Oct 31 10:52:28 2022
@@ -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 @@ HOMEPAGE=   https://github.com/httplib2/ht
 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"

Index: pkgsrc/www/py-httplib2/distinfo
diff -u pkgsrc/www/py-httplib2/distinfo:1.29 pkgsrc/www/py-httplib2/distinfo:1.30
--- pkgsrc/www/py-httplib2/distinfo:1.29        Mon Feb  7 13:08:29 2022
+++ pkgsrc/www/py-httplib2/distinfo     Mon Oct 31 10:52:28 2022
@@ -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