From ab50880005bb31cfe591845aee7677724b541444db781e3dae683191deb7de54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 5 May 2025 09:15:39 +0000 Subject: [PATCH] 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 --- charset_normalizer-3.4.1.tar.gz | 3 --- charset_normalizer-3.4.2.tar.gz | 3 +++ python-charset-normalizer.changes | 10 ++++++++++ python-charset-normalizer.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 charset_normalizer-3.4.1.tar.gz create mode 100644 charset_normalizer-3.4.2.tar.gz diff --git a/charset_normalizer-3.4.1.tar.gz b/charset_normalizer-3.4.1.tar.gz deleted file mode 100644 index b1bccf9..0000000 --- a/charset_normalizer-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b91677d4c790eead798f4ed3e5f546ed80d6fe8cf1d8120939960d593371855 -size 97345 diff --git a/charset_normalizer-3.4.2.tar.gz b/charset_normalizer-3.4.2.tar.gz new file mode 100644 index 0000000..27c7d47 --- /dev/null +++ b/charset_normalizer-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0053743def688759bd8d4512dc93ae7b0514c217e8505a09bbbda84698ea3e9 +size 100372 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index 8311ca5..b209cba 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 5 06:58:38 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index e9cf096..6508226 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-charset-normalizer -Version: 3.4.1 +Version: 3.4.2 Release: 0 Summary: Python Universal Charset detector License: MIT