forked from pool/python-pymarc
- 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/package/show/devel:languages:python/python-pymarc?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:81ce6bfe9b47170f03d8a99209e4211778ade015a67b1eeb6b30862d4e24ae58
|
|
||||||
size 234768
|
|
3
pymarc-5.2.2.tar.gz
Normal file
3
pymarc-5.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0913b4167a4337190598914c3642c5ae4f0f64a26bc4316f380cc54f65d8a741
|
||||||
|
size 237608
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 18 16:53:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 12:56:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Mar 16 12:56:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pymarc
|
Name: python-pymarc
|
||||||
Version: 5.1.2
|
Version: 5.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MARC bibliographic data manipulation module
|
Summary: MARC bibliographic data manipulation module
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Reference in New Issue
Block a user