14
0

- 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:
2024-10-28 16:58:32 +00:00
committed by Git OBS Bridge
parent ff4a8ab8fb
commit a6af645d6a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>