From 13ce00c9369d0eee57f869e4686f1d919ef25a888908ec4faadb101d324b54f0 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 11 Apr 2023 05:43:56 +0000 Subject: [PATCH] - Update to 4.2.2: * Bugfix for python_requires in setup.py. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymarc?expand=0&rev=15 --- pymarc-4.2.1.tar.gz | 3 --- pymarc-4.2.2.tar.gz | 3 +++ python-pymarc.changes | 6 ++++++ python-pymarc.spec | 7 ++----- 4 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 pymarc-4.2.1.tar.gz create mode 100644 pymarc-4.2.2.tar.gz diff --git a/pymarc-4.2.1.tar.gz b/pymarc-4.2.1.tar.gz deleted file mode 100644 index 5e299e5..0000000 --- a/pymarc-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d369bc9e981c9a7a420ccf59c1563dff8cfbc86686ce57dc004e0e5258901d2 -size 231047 diff --git a/pymarc-4.2.2.tar.gz b/pymarc-4.2.2.tar.gz new file mode 100644 index 0000000..e17e960 --- /dev/null +++ b/pymarc-4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8a952e38f0e4714c58354b510abf09cbf3a45b0b991765bef0ce3f30b01dd +size 231101 diff --git a/python-pymarc.changes b/python-pymarc.changes index 3f034a4..e79ddeb 100644 --- a/python-pymarc.changes +++ b/python-pymarc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 11 05:43:20 UTC 2023 - Steve Kowalik + +- Update to 4.2.2: + * Bugfix for python_requires in setup.py. + ------------------------------------------------------------------- Fri Oct 28 20:11:57 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pymarc.spec b/python-pymarc.spec index aa2c47f..4c5585e 100644 --- a/python-pymarc.spec +++ b/python-pymarc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymarc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-pymarc -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: MARC bibliographic data manipulation module License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/edsu/pymarc Source: https://files.pythonhosted.org/packages/source/p/pymarc/pymarc-%{version}.tar.gz Source1: https://raw.githubusercontent.com/edsu/pymarc/master/LICENSE