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

64
LICENSE
View File

@@ -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 <ajconsta@ncsu.edu>
André Nesse <an@macpro.lan>
Chris Adams <chris@improbable.org>
Dan Chudnov <dchud@umich.edu>
Dan Michael O. Heggø <danmichaelo@gmail.com>
Dan Scott <dan@coffeecode.net>
David Chouinard <david@davidchouinard.com>
Ed Hill <hill.charles2@gmail.com>
Ed Summers <ehs@pobox.com>
Edward Betts <edward@4angle.com>
Eric Hellman <eric@hellman.net>
Gabriel Farrell <gsf747@gmail.com>
Geoffrey Spear <geoffspear@gmail.com>
Godmar Back <godmar@gmail.com>
Helga <cdg013@gmail.com>
James Tayson <james.taysom@gmail.com>
Jay Luker <lbjay@reallywow.com>
Jim Nicholls <jim.nicholls@gmail.com>
Karol Sikora <me@karolsikora.me>
Lucas Souza <lucassouzaufpa@gmail.com>
Mark A. Matienzo <mark@matienzo.org>
Martin Czygan <martin.czygan@gmail.com>
Michael B. Klein <mbklein@gmail.com>
Michael J. Giarlo <leftwing@alumni.rutgers.edu>
Mikhail Terekhov <termim@gmail.com>
Nick Ruest <ruestn@gmail.com>
Pierre Verkest <pverkest@anybox.fr>
Radim Řehůřek <radimrehurek@seznam.cz>
Renaud Boyer <rboyer@anybox.fr>
Robert Marchman <robert.l.marchman@dartmouth.edu>
Sean Chen <schen@law.duke.edu>
Simon Hohl <simon.hohl@dainst.org>
Ted Lawless <tlawless@tuscola.(none)>
Victor Seva <vseva@dlsi.ua.es>
Will Earp <will.earp@icloud.com>
cclauss <cclauss@bluewin.ch>
cyperus-papyrus <cdg013@gmail.com>
gitgovdoc <bwebb@gpo.gov>
mmh <maherma@asdeguiaingenieria.com>
nemobis <federicoleva@tiscali.it>
wrCisco <lbjma@tiscali.it>

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ab6fcce9f04ee22c3e149379ad2206dc2a5df4674d00279eb867da2f7081308
size 234586

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> Tue Apr 11 05:43:20 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.2.2: - 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> 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. * 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> 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' * Merge branch 'linked_fields' into 'main'
* Adds a method to get linked (880) fields * Adds a method to get linked (880) fields
* fix default branch * fix default branch

View File

@@ -17,13 +17,12 @@
Name: python-pymarc Name: python-pymarc
Version: 4.2.2 Version: 5.1.0
Release: 0 Release: 0
Summary: MARC bibliographic data manipulation module Summary: MARC bibliographic data manipulation module
License: BSD-2-Clause 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 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: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -43,7 +42,6 @@ saner representation.
%prep %prep
%setup -q -n pymarc-%{version} %setup -q -n pymarc-%{version}
cp %{SOURCE1} .
%build %build
%python_build %python_build