From 033af777f12d8181a52017564d25eda5ec6a740d2b3300970707e662b6c0e605 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 6 Sep 2023 18:46:32 +0000 Subject: [PATCH] - fix cython buildrequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-murmurhash?expand=0&rev=6 --- python-murmurhash.changes | 5 +++++ python-murmurhash.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-murmurhash.changes b/python-murmurhash.changes index dc79f7d..0cbe045 100644 --- a/python-murmurhash.changes +++ b/python-murmurhash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 6 18:45:48 UTC 2023 - Dirk Müller + +- fix cython buildrequires + ------------------------------------------------------------------- Wed Aug 30 12:31:05 UTC 2023 - Matej Cepl diff --git a/python-murmurhash.spec b/python-murmurhash.spec index 912c239..f2f32ef 100644 --- a/python-murmurhash.spec +++ b/python-murmurhash.spec @@ -24,8 +24,7 @@ Summary: Cython bindings for MurmurHash License: MIT URL: https://github.com/explosion/murmurhash Source: https://files.pythonhosted.org/packages/source/m/murmurhash/murmurhash-%{version}.tar.gz -# seledtion cython >= 3 is to prefer the latest release. It may not be mandatory if version 3 or newer isn't available. -BuildRequires: %{python_module cython >= 3.0} +BuildRequires: %{python_module Cython >= 3} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}