Hello community,

here is the log from the commit of package python-pymarc for openSUSE:Leap:15.2 
checked in at 2020-03-23 07:14:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pymarc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pymarc.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymarc"

Mon Mar 23 07:14:01 2020 rev:2 rq:787255 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pymarc/python-pymarc.changes    
2020-02-11 23:25:49.633282726 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pymarc.new.3160/python-pymarc.changes  
2020-03-23 07:14:57.610536970 +0100
@@ -1,0 +2,10 @@
+Fri Mar 20 11:51:32 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 4.0.0
+  * Drop Python2
+  * Support Python3.8
+  * Add type hints
+  * Many fixes
+- Drop patch python38.patch
+
+-------------------------------------------------------------------

Old:
----
  pymarc-3.1.13.tar.gz
  python38.patch

New:
----
  pymarc-4.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymarc.spec ++++++
--- /var/tmp/diff_new_pack.IDHzH4/_old  2020-03-23 07:14:57.934537165 +0100
+++ /var/tmp/diff_new_pack.IDHzH4/_new  2020-03-23 07:14:57.938537167 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pymarc
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-pymarc
-Version:        3.1.13
+Version:        4.0.0
 Release:        0
 Summary:        MARC bibliographic data manipulation module
 License:        BSD-2-Clause
@@ -26,14 +27,13 @@
 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
-Patch0:         python38.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-six >= 1.9.0
+Requires:       python-pytest
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module six >= 1.9.0}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -46,7 +46,6 @@
 
 %prep
 %setup -q -n pymarc-%{version}
-%patch0 -p1
 cp %{SOURCE1} .
 
 %build
@@ -57,7 +56,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.md

++++++ LICENSE ++++++
--- /var/tmp/diff_new_pack.IDHzH4/_old  2020-03-23 07:14:57.962537182 +0100
+++ /var/tmp/diff_new_pack.IDHzH4/_new  2020-03-23 07:14:57.962537182 +0100
@@ -1,5 +1,3 @@
-Copyright 2005-2019 Gabriel Farrell, Mark Matienzo, Geoffrey Spear, Ed Summers
-
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 
@@ -20,3 +18,47 @@
 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 <[email protected]>
+André Nesse <[email protected]>
+Chris Adams <[email protected]>
+Dan Chudnov <[email protected]>
+Dan Michael O. Heggø <[email protected]>
+Dan Scott <[email protected]>
+David Chouinard <[email protected]>
+Ed Hill <[email protected]>
+Ed Summers <[email protected]>
+Edward Betts <[email protected]>
+Eric Hellman <[email protected]>
+Gabriel Farrell <[email protected]>
+Geoffrey Spear <[email protected]>
+Godmar Back <[email protected]>
+Helga <[email protected]>
+James Tayson <[email protected]>
+Jay Luker <[email protected]>
+Jim Nicholls <[email protected]>
+Karol Sikora <[email protected]>
+Lucas Souza <[email protected]>
+Mark A. Matienzo <[email protected]>
+Martin Czygan <[email protected]>
+Michael B. Klein <[email protected]>
+Michael J. Giarlo <[email protected]>
+Mikhail Terekhov <[email protected]>
+Nick Ruest <[email protected]>
+Pierre Verkest <[email protected]>
+Radim Řehůřek <[email protected]>
+Renaud Boyer <[email protected]>
+Robert Marchman <[email protected]>
+Sean Chen <[email protected]>
+Simon Hohl <[email protected]>
+Ted Lawless <tlawless@tuscola.(none)>
+Victor Seva <[email protected]>
+Will Earp <[email protected]>
+cclauss <[email protected]>
+cyperus-papyrus <[email protected]>
+gitgovdoc <[email protected]>
+mmh <[email protected]>
+nemobis <[email protected]>
+wrCisco <[email protected]>

++++++ pymarc-3.1.13.tar.gz -> pymarc-4.0.0.tar.gz ++++++
++++ 43326 lines of diff (skipped)


Reply via email to