Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 24, 2021

This PR contains the following updates:

Package Change Age Confidence
charset-normalizer (changelog) ==2.0.7==2.1.1 age confidence

Release Notes

jawah/charset_normalizer (charset-normalizer)

v2.1.1

Compare Source

Deprecated
  • Function normalize scheduled for removal in 3.0
Changed
  • Removed useless call to decode in fn is_unprintable (#​206)
Fixed

v2.1.0

Compare Source

Added
  • Output the Unicode table version when running the CLI with --version (PR #​194)
Changed
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 (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)

v2.0.12

Compare Source

Fixed
  • ASCII miss-detection on rare cases (PR #​170)

v2.0.11

Compare Source

Added
  • Explicit support for Python 3.11 (PR #​164)
Changed
  • The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #​163 #​165)

v2.0.10

Compare Source

Fixed
  • Fallback match entries might lead to UnicodeDecodeError for large bytes sequence (PR #​154)
Changed
  • Skipping the language-detection (CD) on ASCII (PR #​155)

v2.0.9

Compare Source

Changed
  • Moderating the logging impact (since 2.0.8) for specific environments (PR #​147)
Fixed
  • Wrong logging level applied when setting kwarg explain to True (PR #​146)

v2.0.8

Compare Source

Changed
  • Improvement over Vietnamese detection (PR #​126)
  • MD improvement on trailing data and long foreign (non-pure latin) data (PR #​124)
  • Efficiency improvements in cd/alphabet_languages from @​adbar (PR #​122)
  • call sum() without an intermediary list following PEP 289 recommendations from @​adbar (PR #​129)
  • Code style as refactored by Sourcery-AI (PR #​131)
  • Minor adjustment on the MD around european words (PR #​133)
  • Remove and replace SRTs from assets / tests (PR #​139)
  • Initialize the library logger with a NullHandler by default from @​nmaynes (PR #​135)
  • Setting kwarg explain to True will add provisionally (bounded to function lifespan) a specific stream handler (PR #​135)
Fixed
  • Fix large (misleading) sequence giving UnicodeDecodeError (PR #​137)
  • Avoid using too insignificant chunk (PR #​137)
Added

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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/charset-normalizer-2.x branch from 479e2bb to b9cea16 Compare December 3, 2021 21:07
@renovate renovate bot changed the title Update dependency charset-normalizer to v2.0.8 Update dependency charset-normalizer to v2.0.9 Dec 3, 2021
@renovate renovate bot force-pushed the renovate/charset-normalizer-2.x branch from b9cea16 to c4957e9 Compare January 4, 2022 20:41
@renovate renovate bot changed the title Update dependency charset-normalizer to v2.0.9 Update dependency charset-normalizer to v2.0.10 Jan 4, 2022
@renovate renovate bot force-pushed the renovate/charset-normalizer-2.x branch from c4957e9 to c6181be Compare March 7, 2022 12:34
@renovate renovate bot changed the title Update dependency charset-normalizer to v2.0.10 Update dependency charset-normalizer to v2.0.12 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/charset-normalizer-2.x branch from c6181be to 79a5496 Compare June 23, 2022 18:46
@renovate renovate bot changed the title Update dependency charset-normalizer to v2.0.12 Update dependency charset-normalizer to v2.1.0 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/charset-normalizer-2.x branch from 79a5496 to c56ff55 Compare September 25, 2022 18:16
@renovate renovate bot changed the title Update dependency charset-normalizer to v2.1.0 Update dependency charset-normalizer to v2.1.1 Sep 25, 2022
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.

1 participant