15
0
forked from pool/python-datrie

Accepting request 1177289 from home:glaubitz:branches:devel:languages:python

- Cherry-pick upstream patch to fix build with GCC 14
  * https://github.com/pytries/datrie/pull/99.patch

OBS-URL: https://build.opensuse.org/request/show/1177289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=24
This commit is contained in:
2024-05-28 15:14:52 +00:00
committed by Git OBS Bridge
parent dab90c0c82
commit 9e28b19537
3 changed files with 31 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ License: LGPL-2.1-or-later
URL: https://github.com/kmike/datrie
Source: https://files.pythonhosted.org/packages/source/d/datrie/datrie-%{version}.tar.gz
Patch0: datrie-bigendian.patch
# PATCH-FIX-UPSTREAM - Fix AlphaMap definition in cdatrie.pxd
Patch1: https://github.com/pytries/datrie/pull/99.patch
BuildRequires: %{python_module Cython >= 0.26.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}