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

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 17:57:16 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Roland Mas
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-orderedset_2.0.3+ds1.orig.tar.xz 10.6 KiB 53e5c898d762bcbab1627b615b3a4d0f59b0895194f766dca299ad47a27421de
python-orderedset_2.0.3+ds1-2build1.debian.tar.xz 3.3 KiB 59fc9179297b785fa3bdef79ead1587e36d213c133a982bd3cb9a52334c7dd42
python-orderedset_2.0.3+ds1-2build1.dsc 1.9 KiB 5c3077d7cb9c3567da45e602e99cd2c4b51926a8b30927c6622673d1c3a2c815

View changes file

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