From 3c4a0f3c93fb81b8d073ef089fd1c15a63a874b5566c78aa894465edb812ee28 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 9 Dec 2023 10:05:45 +0000 Subject: [PATCH] - 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 --- LICENSE | 64 ------------------------------------------- pymarc-4.2.2.tar.gz | 3 -- pymarc-5.1.0.tar.gz | 3 ++ python-pymarc.changes | 19 ++++++++++--- python-pymarc.spec | 6 ++-- 5 files changed, 20 insertions(+), 75 deletions(-) delete mode 100644 LICENSE delete mode 100644 pymarc-4.2.2.tar.gz create mode 100644 pymarc-5.1.0.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 24572cb..0000000 --- a/LICENSE +++ /dev/null @@ -1,64 +0,0 @@ -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation -and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Copyright for this project is held by its many contributors, including: - -Adam Constabaris -André Nesse -Chris Adams -Dan Chudnov -Dan Michael O. Heggø -Dan Scott -David Chouinard -Ed Hill -Ed Summers -Edward Betts -Eric Hellman -Gabriel Farrell -Geoffrey Spear -Godmar Back -Helga -James Tayson -Jay Luker -Jim Nicholls -Karol Sikora -Lucas Souza -Mark A. Matienzo -Martin Czygan -Michael B. Klein -Michael J. Giarlo -Mikhail Terekhov -Nick Ruest -Pierre Verkest -Radim Řehůřek -Renaud Boyer -Robert Marchman -Sean Chen -Simon Hohl -Ted Lawless -Victor Seva -Will Earp -cclauss -cyperus-papyrus -gitgovdoc -mmh -nemobis -wrCisco diff --git a/pymarc-4.2.2.tar.gz b/pymarc-4.2.2.tar.gz deleted file mode 100644 index e17e960..0000000 --- a/pymarc-4.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a8a952e38f0e4714c58354b510abf09cbf3a45b0b991765bef0ce3f30b01dd -size 231101 diff --git a/pymarc-5.1.0.tar.gz b/pymarc-5.1.0.tar.gz new file mode 100644 index 0000000..6cfc634 --- /dev/null +++ b/pymarc-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab6fcce9f04ee22c3e149379ad2206dc2a5df4674d00279eb867da2f7081308 +size 234586 diff --git a/python-pymarc.changes b/python-pymarc.changes index e79ddeb..955c03e 100644 --- a/python-pymarc.changes +++ b/python-pymarc.changes @@ -1,20 +1,31 @@ +------------------------------------------------------------------- +Sat Dec 9 10:04:29 UTC 2023 - Dirk Müller + +- 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 - 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 -- 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 -- 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 diff --git a/python-pymarc.spec b/python-pymarc.spec index 4c5585e..29177de 100644 --- a/python-pymarc.spec +++ b/python-pymarc.spec @@ -17,13 +17,12 @@ Name: python-pymarc -Version: 4.2.2 +Version: 5.1.0 Release: 0 Summary: MARC bibliographic data manipulation module License: BSD-2-Clause -URL: https://github.com/edsu/pymarc +URL: https://gitlab.com/pymarc/pymarc Source: https://files.pythonhosted.org/packages/source/p/pymarc/pymarc-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/edsu/pymarc/master/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,7 +42,6 @@ saner representation. %prep %setup -q -n pymarc-%{version} -cp %{SOURCE1} . %build %python_build