- 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:
2022-03-26 19:59:45 +00:00
committed by Git OBS Bridge
parent 76795d89d3
commit eefe2dd534
4 changed files with 16 additions and 9 deletions

View File

@@ -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