Accepting request 1218846 from devel:languages:python

- 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/request/show/1218846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-hooks?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2024-10-29 13:32:21 +00:00 committed by Git OBS Bridge
commit 2a2a89d68f
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cbbabcd93ea1ac50cca7f23e5b640904684ae6c85003c6f7cf02b598c33f28f
size 18774

BIN
pyproject_hooks-1.2.0-gh.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyproject-hooks
Version: 1.1.0
Version: 1.2.0
Release: 0
Summary: Wrappers to call pyproject.toml-based build backend hooks
License: MIT