Accepting request 943796 from devel:languages:python

- update to 0.29.26:
  * An incompatibility with CPython 3.11.0a3 was resolved.
  * The ``in`` operator failed on literal lists with starred
    expressions.
  * A C compiler warning in PyPy about a missing struct field
    initialisation was resolved.

OBS-URL: https://build.opensuse.org/request/show/943796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2022-01-07 11:44:34 +00:00 committed by Git OBS Bridge
commit 8d586f6db6
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a87cbe3756e7c464acf3e9420d8741e62d3b2eace0846cb39f664ad378aab284
size 2079062

3
Cython-0.29.26.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af377d543a762867da11fcf6e558f7a4a535ff8693f30cce123fab10c00fa312
size 2079448

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 4 15:59:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.29.26:
* An incompatibility with CPython 3.11.0a3 was resolved.
* The ``in`` operator failed on literal lists with starred
expressions.
* A C compiler warning in PyPy about a missing struct field
initialisation was resolved.
-------------------------------------------------------------------
Mon Dec 6 20:16:04 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Cython
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Cython
Version: 0.29.25
Version: 0.29.26
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0