From f0ec3ae33678bdb5090d09b2431ac9b105404039882e8c1cd62c831a140b8993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 15 Nov 2024 08:44:13 +0000 Subject: [PATCH] Accepting request 1224391 from home:glaubitz:branches:devel:languages:python - Update to 0.45.0 * Refactored the ``convert`` command to not need setuptools to be installed * Don't configure setuptools logging unless running ``bdist_wheel`` * Added a redirection from ``wheel.bdist_wheel.bdist_wheel`` to ``setuptools.command.bdist_wheel.bdist_wheel`` to improve compatibility with ``setuptools``' latest fixes. OBS-URL: https://build.opensuse.org/request/show/1224391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=81 --- python-wheel.changes | 10 ++++++++++ python-wheel.spec | 2 +- wheel-0.44.0.tar.gz | 3 --- wheel-0.45.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 wheel-0.44.0.tar.gz create mode 100644 wheel-0.45.0.tar.gz diff --git a/python-wheel.changes b/python-wheel.changes index 38f44eb..354ce6d 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 15 08:22:49 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.45.0 + * Refactored the ``convert`` command to not need setuptools to be installed + * Don't configure setuptools logging unless running ``bdist_wheel`` + * Added a redirection from ``wheel.bdist_wheel.bdist_wheel`` to + ``setuptools.command.bdist_wheel.bdist_wheel`` to improve compatibility with + ``setuptools``' latest fixes. + ------------------------------------------------------------------- Sun Sep 8 13:41:41 UTC 2024 - Dirk Müller diff --git a/python-wheel.spec b/python-wheel.spec index 666a0c4..59c87de 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -32,7 +32,7 @@ %endif %{?sle15_python_module_pythons} Name: python-wheel%{psuffix} -Version: 0.44.0 +Version: 0.45.0 Release: 0 Summary: A built-package format for Python License: MIT diff --git a/wheel-0.44.0.tar.gz b/wheel-0.44.0.tar.gz deleted file mode 100644 index cf0d1ea..0000000 --- a/wheel-0.44.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a98adedb1f4b409c4aa211fbe4bbc1d687a2b7cf66cfe3079fc3140b2e4e0ce1 -size 100556 diff --git a/wheel-0.45.0.tar.gz b/wheel-0.45.0.tar.gz new file mode 100644 index 0000000..9762c72 --- /dev/null +++ b/wheel-0.45.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e7075556cf4956350d1957514f4c03d9d02695dd5af9a47d48a528a52a7cae +size 106835