- 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
OBS-URL: https://build.opensuse.org/request/show/1224109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymarc?expand=0&rev=25
- update to 5.2.2:
* Leader object is correctly initialized when the force_utf8
option is being used
* fix for the behavior of Field.indicators to preserve backwards
compatibility when setting the indicators to a list or tuple
of two items
* Added MARCMakerReader class for reading MARC data from a
textual representation of a MARC record, expanding the previous
capability of pymarc to output MARC records in this format
* The Leader class is now automatically initialized for easier
access and updates
* Created Indicators type to limit indicator length and improve
handling
* Improved documentation of record status
* Field objects now throw a KeyError exception if you try to
set a subfield since they don't contain subfields
* Fixed issue with iterating over fields and subfields
OBS-URL: https://build.opensuse.org/request/show/1194571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymarc?expand=0&rev=11
* Leader object is correctly initialized when the force_utf8
option is being used
* fix for the behavior of Field.indicators to preserve backwards
compatibility when setting the indicators to a list or tuple
of two items
* Added MARCMakerReader class for reading MARC data from a
textual representation of a MARC record, expanding the previous
capability of pymarc to output MARC records in this format
* The Leader class is now automatically initialized for easier
access and updates
* Created Indicators type to limit indicator length and improve
handling
* Improved documentation of record status
* Field objects now throw a KeyError exception if you try to
set a subfield since they don't contain subfields
* Fixed issue with iterating over fields and subfields
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymarc?expand=0&rev=23
* Formatting fixes
* Fstring conversion
* Fixed: Normalize JSONHandler class name
* Adds a guardrail for handling malformed MARC8 data in
multibytes instead of raising exception
- use packaged LICENSE
* Bugfix for python_requires in setup.py.
- Update to 4.2.1
* Updated README to point to ReadTheDocs documentation.
- Update to 4.2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymarc?expand=0&rev=17