Path to this page:
Next | Query returned 10 messages, browsing 1 to 10 | previous
CVS Commit History:
2022-11-26 20:58:45 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-ruamel-ordereddict: removed, leaf package, delete upstream
|
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
|
2020-11-19 11:21:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ruamel-ordereddict: updated to 0.4.15
0.4.15:
Bug fixes
|
2020-01-03 09:27:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ruamel-ordereddict: updated to 0.4.14
0.4.14:
Bug fixes.
|
2017-10-28 10:49:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ruamel-ordereddict: updated to 0.4.13
0.4.13:
Bug fixes.
|
2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577) |
Log message:
Add python-3.6 to incompatible versions.
|
2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599) |
Log message:
Remove python33: adapt all packages that refer to it.
|
2016-05-16 12:35:20 by Nils Ratusznik | Files touched by this commit (4) | |
Log message:
Initial import of py-ruamel-ordereddict, version 0.4.9,
into the NetBSD Packages Collection.
This is an implementation of an ordered dictionary with Key Insertion Order
(KIO: updates of values do not affect the position of the key),
Key Value Insertion Order (KVIO, an existing key's position is removed and
put at the back).
The standard library module OrderedDict, implemented later, implements
a subset of ordereddict functionality.
Sorted dictionaries are also provided.
Currently only with Key Sorted Order (KSO, no sorting function can be
specified but you can specify a transform to apply on the key before
comparison (e.g. string.lower)).
|
Next | Query returned 10 messages, browsing 1 to 10 | previous