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-11-09 21:34:41 by Thomas Klausner | Files touched by this commit (9) |
Log message:
*: convert packaging to lang/python/versioned_dependencies.mk
|
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-10-21 10:41:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-importlib-metadata: updated to 2.0.0
v2.0.0
importlib_metadata no longer presents a __version__ attribute. Consumers wishing \
to resolve the version of the package should query it directly with \
importlib_metadata.version('importlib-metadata').
|
2020-07-27 18:50:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-importlib-metadata: updated to 1.7.0
v1.7.0
PathNotFoundError now has a custom __str__ mentioning “package metadata” \
being missing to help guide users to the cause when the package is installed but \
no metadata is present.
|
2020-06-12 08:59:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-importlib-metadata: updated to 1.6.1
v1.6.1
Added Distribution._local() as a provisional demonstration of how to load \
metadata for a local package. Implicitly requires that pep517 is installed.
Ensure inputs to FastPath are Unicode.
Tests now rely on importlib.resources.files (and backport) instead of the older \
path function.
Support any iterable from find_distributions.
|
2020-04-07 11:23:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-importlib-metadata: updated to 1.6.0
v1.6.0
Added module and attr attributes to EntryPoint
v1.5.2
Fix redundant entries from FastPath.zip_children.
v1.5.1
Improve reliability and consistency of compatibility imports for contextlib and \
pathlib when running tests.
|
2020-03-12 08:35:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
*: get py-zipp via versioned_dependencies.mk
|