From a6af645d6ae0810f4fd353ea23f30676ffa8d3f8c674f941389871eecfac89dd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Oct 2024 16:58:32 +0000 Subject: [PATCH] - 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 --- pyproject_hooks-1.1.0-gh.tar.gz | 3 --- pyproject_hooks-1.2.0-gh.tar.gz | 3 +++ python-pyproject-hooks.changes | 9 +++++++++ python-pyproject-hooks.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pyproject_hooks-1.1.0-gh.tar.gz create mode 100644 pyproject_hooks-1.2.0-gh.tar.gz diff --git a/pyproject_hooks-1.1.0-gh.tar.gz b/pyproject_hooks-1.1.0-gh.tar.gz deleted file mode 100644 index 42df8af..0000000 --- a/pyproject_hooks-1.1.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cbbabcd93ea1ac50cca7f23e5b640904684ae6c85003c6f7cf02b598c33f28f -size 18774 diff --git a/pyproject_hooks-1.2.0-gh.tar.gz b/pyproject_hooks-1.2.0-gh.tar.gz new file mode 100644 index 0000000..508ba71 --- /dev/null +++ b/pyproject_hooks-1.2.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d993cda99f6c41c2679a0cd5528fc15608cc114df26553deb41db62185c11206 +size 19516 diff --git a/python-pyproject-hooks.changes b/python-pyproject-hooks.changes index f087f56..18d3025 100644 --- a/python-pyproject-hooks.changes +++ b/python-pyproject-hooks.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 28 16:58:07 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pyproject-hooks.spec b/python-pyproject-hooks.spec index 6be4d31..4feda5e 100644 --- a/python-pyproject-hooks.spec +++ b/python-pyproject-hooks.spec @@ -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