2025-03-16 23:10:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-jaraco.itertools: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) |  |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-03 10:09:48 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jaraco.itertools: updated to 6.4.1
v6.4.1
Bugfixes
- Remove use of ``OrderedDict`` in ``partition_dict``.
v6.4.0
Features
- Added ``summarize``.
- Require Python 3.8 or later.
v6.3.0
Added ``find_subseq``.
|
2022-11-16 23:57:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-jaraco.itertools: add missing tool dependency
|
2022-11-06 19:43:30 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jaraco.itertools: updated to 6.2.1
v6.2.1
======
Fixed broken test in ``ensure_unique``.
v6.2.0
======
Added ``accumulate`` function.
v6.1.1
======
Fixed typo in ``ensure_unique`` doctest.
v6.1.0
======
Add ``ensure_unique`` function.
v6.0.3
======
Fixed doc build errors.
v6.0.2
======
Minor fixes.
v6.0.1
======
Switch to PEP 420 for namespace package.
v6.0.0
======
Remove ``Counter.GetCount``.
Remove ``flatten`` and ``iflatten``.
|
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-03-12 08:45:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-jaraco.itertools: only for python >= 3.6
|