Path to this page:
Subject: CVS commit: pkgsrc/converters/py-charset-normalizer
From: Adam Ciarcinski
Date: 2024-12-26 18:20:37
Message id: 20241226172037.98517FC1D@cvs.NetBSD.org
Log Message:
py-charset-normalizer: updated to 3.4.1
3.4.1
Changed
- Project metadata are now stored using `pyproject.toml` instead of `setup.cfg` \
using setuptools as the build backend.
- Enforce annotation delayed loading for a simpler and consistent types in the \
project.
- Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
Added
- pre-commit configuration.
- noxfile.
Removed
- `build-requirements.txt` as per using `pyproject.toml` native build configuration.
- `bin/integration.py` and `bin/serve.py` in favor of downstream integration \
test (see noxfile).
- `setup.cfg` in favor of `pyproject.toml` metadata configuration.
- Unused `utils.range_scan` function.
Fixed
- Converting content to Unicode bytes may insert `utf_8` instead of preferred \
`utf-8`.
- Deprecation warning "'count' is passed as positional argument" when \
converting to Unicode bytes on Python 3.13+
Files: