2023-03-17 09:19:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jaraco.functools: updated to 3.6.0
v3.6.0
Renamed ``call_aside`` to ``invoke``, deprecating ``call_aside``.
|
2022-11-14 16:09:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-jaraco.functools: add missing tool dependency
|
2022-11-06 19:16:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jaraco.functools: updated to 3.5.2
v3.5.2
======
Refreshed packaging.
v3.5.1
======
Packaging refresh.
Enrolled with Tidelift.
v3.5.0
======
* Add type annotations to ``method_cache``.
* Require Python 3.7.
v3.4.0
======
``apply`` now uses ``functools.wraps`` to ensure docstring
passthrough.
v3.3.0
======
In method_cache, support cache_clear before cache
is initialized.
v3.2.1
======
Refreshed package metadata.
v3.2.0
======
Switched to PEP 420 for ``jaraco`` namespace.
v3.1.0
======
Added ``except_`` decorator.
v3.0.1
======
Removed unnecessary compatibility libraries in testing.
v3.0.0
======
Require Python 3.6 or later.
|
2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: setuptools_scm: switch to versioned_dependencies
|
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
|
2019-11-15 23:51:15 by Tobias Nygren | Files touched by this commit (4) |
Log message:
mk.mk? mk.
|
2019-11-15 15:22:16 by Thomas Klausner | Files touched by this commit (5) |
Log message:
*: use py-more-itertools via versioned_dependencies.mk
|
2019-11-13 22:30:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jaraco.functools: updated to 2.0
2.0:
Switch to `pkgutil namespace technique for the ``jaraco`` namespace.
|