15
0

Accepting request 1274349 from home:glaubitz:branches:devel:languages:python

- Update to 3.4.2
  * Addressed the DeprecationWarning in our CLI regarding `argparse.FileType`
    by backporting the target class into the package. (#591)
  * Improved the overall reliability of the detector with CJK Ideographs.
    (#605) (#587)
  * Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8

OBS-URL: https://build.opensuse.org/request/show/1274349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=53
This commit is contained in:
2025-05-05 09:15:39 +00:00
committed by Git OBS Bridge
parent b9035188a5
commit ab50880005
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 5 06:58:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.4.2
* Addressed the DeprecationWarning in our CLI regarding `argparse.FileType`
by backporting the target class into the package. (#591)
* Improved the overall reliability of the detector with CJK Ideographs.
(#605) (#587)
* Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8
-------------------------------------------------------------------
Wed Jan 15 10:26:52 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>