python-orderedset 2.0.3+ds1-2 source package in Ubuntu

Changelog

python-orderedset (2.0.3+ds1-2) unstable; urgency=medium

  [ Bas Couwenberg ]
  * Switch to cython3-legacy. This fixes "ftbfs with cython 3.0.x", thanks
    to Matthias Klose (Closes: #1056865).

  [ Roland Mas ]
  * Upload Bas's fix. Thanks, Bas!

 -- Roland Mas <email address hidden>  Tue, 12 Dec 2023 17:11:58 +0100

Upload details

Uploaded by:
Roland Mas
Uploaded to:
Sid
Original maintainer:
Roland Mas
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-orderedset_2.0.3+ds1-2.dsc 1.9 KiB ed6ec4d79df61b658d859319c314f73cf497df14ec8d3e0980a2d126e91460c2
python-orderedset_2.0.3+ds1.orig.tar.xz 10.6 KiB 53e5c898d762bcbab1627b615b3a4d0f59b0895194f766dca299ad47a27421de
python-orderedset_2.0.3+ds1-2.debian.tar.xz 3.2 KiB 5a36d91733e2ea59787273a9a3d6b793d016a85d2e2a8337100b5037446c7388

No changes file available.

Binary packages built by this source

python3-orderedset: Ordered Set implementation in Cython.

 An Ordered Set implementation in Cython.
 .
 Features:
 .
  * Works like a regular set, but remembers insertion order;
  * Is approximately 5 times faster than the pure Python implementation overall
    (and 5 times slower than `set`);
  * Compatible with Python 2.7 through 3.8;
  * Supports the full set interface;
  * Supports some list methods, like `index` and `__getitem__`.
  * Supports set methods against iterables.

python3-orderedset-dbgsym: debug symbols for python3-orderedset