python-orderedset 2.0.3-1build1 source package in Ubuntu

Changelog

python-orderedset (2.0.3-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Wed, 22 Mar 2023 05:38:23 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-orderedset_2.0.3.orig.tar.gz 99.0 KiB b2f5ccfb5a86e7b3b3ddf18b29779cc18b24653abf9d6da4bebecf33780a6e29
python-orderedset_2.0.3-1build1.debian.tar.xz 3.0 KiB 0a495e6519b909e306eb556b4226f6df959f05ec3f44c2c6b87b655ed9a00e53
python-orderedset_2.0.3-1build1.dsc 1.8 KiB dd9e453bdc5124bdcf30ab34d4f1b32490f10f7b0ffec54a26a242666d13478a

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