pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-webencodings



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 16 12:56:40 UTC 2026

Modified Files:
        pkgsrc/textproc/py-webencodings: Makefile PLIST distinfo

Log Message:
py-webencodings: update to 0.6.1.

0.6.1

Packaging

    Update links on PyPI.

0.6.0

Dependencies

    Support Python 3.10, 3.11, 3.12, 3.13, 3.14.
    Drop support of Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8 and 3.9.

Packaging

    Include license file in packages.

Bug fixes

    Update list of encodings.
    Use correct CJK Python codecs.
    Handle "replacement" encoding.

Documentation

    Reorganize documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-webencodings/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-webencodings/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-webencodings/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-webencodings/Makefile
diff -u pkgsrc/textproc/py-webencodings/Makefile:1.6 pkgsrc/textproc/py-webencodings/Makefile:1.7
--- pkgsrc/textproc/py-webencodings/Makefile:1.6        Mon Apr 14 13:08:21 2025
+++ pkgsrc/textproc/py-webencodings/Makefile    Sun Aug 16 12:56:40 2026
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2025/04/14 13:08:21 adam Exp $
+# $NetBSD: Makefile,v 1.7 2026/08/16 12:56:40 wiz Exp $
 
-DISTNAME=      webencodings-0.5.1
+DISTNAME=      webencodings-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/webencodings/}
 
 MAINTAINER=    kleink%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/SimonSapin/python-webencodings
+HOMEPAGE=      https://github.com/CourtBouillon/webencodings
 COMMENT=       Character encoding for the web
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/textproc/py-webencodings/PLIST
diff -u pkgsrc/textproc/py-webencodings/PLIST:1.2 pkgsrc/textproc/py-webencodings/PLIST:1.3
--- pkgsrc/textproc/py-webencodings/PLIST:1.2   Tue Apr 30 09:05:38 2024
+++ pkgsrc/textproc/py-webencodings/PLIST       Sun Aug 16 12:56:40 2026
@@ -1,20 +1,14 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/30 09:05:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/08/16 12:56:40 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/webencodings/__init__.py
 ${PYSITELIB}/webencodings/__init__.pyc
 ${PYSITELIB}/webencodings/__init__.pyo
+${PYSITELIB}/webencodings/custom.py
+${PYSITELIB}/webencodings/custom.pyc
+${PYSITELIB}/webencodings/custom.pyo
 ${PYSITELIB}/webencodings/labels.py
 ${PYSITELIB}/webencodings/labels.pyc
 ${PYSITELIB}/webencodings/labels.pyo
-${PYSITELIB}/webencodings/mklabels.py
-${PYSITELIB}/webencodings/mklabels.pyc
-${PYSITELIB}/webencodings/mklabels.pyo
-${PYSITELIB}/webencodings/tests.py
-${PYSITELIB}/webencodings/tests.pyc
-${PYSITELIB}/webencodings/tests.pyo
-${PYSITELIB}/webencodings/x_user_defined.py
-${PYSITELIB}/webencodings/x_user_defined.pyc
-${PYSITELIB}/webencodings/x_user_defined.pyo

Index: pkgsrc/textproc/py-webencodings/distinfo
diff -u pkgsrc/textproc/py-webencodings/distinfo:1.4 pkgsrc/textproc/py-webencodings/distinfo:1.5
--- pkgsrc/textproc/py-webencodings/distinfo:1.4        Tue Oct 26 11:23:17 2021
+++ pkgsrc/textproc/py-webencodings/distinfo    Sun Aug 16 12:56:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:23:17 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/08/16 12:56:40 wiz Exp $
 
-BLAKE2s (webencodings-0.5.1.tar.gz) = 01b69f6b3638fdae00f18e759ffc610b60cedb888bca3760ba68792c8c922cc3
-SHA512 (webencodings-0.5.1.tar.gz) = b727b01bac6ec79bca517960d27b4c0668b295f25559471b9641c2c33dab55db6dac9c990952177964c6418382c22831b14d57df5e632d51d7abf97b61f24326
-Size (webencodings-0.5.1.tar.gz) = 9721 bytes
+BLAKE2s (webencodings-0.6.1.tar.gz) = 0ae6a198c9579da6a83c6fa6baee5397609f544a2a9a7ba4934adec15d292b9f
+SHA512 (webencodings-0.6.1.tar.gz) = f191c89b35bc536eb03b5579ced0d6d5e6c53a287b8acc1d6abda2d16568f790f9e472ced2121894fd08d2b29710e73e8ad14bf684c39041a3c3806ca36b3930
+Size (webencodings-0.6.1.tar.gz) = 15001 bytes



Home | Main Index | Thread Index | Old Index