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

python311-editables-0.5-1.10 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-editables Distribution: openSUSE Tumbleweed
Version: 0.5 Vendor: openSUSE
Release: 1.10 Build date: Tue Jul 25 20:42:18 2023
Group: Unspecified Build host: reproducible
Size: 22444 Source RPM: python-editables-0.5-1.10.src.rpm
Packager: https://bugs.opensuse.org
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 Benoît Monin <benoit.monin@gmx.fr>
  - update to version 0.5:
    * Fix a bug that broke importlib.invalidate_caches
* Tue Jul 11 2023 Markéta Machová <mmachova@suse.com>
  - Convert to multibuild to break a build cycle
* Mon Jul 10 2023 Benoît Monin <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 automation
    * Internal admin: Switch to ruff for linting
    * Internal admin: Switch from setuptools to flit_core