pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-w3lib



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  9 13:38:35 UTC 2026

Modified Files:
        pkgsrc/www/py-w3lib: Makefile PLIST distinfo

Log Message:
py-w3lib: updated to 2.4.0

2.4.0 (2026-01-29)

- Dropped support for Python 3.9 and PyPy 3.10
- Added support for Python 3.14 and PyPy 3.11
- Improved performance of :func:`~w3lib.http.headers_raw_to_dict` and
  :func:`~w3lib.http.headers_dict_to_raw`
- Switched the build system to ``hatchling``
- The obsolete ``sphinx-hoverxref`` extension is no longer used to build the
  docs
- Tests and CI improvements


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-w3lib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-w3lib/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-w3lib/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-w3lib/Makefile
diff -u pkgsrc/www/py-w3lib/Makefile:1.14 pkgsrc/www/py-w3lib/Makefile:1.15
--- pkgsrc/www/py-w3lib/Makefile:1.14   Mon Apr 14 20:28:03 2025
+++ pkgsrc/www/py-w3lib/Makefile        Mon Feb  9 13:38:35 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2025/04/14 20:28:03 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/02/09 13:38:35 adam Exp $
 
-DISTNAME=      w3lib-2.3.1
+DISTNAME=      w3lib-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/w3lib/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/scrapy/w3li
 COMMENT=       Python library of web-related functions
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27.0:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-w3lib/PLIST
diff -u pkgsrc/www/py-w3lib/PLIST:1.3 pkgsrc/www/py-w3lib/PLIST:1.4
--- pkgsrc/www/py-w3lib/PLIST:1.3       Mon Apr 14 20:28:03 2025
+++ pkgsrc/www/py-w3lib/PLIST   Mon Feb  9 13:38:35 2026
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/14 20:28:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/02/09 13:38:35 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}/w3lib/__init__.py
 ${PYSITELIB}/w3lib/__init__.pyc
 ${PYSITELIB}/w3lib/__init__.pyo

Index: pkgsrc/www/py-w3lib/distinfo
diff -u pkgsrc/www/py-w3lib/distinfo:1.12 pkgsrc/www/py-w3lib/distinfo:1.13
--- pkgsrc/www/py-w3lib/distinfo:1.12   Wed Jan 29 21:34:03 2025
+++ pkgsrc/www/py-w3lib/distinfo        Mon Feb  9 13:38:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/01/29 21:34:03 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/02/09 13:38:35 adam Exp $
 
-BLAKE2s (w3lib-2.3.1.tar.gz) = 6b6dc7496940a8a6873b211806fd240791d8e0678fa6ac322f1e703976d22773
-SHA512 (w3lib-2.3.1.tar.gz) = b65d5773aa35e2d2e95a395f25c9a9520d1143569faa94d000f01fa0a17258bcbdc2f1cf744c70be26a7e3e77d50deac9d09e572284bdd0e5e3d483ba7d4fee7
-Size (w3lib-2.3.1.tar.gz) = 49531 bytes
+BLAKE2s (w3lib-2.4.0.tar.gz) = ef3c91540753a3c5bf1c789263fe93fde83adf791de27accaad08693f3901776
+SHA512 (w3lib-2.4.0.tar.gz) = 283f3b9995b90b7152e1b5b36ed24082e2b53a84382f7384943c1580ecbf55cd0b473a7f9303bcddb5b7698ba504e443148d51b55c3d94df4895e797d7d1ad25
+Size (w3lib-2.4.0.tar.gz) = 48302 bytes



Home | Main Index | Thread Index | Old Index