From b8440f624df9e9840f526b9714bc009b6607a38bc6f97595f87dc124aeec1827 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Mar 2022 19:59:45 +0000 Subject: [PATCH] - update to 1.1.4: - Switched from Nose to Pytest for testing. - Fix to Issue #34, in which `print_matrix` wasn't handling non-integral values. - Various changes from `http:` URLs to `https:` URLs - drop python-munkres-remove-nose.patch (obsolete) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-munkres?expand=0&rev=11 --- python-munkres.changes | 10 ++++++++++ python-munkres.spec | 9 +++------ release-1.1.2.tar.gz | 3 --- release-1.1.4.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 release-1.1.2.tar.gz create mode 100644 release-1.1.4.tar.gz diff --git a/python-munkres.changes b/python-munkres.changes index 93123f1..133d58b 100644 --- a/python-munkres.changes +++ b/python-munkres.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 26 19:58:13 UTC 2022 - Dirk Müller + +- update to 1.1.4: +- Switched from Nose to Pytest for testing. +- Fix to Issue #34, in which + `print_matrix` wasn't handling non-integral values. +- Various changes from `http:` URLs to `https:` URLs +- drop python-munkres-remove-nose.patch (obsolete) + ------------------------------------------------------------------- Mon Sep 14 19:32:25 UTC 2020 - pgajdos@suse.com diff --git a/python-munkres.spec b/python-munkres.spec index bd797b0..6ff8eac 100644 --- a/python-munkres.spec +++ b/python-munkres.spec @@ -1,7 +1,7 @@ # # spec file for package python-munkres # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,13 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-munkres -Version: 1.1.2 +Version: 1.1.4 Release: 0 Summary: Munkres implementation for Python License: Apache-2.0 Group: Development/Languages/Python -URL: http://software.clapper.org/munkres/ +URL: https://software.clapper.org/munkres/ Source: https://github.com/bmc/munkres/archive/release-%{version}.tar.gz -# https://github.com/bmc/munkres/pull/32 -Patch0: python-munkres-remove-nose.patch BuildRequires: %{python_module setuptools} # SECTION test requirements BuildRequires: %{python_module pytest} @@ -50,7 +48,6 @@ http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html. %prep %setup -q -n munkres-release-%{version} -%patch0 -p1 %build %python_build diff --git a/release-1.1.2.tar.gz b/release-1.1.2.tar.gz deleted file mode 100644 index 6f00dd5..0000000 --- a/release-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a25570d1498d4ce86b6ed151f3afa1da7318deac56db25100ccbdb9b12625c3 -size 11186 diff --git a/release-1.1.4.tar.gz b/release-1.1.4.tar.gz new file mode 100644 index 0000000..729deaa --- /dev/null +++ b/release-1.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a297282895e4f7c27902bb5ad045d06458905daafb80a9ce14b9d87ca391205 +size 13777