munkres 1.0.12+ds-1 source package in Ubuntu

Changelog

munkres (1.0.12+ds-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
    - +ds suffix, because upstream never uploaded an sdist to PyPI
  * Bump copyright years.
  * Drop epydoc documentation, upstream migrated to pdoc, which isn't in
    Debian, yet (Closes: #881549)
  * Bump Standards-Version to 4.1.3, no changes needed.
  * Bump debhelper compat level to 11.
  * Declare Rules-Requires-Root: no
  * Add Build-Depends on python{3,}-setuptools, upstream switched to it.
  * Update debian/test-output.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol

 -- Stefano Rivera <email address hidden>  Sun, 18 Feb 2018 17:28:48 -0800

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
munkres_1.0.12+ds-1.dsc 1.8 KiB 4db9a05239c5080c7e4d24a9e85a9f8f5deaf4fff7e6cdcea060d6b51ae422c2
munkres_1.0.12+ds.orig.tar.gz 14.1 KiB a4d399ef17364854384cc5acc928c2d49d7fae6c2d58eaa7efde118c1c0b6dca
munkres_1.0.12+ds-1.debian.tar.xz 3.4 KiB bd2c4296b1c3a8a5f96ece6075c5d2bc2d6bce460ee7ca9c8dd8d64ddcfa2db2

Available diffs

No changes file available.

Binary packages built by this source

python-munkres: munkres algorithm for the Assignment Problem - Python 2.x library

 The Munkres module provides an implementation of the Munkres algorithm (also
 called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for
 solving the Assignment Problem.
 .
 The Assignment Problem:
 Let C be an nxn matrix representing the costs of each of n workers to perform
 any of n jobs. The Assignment Problem is to assign jobs to workers in a way
 that minimizes the total cost.
 .
 This package contains the munkres module for Python 2.x.

python3-munkres: munkres algorithm for the Assignment Problem - Python 3 library

 The Munkres module provides an implementation of the Munkres algorithm (also
 called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for
 solving the Assignment Problem.
 .
 The Assignment Problem:
 Let C be an nxn matrix representing the costs of each of n workers to perform
 any of n jobs. The Assignment Problem is to assign jobs to workers in a way
 that minimizes the total cost.
 .
 This package contains the munkres module for Python 3.x.