toposort 1.10-1 source package in Ubuntu

Changelog

toposort (1.10-1) unstable; urgency=medium

  * New upstream release.

 -- Luca Falavigna <email address hidden>  Sat, 29 Jul 2023 23:16:57 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
toposort_1.10-1.dsc 2.0 KiB c2cb2f47d3dc2d63b8beeaff2a2a52d796c47e63a33979cdde517aaac90d428d
toposort_1.10.orig.tar.bz2 9.3 KiB fe76ea79c9291e28dbe23bf3b45d04130a3d2dd4776486aa7f65e5f64b59108b
toposort_1.10-1.debian.tar.xz 2.9 KiB 7fc82f349b2e35fa5e8de646abf09329bb36eae38a2fca776a084ee6f944d002

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.