14
0
forked from pool/python-pymarc

Accepting request 1032050 from home:yarunachalam:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1032050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymarc?expand=0&rev=13
This commit is contained in:
2022-10-31 13:18:48 +00:00
committed by Git OBS Bridge
parent 1e8c1fb83b
commit e358e087a9
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57f897bf56d0e075bb266adaefc143de57ded3a33ad4b47fbb246dc3743d7920
size 230959

3
pymarc-4.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d369bc9e981c9a7a420ccf59c1563dff8cfbc86686ce57dc004e0e5258901d2
size 231047

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 28 20:11:57 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 5 00:39:26 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Wed Oct 5 00:39:26 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-pymarc Name: python-pymarc
Version: 4.2.0 Version: 4.2.1
Release: 0 Release: 0
Summary: MARC bibliographic data manipulation module Summary: MARC bibliographic data manipulation module
License: BSD-2-Clause License: BSD-2-Clause