toposort 1.9-1 source package in Ubuntu

Changelog

toposort (1.9-1) unstable; urgency=medium

  * New upstream reelase.
  * debian/control:
    - Compliant with Debian Policy 4.6.2.
  * debian/rules:
    - Run unittest for all supported python versions.

 -- Luca Falavigna <email address hidden>  Sun, 15 Jan 2023 10:19:13 +0000

Upload details

Uploaded by:
Luca Falavigna
Uploaded to:
Sid
Original maintainer:
Luca Falavigna
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
toposort_1.9-1.dsc 2.0 KiB 613eef9896cd4b7e09e9a61d041eb972c06232e910302fb3de1451e2990f1c65
toposort_1.9.orig.tar.bz2 9.0 KiB d0c9b1ef3097bbd6a953da4b9a07ef3a5ffaaf92141b27560634d4cd1160c01d
toposort_1.9-1.debian.tar.xz 2.9 KiB f972911aefb8d4b0d851e91794b307ad654bdf1768705e193a7342e0e8621607

Available diffs

No changes file available.

Binary packages built by this source

python3-toposort: topological sort algorithm - Python 3 module

 In computer science, a topological sort (sometimes abbreviated
 topsort or toposort) or topological ordering of a directed graph is a
 linear ordering of its vertices such that for every directed edge uv
 from vertex u to vertex v, u comes before v in the ordering.
 .
 This package provides this algorithm for Python 3.