mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
python3-charset-normalizer:Update to version 2.1.1 and to work with python-3.10.8
- Updated from version 2.0.12 to 2.1.1 - Update of rootfile - Changelog ## [2.1.1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...2.1.1) (2022-08-19) ### Deprecated - Function `normalize` scheduled for removal in 3.0 ### Changed - Removed useless call to decode in fn is_unprintable (#206) ### Fixed - Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore from [@aleksandernovikov](https://github.com/aleksandernovikov) (#204) ## [2.1.0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...2.1.0) (2022-06-19) ### Added - Output the Unicode table version when running the CLI with `--version` (PR #194) ### Changed - Re-use decoded buffer for single byte character sets from [@nijel](https://github.com/nijel) (PR #175) - Fixing some performance bottlenecks from [@deedy5](https://github.com/deedy5) (PR #183) ### Fixed - Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175) - CLI default threshold aligned with the API threshold from [@oleksandr-kuzmenko](https://github.com/oleksandr-kuzmenko) (PR #181) ### Removed - Support for Python 3.5 (PR #192) ### Deprecated - Use of backport unicodedata from `unicodedata2` as Python is quickly catching up, scheduled for removal in 3.0 (PR #194) Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
c083a72afe
commit
cce71b141c
@@ -1,12 +1,12 @@
|
||||
usr/bin/normalizer
|
||||
usr/lib/python3.10/site-packages/charset_normalizer
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/entry_points.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/entry_points.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/top_level.txt
|
||||
usr/lib/python3.10/site-packages/charset_normalizer/__init__.py
|
||||
usr/lib/python3.10/site-packages/charset_normalizer/api.py
|
||||
usr/lib/python3.10/site-packages/charset_normalizer/assets
|
||||
|
||||
Reference in New Issue
Block a user