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: Sat Aug 16 07:09:13 UTC 2025
Modified Files:
pkgsrc/devel/py-treq: Makefile PLIST distinfo
Log Message:
py-treq: updated to 25.5.0
25.5.0 (2025-05-31)
Features
- treq is packaged with Hatchling, and consequently no longer directly depends on setuptools.
Improved Documentation
- Update documentation to use `async`/`await` syntax
Deprecations and Removals
- Support for Python 3.8, which has reached end of support, is deprecated. This is the last release with support for Python 3.8.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-treq/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-treq/PLIST
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/devel/py-treq/Makefile:1.14
--- pkgsrc/devel/py-treq/Makefile:1.13 Sat Apr 12 21:37:05 2025
+++ pkgsrc/devel/py-treq/Makefile Sat Aug 16 07:09:13 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2025/04/12 21:37:05 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/08/16 07:09:13 adam Exp $
-DISTNAME= treq-24.9.1
+DISTNAME= treq-25.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/treq/}
@@ -14,7 +13,8 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-hyperlink>=21.0.0:../../www/py-hyperlink
-DEPENDS+= ${PYPKGPREFIX}-incremental>=21.3.0:../../devel/py-incremental
+DEPENDS+= ${PYPKGPREFIX}-incremental>=24.7.2:../../devel/py-incremental
+DEPENDS+= ${PYPKGPREFIX}-multipart>0:../../www/py-multipart
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-twisted>=22.10.0:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
Index: pkgsrc/devel/py-treq/PLIST
diff -u pkgsrc/devel/py-treq/PLIST:1.5 pkgsrc/devel/py-treq/PLIST:1.6
--- pkgsrc/devel/py-treq/PLIST:1.5 Sat Apr 12 21:37:05 2025
+++ pkgsrc/devel/py-treq/PLIST Sat Aug 16 07:09:13 2025
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/12 21:37:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/08/16 07:09:13 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${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.8 pkgsrc/devel/py-treq/distinfo:1.9
--- pkgsrc/devel/py-treq/distinfo:1.8 Mon Oct 14 07:25:52 2024
+++ pkgsrc/devel/py-treq/distinfo Sat Aug 16 07:09:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/10/14 07:25:52 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/08/16 07:09:13 adam Exp $
-BLAKE2s (treq-24.9.1.tar.gz) = 04a7e3445c9e62b1692d7ba14b74f0beb0aa12b27072ffff0540f5f63e7a31fc
-SHA512 (treq-24.9.1.tar.gz) = b8ed6ed5262073559babe8d0413a1f5369215a41ac7459441172a9086c654cf1dc7e51a0497d4c714726ae02d2163760cddde7008e360f37ebb4586b82409bb8
-Size (treq-24.9.1.tar.gz) = 85614 bytes
+BLAKE2s (treq-25.5.0.tar.gz) = 19891ea540b7606844c1aa8e3603960de7c0661cbea855d3841dce9b6a2f48fa
+SHA512 (treq-25.5.0.tar.gz) = 59fb457c2b4bc60ffa6fc0649c55fedcf4c64fdc43d7ea5c74241ab8e7a8afc23f878138dea249890e64ac0ba33959e8de443decb6ac388a976d8d4dabf64086
+Size (treq-25.5.0.tar.gz) = 83588 bytes
Home |
Main Index |
Thread Index |
Old Index