From 3ec23cb13c02471cfa124a085d13af83349723c9b7672c9407432f5adce0276c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 19 Apr 2021 02:35:49 +0000 Subject: [PATCH] - Don't build on Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annoy?expand=0&rev=22 --- python-annoy.changes | 5 +++++ python-annoy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-annoy.changes b/python-annoy.changes index a21aa75..b762162 100644 --- a/python-annoy.changes +++ b/python-annoy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 19 02:28:02 UTC 2021 - Steve Kowalik + +- Don't build on Python 3.6 due to no NumPy. + ------------------------------------------------------------------- Wed Jan 20 15:12:43 UTC 2021 - Markéta Machová diff --git a/python-annoy.spec b/python-annoy.spec index 3fa9a91..406ac1f 100644 --- a/python-annoy.spec +++ b/python-annoy.spec @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-annoy Version: 1.17.0 Release: 0 Summary: Approximation of Nearest Neighbors License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/spotify/annoy Source: https://github.com/spotify/annoy/archive/v%{version}.tar.gz # PATCH-FIX-OPENSUSE boo#1100677