py-treq: updated to 23.11.0

23.11.0 (2023-11-03)

Features

- When the collector passed to ``treq.collect(response, collector)`` throws an exception, that error will now be returned to the caller of ``collect()`` via the result ``Deferred``, and the underlying HTTP transport will be closed.
- Python 3.11 is now supported.
- Python 3.12 is now supported.
- PyPy 3.9 is now supported.
- PyPy 3.10 is now supported.
This commit is contained in:
adam 2024-01-19 21:46:48 +00:00
parent 267059f803
commit 4e826d4902
3 changed files with 21 additions and 18 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2022/06/28 11:33:42 wiz Exp $
# $NetBSD: Makefile,v 1.10 2024/01/19 21:46:48 adam Exp $
DISTNAME= treq-22.2.0
DISTNAME= treq-23.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/treq/}
@ -11,15 +10,19 @@ HOMEPAGE= https://github.com/twisted/treq
COMMENT= HTTP library for Twisted
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=35.0.2:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.29.0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-hyperlink>=21.0.0:../../www/py-hyperlink
DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
DEPENDS+= ${PYPKGPREFIX}-incremental>=21.3.0:../../devel/py-incremental
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-twisted>=18.7.0:../../net/py-twisted
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-twisted>=22.10.0:../../net/py-twisted
TEST_DEPENDS+= ${PYPKGPREFIX}-httpbin>=0.7.0:../../www/py-httpbin
TEST_DEPENDS+= ${PYPKGPREFIX}-werkzeug>=2.0.3:../../www/py-werkzeug
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2022/02/05 13:16:57 js Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.3 2024/01/19 21:46:48 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/treq/__init__.py
${PYSITELIB}/treq/__init__.pyc
${PYSITELIB}/treq/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2022/02/14 10:15:33 adam Exp $
$NetBSD: distinfo,v 1.7 2024/01/19 21:46:48 adam Exp $
BLAKE2s (treq-22.2.0.tar.gz) = 2fc65be008b253c91c5e192ee2bf82992c3441245e20f073bf4cbabbbf101040
SHA512 (treq-22.2.0.tar.gz) = 465a02481a51ac246ac85f561f2e7a59d97aeeda9f0953dd83678ff836802a187a6aedcce830a9e3095a9c72227bd06113610c3be0967f1362a645a31278bde0
Size (treq-22.2.0.tar.gz) = 72922 bytes
BLAKE2s (treq-23.11.0.tar.gz) = 7d092a8e56abaae6091124dcece1dd6b2afcea94ab00a206c04e58905f232555
SHA512 (treq-23.11.0.tar.gz) = bf62373f51a0552e040a628c86fe0f8d136ab5dfefaa2fa46d9ab173a58c20c0211f94370561e07fafb7da87140e88c10cf336ff7a61e5b3fc1a47fd1193cc27
Size (treq-23.11.0.tar.gz) = 74450 bytes