Hello community,

here is the log from the commit of package python-munkres for openSUSE:Factory 
checked in at 2019-04-02 09:22:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-munkres (Old)
 and      /work/SRC/openSUSE:Factory/.python-munkres.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-munkres"

Tue Apr  2 09:22:20 2019 rev:3 rq:690331 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-munkres/python-munkres.changes    
2018-12-07 14:38:13.610861000 +0100
+++ /work/SRC/openSUSE:Factory/.python-munkres.new.25356/python-munkres.changes 
2019-04-02 09:22:20.904711659 +0200
@@ -1,0 +2,12 @@
+Mon Apr  1 08:57:28 UTC 2019 - [email protected]
+
+- version update to 1.1.2
+  * Removed `NoReturn` type annotations
+  * Only supports Python 3.5 or better
+  * Added `typing` type hints
+  * simplify conversion of a profit matrix to a cost matrix
+  * Added more tests
+- run the testsuite
+- python3-only package
+  
+-------------------------------------------------------------------

Old:
----
  release-1.0.9.tar.gz

New:
----
  release-1.1.2.tar.gz

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

Other differences:
------------------
++++++ python-munkres.spec ++++++
--- /var/tmp/diff_new_pack.VWJn0W/_old  2019-04-02 09:22:21.412711999 +0200
+++ /var/tmp/diff_new_pack.VWJn0W/_new  2019-04-02 09:22:21.416712002 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-munkres
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-munkres
-Version:        1.0.9
+Version:        1.1.2
 Release:        0
 Summary:        Munkres implementation for Python
 License:        Apache-2.0
@@ -26,6 +27,9 @@
 URL:            http://software.clapper.org/munkres/
 Source:         
https://github.com/bmc/munkres/archive/release-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+# SECTION test requirements
+BuildRequires:  %{python_module nose}
+# /SECTION
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 %python_subpackages
@@ -57,8 +61,11 @@
 chmod -x %{buildroot}%{$python_sitelib}/munkres.py
 }
 
+%check
+%python_expand nosetests-%{$python_bin_suffix}
+
 %files %{python_files}
-%license LICENSE
+%license LICENSE.md
 %doc CHANGELOG.md README.md
 %{python_sitelib}/*
 

++++++ release-1.0.9.tar.gz -> release-1.1.2.tar.gz ++++++
++++ 1650 lines of diff (skipped)


Reply via email to