./devel/py-sortedcontainers, Sorted collections library written in pure-Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4.0nb1, Package name: py310-sortedcontainers-2.4.0nb1, Maintainer: minskim

SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 29.877 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-17 10:06:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sortedcontainers: updated to 2.4.0

2.4.0

API Changes

Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584.
   2020-12-14 15:02:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sortedcontainers: updated to 2.3.0

2.3.0:
Bugfixes
Make sort order stable when updating with large iterables.
   2020-06-08 08:55:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sortedcontainers: updated to 2.2.2

2.2.2:
Add “small slice” optimization to SortedList.__getitem__.
Silence warning when testing SortedList.iloc.

2.2.1:
Fix a warning regarding classifiers in setup.py.

2.2.0:
Change SortedDict to avoid cycles for CPython reference counting.
   2018-11-28 15:40:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sortedcontainers: updated to 2.1.0

2.1.0:
Miscellaneous
Small updates to docs and tests for Python 3.7.
   2018-10-07 10:35:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-sortedcontainers: updated to 2.0.5

2.0.5:
Bug fixes.