forked from pool/python-charset-normalizer
- update to 3.2.0:
* Typehint for function `from_path` no longer enforce
`PathLike` as its first argument
* Minor improvement over the global detection reliability
* Introduce function `is_binary` that relies on main
capabilities, and optimized to detect binaries
* Propagate `enable_fallback` argument throughout `from_bytes`,
`from_path`, and `from_fp` that allow a deeper control over
the detection (default True)
* Edge case detection failure where a file would contain 'very-
long' camel cased word (Issue #289)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=39
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 13:22:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.0:
|
||||
* Typehint for function `from_path` no longer enforce
|
||||
`PathLike` as its first argument
|
||||
* Minor improvement over the global detection reliability
|
||||
* Introduce function `is_binary` that relies on main
|
||||
capabilities, and optimized to detect binaries
|
||||
* Propagate `enable_fallback` argument throughout `from_bytes`,
|
||||
`from_path`, and `from_fp` that allow a deeper control over
|
||||
the detection (default True)
|
||||
* Edge case detection failure where a file would contain 'very-
|
||||
long' camel cased word (Issue #289)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:31:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user