diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-annoy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /annoy-1.17.1.tar.gz +/annoy-1.17.2.tar.gz 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 @@ -1 +1 @@ -5b7239c506f3f09b6fffd7caea8a7adf annoy-1.17.1.tar.gz +3a858dd08ae9e1073f7043d304d31255 annoy-1.17.2.tar.gz |