File python-lazy-loader.changes of Package python-lazy-loader
-------------------------------------------------------------------
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