diff --git a/python-wheel.changes b/python-wheel.changes index a4a6470..86b5dae 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 4 03:35:21 UTC 2023 - Martin Schreiner + +- Update to 0.41.2: + - Changes from 0.41.2: + * Fixed platform tag detection for GraalPy and 32-bit python + running on an aarch64 kernel + * Fixed wheel tags to not list directories in RECORD files + * Fixed ABI tag generation for GraalPy + - Changes from 0.41.1: + * Fixed naming of the data_dir directory in the presence of local + version segment given via egg_info.tag_build + * Fixed version specifiers in Requires-Dist being wrapped in + parentheses + - Changes from 0.41.0: + * Added full support of the build tag syntax to wheel tags + * Fixed warning on Python 3.12 about onerror deprecation + * Support testing on Python 3.12 betas + ------------------------------------------------------------------- Thu May 4 21:13:24 UTC 2023 - Matej Cepl diff --git a/python-wheel.spec b/python-wheel.spec index f6b40d9..7c70502 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -32,7 +32,7 @@ %endif %{?sle15_python_module_pythons} Name: python-wheel%{psuffix} -Version: 0.40.0 +Version: 0.41.2 Release: 0 Summary: A built-package format for Python License: MIT diff --git a/wheel-0.40.0.tar.gz b/wheel-0.40.0.tar.gz deleted file mode 100644 index 6a8c1af..0000000 --- a/wheel-0.40.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef5fd1a211b34028d72fd3037692db8301dc2bc5e82646fded18cddf5af1ae9 -size 96370 diff --git a/wheel-0.41.2.tar.gz b/wheel-0.41.2.tar.gz new file mode 100644 index 0000000..f774bc2 --- /dev/null +++ b/wheel-0.41.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383cdc7331f5e146bdf6e19b826bfa6c0afc4f4ab80a1cd24f42edd21a263fb4 +size 98265