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: Tue Oct 12 09:12:20 UTC 2021
Modified Files:
pkgsrc/converters/py-charset-normalizer: Makefile distinfo
Log Message:
py-charset-normalizer: updated to 2.0.7
Version 2.0.7
Changes:
Addition: 🍱 Add support for Kazakh (Cyrillic) language detection
Improvement: ❇️ Further improve inferring the language from a given code page (single-byte)
Removed: 🔥 Remove redundant logging entry about detected language(s)
Miscellaneous: 🔧 Trying to leverage PEP263 when PEP3120 is not supported
While I do not think that this (116) will actually fix something, it will rather raise a SyntaxError (Not about ASCII decoding error) for those trying to install this package using a non-supported
Python version
Improvement: ⚡ Refactoring for potential performance improvements in loops
Improvement: ✨ Various detection improvement (MD+CD)
Bugfix: 🐛 Fix a minor inconsistency between Python 3.5 and other versions regarding language detection
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/py-charset-normalizer/Makefile
cvs rdiff -u -r1.3 -r1.4 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.2 pkgsrc/converters/py-charset-normalizer/Makefile:1.3
--- pkgsrc/converters/py-charset-normalizer/Makefile:1.2 Sun Sep 19 10:39:10 2021
+++ pkgsrc/converters/py-charset-normalizer/Makefile Tue Oct 12 09:12:20 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/09/19 10:39:10 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/12 09:12:20 adam Exp $
-DISTNAME= charset-normalizer-2.0.6
+DISTNAME= charset-normalizer-2.0.7
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.3 pkgsrc/converters/py-charset-normalizer/distinfo:1.4
--- pkgsrc/converters/py-charset-normalizer/distinfo:1.3 Thu Oct 7 13:29:11 2021
+++ pkgsrc/converters/py-charset-normalizer/distinfo Tue Oct 12 09:12:20 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/07 13:29:11 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/10/12 09:12:20 adam Exp $
-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
+RMD160 (charset-normalizer-2.0.7.tar.gz) = df764f7a9ee7130fd768ee99bf5879cd6eef9534
+SHA512 (charset-normalizer-2.0.7.tar.gz) = 7096fa23fade52c8eee2577b87aa574deffe6f66e8986f71172f3b9212bd6c6fb17901cceab90144c9d07de8bc6f5e320497daa3d3f749f436788232d4cba088
+Size (charset-normalizer-2.0.7.tar.gz) = 362802 bytes
Home |
Main Index |
Thread Index |
Old Index