Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 47330596f3 | |||
| ab50880005 | |||
| a740e78bfc | |||
| b9035188a5 | |||
| 8b284f7fc4 | |||
| ce24565e0a | |||
| 18a0c71fd1 | |||
| 487aa77732 | |||
| 2d943a97e6 | |||
| 1c00795eb1 |
BIN
charset_normalizer-3.4.2.tar.gz
LFS
Normal file
BIN
charset_normalizer-3.4.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f949268d6364d4bda47823e05ef44cc29b6102bde58818eea87d5fdda091ef2
|
|
||||||
size 132984
|
|
||||||
@@ -1,37 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 30 13:24:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 3.4.4
|
|
||||||
* Bound `setuptools` to a specific constraint `setuptools>=68,<=81`.
|
|
||||||
* Raised upper bound of mypyc for the optional pre-built extension to v1.18.2
|
|
||||||
* `setuptools-scm` as a build dependency.
|
|
||||||
* Enforced hashes in `dev-requirements.txt` and created `ci-requirements.txt`
|
|
||||||
for security purposes.
|
|
||||||
* Additional pre-built wheels for riscv64, s390x, and armv7l architectures.
|
|
||||||
* Restore ` multiple.intoto.jsonl` in GitHub releases in addition to individual
|
|
||||||
attestation file per wheel.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Sep 14 21:00:13 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 3.4.3:
|
|
||||||
* mypy(c) is no longer a required dependency at build time if
|
|
||||||
`CHARSET_NORMALIZER_USE_MYPYC` isn't set to `1`. (#595)
|
|
||||||
* automatically lower confidence on small bytes samples that
|
|
||||||
are not Unicode in `detect` output legacy function.
|
|
||||||
* Custom build backend to overcome inability to mark mypy as an
|
|
||||||
optional dependency in the build phase.
|
|
||||||
* Support for Python 3.14
|
|
||||||
* sdist archive contained useless directories.
|
|
||||||
* automatically fallback on valid UTF-16 or UTF-32 even if the
|
|
||||||
md says it's noisy.
|
|
||||||
* SBOM are automatically published to the relevant GitHub
|
|
||||||
release to comply with regulatory changes.
|
|
||||||
* Each published wheel comes with its SBOM. We choose CycloneDX
|
|
||||||
as the format.
|
|
||||||
* Prebuilt optimized wheel are no longer distributed by default
|
|
||||||
for CPython 3.7 due to a change in cibuildwheel.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 5 06:58:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon May 5 06:58:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-charset-normalizer
|
# spec file for package python-charset-normalizer
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-charset-normalizer
|
Name: python-charset-normalizer
|
||||||
Version: 3.4.4
|
Version: 3.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Universal Charset detector
|
Summary: Python Universal Charset detector
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user