forked from pool/python-pyproject-hooks
- update to 1.2.0:
* Improve interoperability with ``importlib.metadata``, fixing a regression in setuptools compatibility in 1.1 (#199). * Clean up the ``_in_process`` directory inside the package from ``sys.path`` before imporing the backend (#193). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-hooks?expand=0&rev=9
This commit is contained in:
43
python-pyproject-hooks.changes
Normal file
43
python-pyproject-hooks.changes
Normal file
@@ -0,0 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 16:58:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.2.0:
|
||||
* Improve interoperability with ``importlib.metadata``, fixing a
|
||||
regression in setuptools compatibility in 1.1 (#199).
|
||||
* Clean up the ``_in_process`` directory inside the package
|
||||
from ``sys.path`` before imporing the backend (#193).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 18:58:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip test that fails with setuptools 70.1
|
||||
(gh#pypa/pyproject-hooks#203)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 12:29:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.0:
|
||||
* Add type annotations to the public API.
|
||||
* More careful handling of the backend-path key from
|
||||
pyproject.toml. Previous versions would load the backend and
|
||||
then check that it was loaded from the specified path; the new
|
||||
version only loads it from the specified path. The
|
||||
BackendInvalid exception is now a synonym for
|
||||
:exc:`BackendUnavailable`, and code should move to using the
|
||||
latter name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:31:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add sle15_python_module_pythons (jsc#PED-68)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 22:43:52 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Make calling of %{sle15modernpython} optional.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 16:43:25 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
|
||||
- Initial release 1.0.0
|
||||
|
Reference in New Issue
Block a user