Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 460eff2f1a | |||
| 0bb2757b8d | |||
| edc4e5e7d4 | |||
| 32a1c29aa6 |
BIN
charset_normalizer-3.4.2.tar.gz
LFS
BIN
charset_normalizer-3.4.2.tar.gz
LFS
Binary file not shown.
3
charset_normalizer-3.4.4.tar.gz
Normal file
3
charset_normalizer-3.4.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f949268d6364d4bda47823e05ef44cc29b6102bde58818eea87d5fdda091ef2
|
||||
size 132984
|
||||
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-charset-normalizer
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-charset-normalizer
|
||||
Version: 3.4.2
|
||||
Version: 3.4.4
|
||||
Release: 0
|
||||
Summary: Python Universal Charset detector
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user