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

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