1
0

Accepting request 1009771 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 0.12.0
  * Improve numpy expression computation speed
  * Decent ICC support (fixing an issue from 2018!)
  * Much faster C++ code generation
  * Complete rework of constant folder
  * Support C++-time evaluation of numpy.ndarray.ndim
  * Improved omp declare reduction support
  * Allow indexing of ndarray by integers of mixed types
  * A lot of small pesty bug fixes in the C++ headers
- Drop patches
  * gcc12-fixes.patch
  * pythran-pr1984-fixdistutils.patch

OBS-URL: https://build.opensuse.org/request/show/1009771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=8
This commit is contained in:
2022-10-11 12:42:02 +00:00
committed by Git OBS Bridge
parent 7c69c9c95f
commit 69fb40c00c
6 changed files with 20 additions and 318 deletions

View File

@@ -45,7 +45,7 @@ ExclusiveArch: x86_64
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-pythran%{psuffix}
Version: 0.11.0
Version: 0.12.0
Release: 0
Summary: Ahead of Time compiler for numeric kernels
License: BSD-3-Clause
@@ -53,9 +53,6 @@ URL: https://github.com/serge-sans-paille/pythran
# Tests are only availble in github archive
Source0: https://github.com/serge-sans-paille/pythran/archive/refs/tags/%{version}.tar.gz#/pythran-%{version}-gh.tar.gz
Source99: python-pythran-rpmlintrc
Patch0: gcc12-fixes.patch
# PATCH-FIX-UPSTREAM pythran-pr1984-fixdistutils.patch gh#serge-sans-paille/pythran#1984
Patch1: pythran-pr1984-fixdistutils.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros