Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-editables-0.5-160000.2.2 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python313-editables Distribution: SUSE Linux 16
Version: 0.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160000.2.2 Build date: Tue Jul 25 20:42:18 2023
Group: Unspecified Build host: reproducible
Size: 21895 Source RPM: python-editables-0.5-160000.2.2.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/pfmoore/editables
Summary: Editable installations
A Python library for creating "editable wheels"

This library supports the building of wheels which, when installed, will expose
packages in a local directory on sys.path in "editable mode". In other words,
changes to the package source will be reflected in the package visible to
Python, without needing a reinstall.

Provides

Requires

License

MIT

Changelog

* Tue Jul 25 2023 benoit.monin@gmx.fr
  - update to version 0.5:
    * Fix a bug that broke importlib.invalidate_caches
* Tue Jul 11 2023 mmachova@suse.com
  - Convert to multibuild to break a build cycle
* Mon Jul 10 2023 benoit.monin@gmx.fr
  - update to version 0.4:
    * Add a new add_to_subpackage method
    * Add type annotations
    * Internal admin: Switch to nox for automatio