From 9b9d2b6f27eb380f3b4ab4f06673a8113b15a032 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 12:59:49 +0000 Subject: automatic import of python-annoy --- python-annoy.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python-annoy.spec') 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 `__ 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 `__ 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 - 1.17.1-1 +* Fri Apr 21 2023 Python_Bot - 1.17.2-1 - Package Spec generated -- cgit v1.2.3