17
0

4 Commits

Author SHA256 Message Date
460eff2f1a Accepting request 1315251 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1315251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-charset-normalizer?expand=0&rev=29
2025-11-05 15:17:48 +00:00
0bb2757b8d - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=57
2025-11-03 09:19:03 +00:00
edc4e5e7d4 Accepting request 1304688 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1304688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-charset-normalizer?expand=0&rev=28
2025-09-15 17:50:31 +00:00
32a1c29aa6 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=55
2025-09-14 21:00:37 +00:00
4 changed files with 39 additions and 5 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f949268d6364d4bda47823e05ef44cc29b6102bde58818eea87d5fdda091ef2
size 132984

View File

@@ -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>

View File

@@ -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