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 <[email protected]>
+
+- 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 <[email protected]>
 Christian Clauss <[email protected]>
 Dan Chudnov <[email protected]>
+Dan Davis <[email protected]>
 Dan Michael O. Heggø <[email protected]>
 Dan Scott <[email protected]>
 David Chouinard <[email protected]>
@@ -35,19 +36,19 @@
 Ed Summers <[email protected]>
 Edward Betts <[email protected]>
 Eric Hellman <[email protected]>
-Federico Leva<[email protected]>
 Gabriel Farrell <[email protected]>
 Geoffrey Spear <[email protected]>
 Godmar Back <[email protected]>
+Harald Varner <[email protected]>
 Helga <[email protected]>
 James Tayson <[email protected]>
 Jay Luker <[email protected]>
 Jeremy Nelson <[email protected]>
 Jim Nicholls <[email protected]>
+Jon Stroop <[email protected]>
 Karol Sikora <[email protected]>
 Lucas Souza <[email protected]>
-Mark A. Matienzo <[email protected]>
-Mark A. Matienzo <[email protected]>
+María Matienzo <[email protected]>
 Martin Czygan <[email protected]>
 Michael B. Klein <[email protected]>
 Michael J. Giarlo <[email protected]>
@@ -58,13 +59,15 @@
 Renaud Boyer <[email protected]>
 Robert Marchman <[email protected]>
 Sean Chen <[email protected]>
-Simon Hohl <[email protected]>
 Simon Hohl <[email protected]>
 Ted Lawless <tlawless@tuscola.(none)>
 Theodor Tolstoy <[email protected]>
 Victor Seva <[email protected]>
 Will Earp <[email protected]>
+cclauss <[email protected]>
 cyperus-papyrus <[email protected]>
-Ben Webb <[email protected]>
+gitgovdoc <[email protected]>
+klinga <[email protected]>
 mmh <[email protected]>
+nemobis <[email protected]>
 wrCisco <[email protected]>
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",
 )

Reply via email to