- 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
This commit is contained in:
parent
116c03b45c
commit
b8440f624d
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 19:58:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a25570d1498d4ce86b6ed151f3afa1da7318deac56db25100ccbdb9b12625c3
|
||||
size 11186
|
BIN
release-1.1.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
release-1.1.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user