summaryrefslogtreecommitdiff
path: root/python-annoy.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-annoy.spec')
-rw-r--r--python-annoy.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/python-annoy.spec b/python-annoy.spec
index 1681141..13f76cd 100644
--- a/python-annoy.spec
+++ b/python-annoy.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-annoy
-Version: 1.17.1
+Version: 1.17.2
Release: 1
Summary: Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.
License: Apache License 2.0
URL: https://github.com/spotify/annoy
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ca/cf/ff4e0007cf66a0699d2222a3dbf7b66f187e4a8fd082306e220c560241fc/annoy-1.17.1.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/10/a4/7eca0b62727d648fdfb8782fd727ee9b3258b5afbab9d3d574b83db4e50f/annoy-1.17.2.tar.gz
BuildArch: noarch
@@ -28,7 +28,7 @@ Provides: python3-annoy-doc
Annoy (`Approximate Nearest Neighbors <http://en.wikipedia.org/wiki/Nearest_neighbor_search#Approximate_nearest_neighbor>`__ Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are `mmapped <https://en.wikipedia.org/wiki/Mmap>`__ into memory so that many processes may share the same data.
%prep
-%autosetup -n annoy-1.17.1
+%autosetup -n annoy-1.17.2
%build
%py3_build
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.17.1-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.17.2-1
- Package Spec generated