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.
|
2018-05-24 18:29:39 by Min Sik Kim | Files touched by this commit (2) | |
Log message:
devel/py-sortedcontainers: Update to 2.0.2
Version 2 represents a significant update to the source base. The code
has been refactored and modernized to embrace Python 3 semantics while
also using `autodoc` in Sphinx for more maintainable
documentation. The core design and algorithms are all the same.
|
2017-12-10 11:05:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sortedcontainers: updated to 1.5.9
1.5.9:
* Dropped CPython 2.6 testing.
1.5.8:
* Added ``SortedList.reverse`` to override ``MutableSequence.reverse`` and
raise ``NotImplementedError``.
|