14
0
forked from pool/python-pymarc

- update to 5.1.0:

* 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
This commit is contained in:
2023-12-09 10:05:45 +00:00
committed by Git OBS Bridge
parent 13ce00c936
commit 3c4a0f3c93
5 changed files with 20 additions and 75 deletions

View File

@@ -1,20 +1,31 @@
-------------------------------------------------------------------
Sat Dec 9 10:04:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.1.0:
* 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
-------------------------------------------------------------------
Tue Apr 11 05:43:20 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.2.2:
* Bugfix for python_requires in setup.py.
* Bugfix for python_requires in setup.py.
-------------------------------------------------------------------
Fri Oct 28 20:11:57 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.2.1
- Update to 4.2.1
* Bugfix for Field.delete_subfield() for situations when a subfield value is present with the name of the subfield that you want to delete.
* Updated README to point to ReadTheDocs documentation.
* Updated README to point to ReadTheDocs documentation.
-------------------------------------------------------------------
Wed Oct 5 00:39:26 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.2.0
- Update to 4.2.0
* Merge branch 'linked_fields' into 'main'
* Adds a method to get linked (880) fields
* fix default branch