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:
Dirk Mueller 2023-09-04 07:44:54 +00:00 committed by Git OBS Bridge
parent 0308215b1c
commit b16c715db4
4 changed files with 23 additions and 4 deletions

View File

@ -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>

View File

@ -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)

Binary file not shown.

BIN
wheel-0.41.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.