toposort 1.7-1 source package in Ubuntu

Changelog

toposort (1.7-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Build-depend on dh-sequence-python3.
    - Build-depend on pybuild-plugin-pyproject.
    - Compliant with Debian Policy 4.6.1.
  * debian/copyright:
    - Update copyright years.
  * debian/rules:
    - Move debhelper sequences to debian/control.
    - Update test suite invocation.

 -- Luca Falavigna <email address hidden>  Wed, 28 Sep 2022 18:42: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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
toposort_1.7-1.dsc 2.0 KiB e3eb6c08dc4fed0c26c367c66c14706d6178503bb7fa9873cd6495257111bec8
toposort_1.7.orig.tar.bz2 8.8 KiB 5adcd31a71c1d4ef83b3b40810b598b4001fd12dad95d9a32a28600b94ecd6b4
toposort_1.7-1.debian.tar.xz 2.8 KiB 67fc083c073099084ef77594eca355a578839a8ec538494ea7a58e852c19c36e

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.