Accepting request 1098807 from devel:languages:python
- 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/request/show/1098807 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-charset-normalizer?expand=0&rev=20
This commit is contained in:
commit
efcb074653
BIN
charset_normalizer-3.1.0.tar.gz
(Stored with Git LFS)
BIN
charset_normalizer-3.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
charset_normalizer-3.2.0.tar.gz
Normal file
3
charset_normalizer-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f8c0a09ab745efc68ce4c1b85292ded2f06ea106f8086f614a0a9403c3dde0a
|
||||
size 91033
|
@ -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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-charset-normalizer
|
||||
Version: 3.1.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Python Universal Charset detector
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user