File python-lazy-loader.changes of Package python-lazy-loader
-------------------------------------------------------------------
Sun Mar 15 19:13:27 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.5:
* Add `suppress_warning` parameter to the `load` function
(#146).
* fix: Remove problematic try/finally block (#137).
* Make sure that `__dir__` returns new copies of `__all__`
(#135).
* Allow disabled eager loading with EAGER_IMPORT=0 (#166).
-------------------------------------------------------------------
Sat Apr 20 21:09:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.4:
* ENH: Add require argument to load() to accept version
specifiers (#48).
* Add version as __version__ (#97).
* Avoid exception when __frame_data["code_context"] is None
(#83).
* Make `lazy_load.load` partially thread-safe (#90).
-------------------------------------------------------------------
Thu Dec 7 22:42:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.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
-------------------------------------------------------------------
Sat Apr 1 13:35:38 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Initial specfile for version 0.2
- Required by python-librosa