15
0
forked from pool/python-annoy

Accepting request 765053 from home:mcalabkova:branches:devel:languages:python

- update to 1.16.3
  * some error message improvements
  * doing more stack allocations instead of heap
  * fixes to a few tests that were failing on other platforms
- Rebase patch reproducible.patch

OBS-URL: https://build.opensuse.org/request/show/765053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annoy?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-01-16 19:26:07 +00:00
committed by Git OBS Bridge
parent 84991ed546
commit c7b41ed25a
5 changed files with 23 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-annoy
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-annoy
Version: 1.16.0
Version: 1.16.3
Release: 0
Summary: Approximation of Nearest Neighbors
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/spotify/annoy
URL: https://github.com/spotify/annoy
Source: https://github.com/spotify/annoy/archive/v%{version}.tar.gz
# PATCH-FIX-OPENSUSE boo#1100677
Patch0: reproducible.patch