Skip to content

Update dependency charset-normalizer to v3.3.2#21

Open
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
whitesource-remediate/charset-normalizer-3.x
Open

Update dependency charset-normalizer to v3.3.2#21
mend-for-github-com[bot] wants to merge 1 commit intomasterfrom
whitesource-remediate/charset-normalizer-3.x

Conversation

@mend-for-github-com
Copy link
Copy Markdown
Contributor

@mend-for-github-com mend-for-github-com Bot commented Mar 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charset-normalizer ==3.0.1 -> ==3.3.2 age adoption passing confidence

Release Notes

Ousret/charset_normalizer (charset-normalizer)

v3.3.2

Compare Source

Fixed
  • Unintentional memory usage regression when using large payload that match several encoding (#​376)
  • Regression on some detection case showcased in the documentation (#​371)
Added
  • Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife)

v3.3.1

Compare Source

Changed
  • Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
  • Improved the general detection reliability based on reports from the community

v3.3.0

Compare Source

Added
  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encoding that are supported by Python but unlisted in encoding.aliases as they have no alias (#​323)
Removed
  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant
Changed
  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8
Fixed
  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#​350)

v3.2.0

Compare Source

Changed
  • Typehint for function from_path no longer enforce PathLike as its first argument
  • Minor improvement over the global detection reliability
Added
  • 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)
  • Explicit support for Python 3.12
Fixed
  • Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #​289)

v3.1.0

Compare Source

Added
  • Argument should_rename_legacy for legacy function detect and disregard any new arguments without errors (PR #​262)
Removed
  • Support for Python 3.6 (PR #​260)
Changed
  • Optional speedup provided by mypy/c 1.0.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

@mend-for-github-com mend-for-github-com Bot changed the title Update dependency charset-normalizer to v3.1.0 Update dependency charset-normalizer to v3.2.0 Jul 7, 2023
@mend-for-github-com mend-for-github-com Bot force-pushed the whitesource-remediate/charset-normalizer-3.x branch from fe035cf to cea3010 Compare July 7, 2023 23:10
@mend-for-github-com mend-for-github-com Bot force-pushed the whitesource-remediate/charset-normalizer-3.x branch from cea3010 to ec3744c Compare October 10, 2023 12:18
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency charset-normalizer to v3.2.0 Update dependency charset-normalizer to v3.3.0 Oct 10, 2023
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency charset-normalizer to v3.3.0 Update dependency charset-normalizer to v3.3.1 Oct 26, 2023
@mend-for-github-com mend-for-github-com Bot force-pushed the whitesource-remediate/charset-normalizer-3.x branch from ec3744c to c57e3ec Compare October 26, 2023 12:09
@mend-for-github-com mend-for-github-com Bot changed the title Update dependency charset-normalizer to v3.3.1 Update dependency charset-normalizer to v3.3.2 Nov 3, 2023
@mend-for-github-com mend-for-github-com Bot force-pushed the whitesource-remediate/charset-normalizer-3.x branch from c57e3ec to a4e58b8 Compare November 3, 2023 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants