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:           Sun Sep 19 10:39:10 UTC 2021

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

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

Version 2.0.6

Changes:

Bugfix: 🐛 Unforeseen regression with the loss of the backward-compatibility with some older minor of Python 3.5.x
Bugfix: 🐛 Fix CLI crash when using --minimal output in certain cases
Improvement: ✨ Minor improvement to the detection efficiency (less than 1%)

Version 2.0.5

Changes:

Internal: 🎨 The project now comply with: flake8, mypy, isort and black to ensure a better overall quality
Internal: 🎨 The MANIFEST.in was not exhaustive
Improvement: ✨ The BC-support with v1.x was improved, the old staticmethods are restored
Remove: 🔥 The project no longer raise warning on tiny content given for detection, will be simply logged as warning instead
Improvement: ✨ The Unicode detection is slightly improved
Bugfix: 🐛 In some rare case, the chunks extractor could cut in the middle of a multi-byte character and could mislead the mess detection
Bugfix: 🐛 Some rare 'space' characters could trip up the UnprintablePlugin/Mess detection
Improvement: 🎨 Add syntax sugar __bool__ for results CharsetMatches list-container

This release push further the detection coverage to 97 % !

Version 2.0.4

Changes:

Improvement: ❇️ Adjust the MD to lower the sensitivity, thus improving the global detection reliability
Improvement: ❇️ Allow fallback on specified encoding if any
Bugfix: 🐛 The CLI no longer raise an unexpected exception when no encoding has been found
Bugfix: 🐛 Fix accessing the 'alphabets' property when the payload contains surrogate characters
Bugfix: 🐛 ✏️ The logger could mislead (explain=True) on detected languages and the impact of one MBCS match
Bugfix: 🐛 Submatch factoring could be wrong in rare edge cases
Bugfix: 🐛 Multiple files given to the CLI were ignored when publishing results to STDOUT. (After the first path)
Internal: 🎨 Fix line endings from CRLF to LF for certain files


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/py-charset-normalizer/Makefile \
    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.1 pkgsrc/converters/py-charset-normalizer/Makefile:1.2
--- pkgsrc/converters/py-charset-normalizer/Makefile:1.1        Fri Jul 30 04:14:49 2021
+++ pkgsrc/converters/py-charset-normalizer/Makefile    Sun Sep 19 10:39:10 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/07/30 04:14:49 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/19 10:39:10 adam Exp $
 
-DISTNAME=      charset-normalizer-2.0.3
+DISTNAME=      charset-normalizer-2.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/charset-normalizer/}
Index: pkgsrc/converters/py-charset-normalizer/distinfo
diff -u pkgsrc/converters/py-charset-normalizer/distinfo:1.1 pkgsrc/converters/py-charset-normalizer/distinfo:1.2
--- pkgsrc/converters/py-charset-normalizer/distinfo:1.1        Fri Jul 30 04:14:49 2021
+++ pkgsrc/converters/py-charset-normalizer/distinfo    Sun Sep 19 10:39:10 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/07/30 04:14:49 adam Exp $
+$NetBSD: distinfo,v 1.2 2021/09/19 10:39:10 adam Exp $
 
-SHA1 (charset-normalizer-2.0.3.tar.gz) = cf4fa3dc318a441e05006cedbf2f0aa869c79ee9
-RMD160 (charset-normalizer-2.0.3.tar.gz) = ebc2a59e965da631a9b1ede64e623c7a4990ba33
-SHA512 (charset-normalizer-2.0.3.tar.gz) = daf84526f620f5565d3ad9dbbcf1c6e83af47ae1b267a1e3925ce0c79ddff6c3a0f50663dabd7897882500771ec27fbc1935ff0109c8ca97fbc4049ed9e33b6a
-Size (charset-normalizer-2.0.3.tar.gz) = 345714 bytes
+SHA1 (charset-normalizer-2.0.6.tar.gz) = 480d3723b896aaa7ade31b8a601b9ef2399c1295
+RMD160 (charset-normalizer-2.0.6.tar.gz) = b98a1841408753922b62e7448550df2e01b05b50
+SHA512 (charset-normalizer-2.0.6.tar.gz) = 78a754e53b493382941ff3fcc286db644d7921bbd233717676269fd992a03ff5a35f121949af339be21be2e933423279e634197e6aa1018d8bd0f9cbac11f6f5
+Size (charset-normalizer-2.0.6.tar.gz) = 361879 bytes



Home | Main Index | Thread Index | Old Index