Path to this page:
./
devel/py-sortedcontainers,
Sorted collections library written in pure-Python
Branch: CURRENT,
Version: 2.4.0nb1,
Package name: py311-sortedcontainers-2.4.0nb1,
Maintainer: minskimSortedContainers 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)
- (2024-06-06) Updated to version: py311-sortedcontainers-2.4.0nb1
- (2023-02-09) Updated to version: py310-sortedcontainers-2.4.0nb1
- (2022-01-05) Updated to version: py39-sortedcontainers-2.4.0nb1
- (2021-10-07) Updated to version: py39-sortedcontainers-2.4.0
- (2021-05-17) Updated to version: py38-sortedcontainers-2.4.0
- (2020-12-14) Updated to version: py38-sortedcontainers-2.3.0
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) | |
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) | |
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) | |
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) | |
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) | |
Log message:
py-sortedcontainers: updated to 2.0.5
2.0.5:
Bug fixes.
|