Path to this page:
./
misc/py-lazy_loader,
Load subpackages and functions on demand
Branch: CURRENT,
Version: 0.4,
Package name: py312-lazy_loader-0.4,
Maintainer: pkgsrc-userslazy_loader makes it easy to load subpackages and functions on demand.
Master sites:
Filesize: 15.069 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-lazy_loader-0.4
- (2024-04-05) Updated to version: py311-lazy_loader-0.4
- (2023-10-28) Updated to version: py311-lazy_loader-0.3nb1
- (2023-07-18) Updated to version: py310-lazy_loader-0.3
- (2023-05-09) Package added to pkgsrc.se, version py310-lazy_loader-0.2 (created)
CVS history: (Expand)
2024-04-05 19:24:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-lazy_loader: updated to 0.4
lazy_loader 0.4
Enhancements
ENH: Add require argument to load() to accept version specifiers
Add version as __version__
Bug Fixes
Avoid exception when __frame_data["code_context"] is None
Make lazy_load.load partially thread-safe
Documentation
Add security contact
Recommend newer Python versions to avoid race
|
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-07-18 06:43:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lazy_loader: updated to 0.3
v0.3
- Announce Python 3.12 support
- Ignore B028
- Use dependabot to update requirements
- Use dependabot to update GH actions
- Use ruff
- Update requirements
- Warn and discourage lazy.load of subpackages
- Test on Python 3.12.0-beta.2
|
2023-05-09 10:32:37 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-lazy_loader: added version 0.2
lazy_loader makes it easy to load subpackages and functions on demand.
|