2022-07-12 11:18:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-importlib-resources: limit to python 3
Fix setuptools_scm dependency, only needed at build time
Bump PKGREVISION
|
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
|
2020-10-21 10:40:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-importlib-resources: updated to 3.0.0
v3.0.0
Package no longer exposes importlib_resources.__version__. Users that wish to \
inspect the version of importlib_resources should instead invoke \
.version('importlib_resources') from importlib-metadata ( stdlib or backport) \
directly. This change eliminates the dependency on importlib_metadata.
Package now always includes its data.
Declare hidden imports for PyInstaller.
v2.0.1
Select pathlib and contextlib imports based on Python version and avoid pulling \
in deprecated [pathlib](https://pypi.org/project/pathlib).
v2.0.0
Loaders are no longer expected to implement the abc.TraversableResources \
interface, but are instead expected to return TraversableResources from their \
get_resource_reader method.
|
2020-05-12 20:42:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-importlib-resources: updated to 1.5.0
v1.5.0
* Traversable is now a Protocol instead of an Abstract Base
Class (Python 2.7 and Python 3.8+).
* Traversable objects now require a ``.name`` property.
|
2020-04-07 11:17:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-importlib-resources: updated to 1.4.0
v1.4.0
* Temporary files created will now reflect the filename of
their origin.
|
2020-03-16 00:14:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-importlib-resources: updated to 1.3.1
v1.3.1
For improved compatibility, importlib_resources.trees is now imported implicitly.
v1.3.0
Add extensibility support for non-standard loaders to supply Traversable \
resources. Introduces a new abstract base class abc.TraversableResources that \
supersedes (but implements for compatibility) abc.ResourceReader. Any loader \
that implements (implicitly or explicitly) the TraversableResources.files method \
will be capable of supplying resources with subdirectory support.
Preferred way to access as_file is now from top-level module. \
importlib_resources.trees.as_file is deprecated and discouraged.
Moved Traversable abc to abc module.
|
2020-03-12 08:35:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
*: get py-zipp via versioned_dependencies.mk
|