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