pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-charset-normalizer



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 26 17:20:37 UTC 2024

Modified Files:
        pkgsrc/converters/py-charset-normalizer: Makefile distinfo

Log Message:
py-charset-normalizer: updated to 3.4.1

3.4.1

Changed
- Project metadata are now stored using `pyproject.toml` instead of `setup.cfg` using setuptools as the build backend.
- Enforce annotation delayed loading for a simpler and consistent types in the project.
- Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8

Added
- pre-commit configuration.
- noxfile.

Removed
- `build-requirements.txt` as per using `pyproject.toml` native build configuration.
- `bin/integration.py` and `bin/serve.py` in favor of downstream integration test (see noxfile).
- `setup.cfg` in favor of `pyproject.toml` metadata configuration.
- Unused `utils.range_scan` function.

Fixed
- Converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`.
- Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/converters/py-charset-normalizer/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/converters/py-charset-normalizer/distinfo

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

Modified files:

Index: pkgsrc/converters/py-charset-normalizer/Makefile
diff -u pkgsrc/converters/py-charset-normalizer/Makefile:1.20 pkgsrc/converters/py-charset-normalizer/Makefile:1.21
--- pkgsrc/converters/py-charset-normalizer/Makefile:1.20       Mon Nov 11 07:27:55 2024
+++ pkgsrc/converters/py-charset-normalizer/Makefile    Thu Dec 26 17:20:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/11/11 07:27:55 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/12/26 17:20:37 adam Exp $
 
-DISTNAME=      charset_normalizer-3.4.0
+DISTNAME=      charset_normalizer-3.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/charset-normalizer/}
@@ -11,6 +11,7 @@ COMMENT=      Universal Charset Detector
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1.0:../../devel/py-test-cov
 
 USE_LANGUAGES= # none

Index: pkgsrc/converters/py-charset-normalizer/distinfo
diff -u pkgsrc/converters/py-charset-normalizer/distinfo:1.19 pkgsrc/converters/py-charset-normalizer/distinfo:1.20
--- pkgsrc/converters/py-charset-normalizer/distinfo:1.19       Thu Oct 10 09:58:01 2024
+++ pkgsrc/converters/py-charset-normalizer/distinfo    Thu Dec 26 17:20:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/10/10 09:58:01 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/12/26 17:20:37 adam Exp $
 
-BLAKE2s (charset_normalizer-3.4.0.tar.gz) = 802b1db605142dca4a824ad3c07b0ce95cbda44479232b64ce2337abca78c538
-SHA512 (charset_normalizer-3.4.0.tar.gz) = 7b7098d389bf4b181bd26037fa439abb44811ee68b01b78bfd399b4213cca7309d4878e90a0983d6aa2c550c3b9b355c8b5157fae731981f3e6e4028a911d143
-Size (charset_normalizer-3.4.0.tar.gz) = 106620 bytes
+BLAKE2s (charset_normalizer-3.4.1.tar.gz) = 28984217155696e18cd6dc190e18ac39d105291c0e64b82b6dde82e5c71dc19a
+SHA512 (charset_normalizer-3.4.1.tar.gz) = 2891c0bd3097ad38d296a8378ded36110a06113c0f79e49cdfd7f3bca4f42487d10895db34cbb020cb70e93d9094ae72555ceef5535f8984de1cac4082232f4f
+Size (charset_normalizer-3.4.1.tar.gz) = 123188 bytes



Home | Main Index | Thread Index | Old Index