pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-treq



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 19 21:46:48 UTC 2024

Modified Files:
        pkgsrc/devel/py-treq: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-treq/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-treq/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-treq/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-treq/Makefile
diff -u pkgsrc/devel/py-treq/Makefile:1.9 pkgsrc/devel/py-treq/Makefile:1.10
--- pkgsrc/devel/py-treq/Makefile:1.9   Tue Jun 28 11:33:42 2022
+++ pkgsrc/devel/py-treq/Makefile       Fri Jan 19 21:46:48 2024
@@ -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/tre
 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"

Index: pkgsrc/devel/py-treq/PLIST
diff -u pkgsrc/devel/py-treq/PLIST:1.2 pkgsrc/devel/py-treq/PLIST:1.3
--- pkgsrc/devel/py-treq/PLIST:1.2      Sat Feb  5 13:16:57 2022
+++ pkgsrc/devel/py-treq/PLIST  Fri Jan 19 21:46:48 2024
@@ -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

Index: pkgsrc/devel/py-treq/distinfo
diff -u pkgsrc/devel/py-treq/distinfo:1.6 pkgsrc/devel/py-treq/distinfo:1.7
--- pkgsrc/devel/py-treq/distinfo:1.6   Mon Feb 14 10:15:33 2022
+++ pkgsrc/devel/py-treq/distinfo       Fri Jan 19 21:46:48 2024
@@ -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



Home | Main Index | Thread Index | Old Index