forked from pool/python-wheel
Accepting request 1108768 from home:mschreiner:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1108768 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=71
This commit is contained in:
parent
0308215b1c
commit
b16c715db4
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 03:35:21 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
BIN
wheel-0.40.0.tar.gz
(Stored with Git LFS)
BIN
wheel-0.40.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
wheel-0.41.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
wheel-0.41.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user