kiwisolver 1.4.5-1 source package in Ubuntu

Changelog

kiwisolver (1.4.5-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.7.0 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * watch file standard 4 (routine-update)

 -- Emmanuel Arias <email address hidden>  Sun, 21 Apr 2024 20:48:13 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
kiwisolver_1.4.5-1.dsc 2.1 KiB a5b7590543c1228c7db1c88a585dfa7288a0c2a58e74fbc7320fa1e32ec30da8
kiwisolver_1.4.5.orig.tar.gz 95.3 KiB e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec
kiwisolver_1.4.5-1.debian.tar.xz 3.4 KiB 413eb8d8d5c392b424f22a270ec684e0bb6c0166036f5c6d6031c84795fba01b

No changes file available.

Binary packages built by this source

python3-kiwisolver: fast implementation of the Cassowary constraint solver - Python 3.X

 Kiwi is an efficient C++ implementation of the Cassowary constraint solving
 algorithm. Kiwi is an implementation of the algorithm based on the seminal
 Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
 has been designed from the ground up to be lightweight and fast. Kiwi ranges
 from 10x to 500x faster than the original Cassowary solver with typical use
 cases gaining a 40x improvement. Memory savings are consistently > 5x.
 .
 In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
 .
 This package contains the Python 3 version of kiwisolver.

python3-kiwisolver-dbgsym: debug symbols for python3-kiwisolver