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:           Wed Jan 29 21:34:03 UTC 2025

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

Log Message:
py-w3lib: updated to 2.3.1

2.3.1 (2025-01-27)

- Fix a merge error, no code changes.

2.3.0 (2025-01-27)

- Dropped Python 3.8 support
- Removed the following functions, deprecated in 2.0.0:

    - ``w3lib.util.str_to_unicode``
    - ``w3lib.util.to_native_str``
    - ``w3lib.util.unicode_to_str``

- Added Python 3.13 support
- Fixed running tests with newer point releases of Python 3.10 and 3.11
- Cleanup and CI improvements


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-w3lib/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/www/py-w3lib/Makefile:1.13
--- pkgsrc/www/py-w3lib/Makefile:1.12   Mon Nov 11 07:29:28 2024
+++ pkgsrc/www/py-w3lib/Makefile        Wed Jan 29 21:34:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/11/11 07:29:28 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/29 21:34:03 adam Exp $
 
-DISTNAME=      w3lib-2.2.1
+DISTNAME=      w3lib-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/w3lib/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-w3lib/distinfo
diff -u pkgsrc/www/py-w3lib/distinfo:1.11 pkgsrc/www/py-w3lib/distinfo:1.12
--- pkgsrc/www/py-w3lib/distinfo:1.11   Wed Jun 12 11:51:00 2024
+++ pkgsrc/www/py-w3lib/distinfo        Wed Jan 29 21:34:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/06/12 11:51:00 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/01/29 21:34:03 adam Exp $
 
-BLAKE2s (w3lib-2.2.1.tar.gz) = 04252231268b48508c8181c5afcbf6eff1205a19721bafb80e73894af1c0d274
-SHA512 (w3lib-2.2.1.tar.gz) = f8217d356fcb0344300ababd85926254202f22b2161e258ca836e6b23bada72555624419724e0537463afe0a9f698e156d8905d18899c228b6ba5550c1791fc6
-Size (w3lib-2.2.1.tar.gz) = 49603 bytes
+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



Home | Main Index | Thread Index | Old Index