Overview
Request 1224109 accepted
- Update to 5.3.3
* A small bugfix release to ensure logging uses a namespace
rather than the root logger !213. This should allow pymarc
log messages to be more legible in applications that use it.
* On the development side, the setup.py was replaced with
pyproject.toml, and the CI build was switched to use uv
to manage the virtual environment.
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Limit Python files matched in %files section
- Use Python 3.11 on SLE-15 by default
Request History
glaubitz created request
- Update to 5.3.3
* A small bugfix release to ensure logging uses a namespace
rather than the root logger !213. This should allow pymarc
log messages to be more legible in applications that use it.
* On the development side, the setup.py was replaced with
pyproject.toml, and the CI build was switched to use uv
to manage the virtual environment.
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Limit Python files matched in %files section
- Use Python 3.11 on SLE-15 by default
dirkmueller accepted request