Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pymarc for openSUSE:Factory checked in at 2023-04-11 13:51:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymarc (Old) and /work/SRC/openSUSE:Factory/.python-pymarc.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymarc" Tue Apr 11 13:51:01 2023 rev:7 rq:1078321 version:4.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymarc/python-pymarc.changes 2022-11-01 13:42:20.899825893 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymarc.new.19717/python-pymarc.changes 2023-04-11 13:51:13.767385091 +0200 @@ -1,0 +2,6 @@ +Tue Apr 11 05:43:20 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 4.2.2: + * Bugfix for python_requires in setup.py. + +------------------------------------------------------------------- Old: ---- pymarc-4.2.1.tar.gz New: ---- pymarc-4.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymarc.spec ++++++ --- /var/tmp/diff_new_pack.Qo5hIG/_old 2023-04-11 13:51:14.291388126 +0200 +++ /var/tmp/diff_new_pack.Qo5hIG/_new 2023-04-11 13:51:14.303388195 +0200 @@ -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 ++++++ pymarc-4.2.1.tar.gz -> pymarc-4.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymarc-4.2.1/LICENSE new/pymarc-4.2.2/LICENSE --- old/pymarc-4.2.1/LICENSE 2022-03-02 21:54:44.000000000 +0100 +++ new/pymarc-4.2.2/LICENSE 2022-10-17 22:30:20.000000000 +0200 @@ -28,6 +28,7 @@ Chris Adams <ch...@improbable.org> Christian Clauss <ccla...@me.com> Dan Chudnov <dc...@umich.edu> +Dan Davis <d...@danizen.net> Dan Michael O. Heggø <danmicha...@gmail.com> Dan Scott <d...@coffeecode.net> David Chouinard <da...@davidchouinard.com> @@ -35,19 +36,19 @@ Ed Summers <e...@pobox.com> Edward Betts <edw...@4angle.com> Eric Hellman <e...@hellman.net> -Federico Leva<federicol...@tiscali.it> Gabriel Farrell <gsf...@gmail.com> Geoffrey Spear <geoffsp...@gmail.com> Godmar Back <god...@gmail.com> +Harald Varner <harald.var...@gmail.com> Helga <cdg...@gmail.com> James Tayson <james.tay...@gmail.com> Jay Luker <lb...@reallywow.com> Jeremy Nelson <jermnel...@gmail.com> Jim Nicholls <jim.nicho...@gmail.com> +Jon Stroop <jpstr...@gmail.com> Karol Sikora <m...@karolsikora.me> Lucas Souza <lucassouzau...@gmail.com> -Mark A. Matienzo <m...@matienzo.org> -Mark A. Matienzo <matie...@stanford.edu> +MarÃa Matienzo <ma...@matienzo.org> Martin Czygan <martin.czy...@gmail.com> Michael B. Klein <mbkl...@gmail.com> Michael J. Giarlo <leftw...@alumni.rutgers.edu> @@ -58,13 +59,15 @@ Renaud Boyer <rbo...@anybox.fr> Robert Marchman <robert.l.march...@dartmouth.edu> Sean Chen <sc...@law.duke.edu> -Simon Hohl <m...@dersmon.net> Simon Hohl <simon.h...@dainst.org> Ted Lawless <tlawless@tuscola.(none)> Theodor Tolstoy <gitlab.ted...@tolstoy.se> Victor Seva <vs...@dlsi.ua.es> Will Earp <will.e...@icloud.com> +cclauss <ccla...@bluewin.ch> cyperus-papyrus <cdg...@gmail.com> -Ben Webb <bw...@gpo.gov> +gitgovdoc <bw...@gpo.gov> +klinga <klinga...@gmail.com> mmh <mahe...@asdeguiaingenieria.com> +nemobis <federicol...@tiscali.it> wrCisco <lb...@tiscali.it> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymarc-4.2.1/PKG-INFO new/pymarc-4.2.2/PKG-INFO --- old/pymarc-4.2.1/PKG-INFO 2022-10-17 22:22:44.191717900 +0200 +++ new/pymarc-4.2.2/PKG-INFO 2023-01-30 17:06:16.412503200 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pymarc -Version: 4.2.1 +Version: 4.2.2 Summary: Read, write and modify MARC bibliographic data Home-page: http://gitlab.com/pymarc/pymarc Author: Ed Summers @@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Text Processing :: General -Requires-Python: >=3.6.* +Requires-Python: >=3.6 Description-Content-Type: text/markdown License-File: LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymarc-4.2.1/pymarc.egg-info/PKG-INFO new/pymarc-4.2.2/pymarc.egg-info/PKG-INFO --- old/pymarc-4.2.1/pymarc.egg-info/PKG-INFO 2022-10-17 22:22:44.000000000 +0200 +++ new/pymarc-4.2.2/pymarc.egg-info/PKG-INFO 2023-01-30 17:06:16.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pymarc -Version: 4.2.1 +Version: 4.2.2 Summary: Read, write and modify MARC bibliographic data Home-page: http://gitlab.com/pymarc/pymarc Author: Ed Summers @@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Text Processing :: General -Requires-Python: >=3.6.* +Requires-Python: >=3.6 Description-Content-Type: text/markdown License-File: LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymarc-4.2.1/setup.py new/pymarc-4.2.2/setup.py --- old/pymarc-4.2.1/setup.py 2022-10-17 22:16:04.000000000 +0200 +++ new/pymarc-4.2.2/setup.py 2023-01-30 17:05:18.000000000 +0100 @@ -8,7 +8,7 @@ from setuptools import setup -version = "4.2.1" +version = "4.2.2" classifiers = """ Intended Audience :: Education @@ -39,5 +39,5 @@ long_description_content_type="text/markdown", classifiers=list(filter(None, classifiers.split("\n"))), test_suite="test", - python_requires=">=3.6.*", + python_requires=">=3.6", )