pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-elasticsearch



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 18 12:32:37 UTC 2024

Modified Files:
        pkgsrc/databases/py-elasticsearch: Makefile distinfo

Log Message:
py-elasticsearch: updated to 8.14.0

8.14.0 (2024-06-06)

Fixed node_pool_class override
Added retriever to the Search API
Added deprecated and removed allow_auto_create from the Create or update component template API
Added allow_auto_create, cause, deprecated, ignore_missing_component_templates and master_timeout to the Create or update index template API
Added cause, removed flat_settings and timeout from the Create or update index template legacy API
Removed various unsupported parameters from the Simulate index API
Added various supported paramters to the Simulate index template API
Added the completion and rerank task types to the Inference APIs
Added the query and timeout parameters to the Perform inference API
Added typed_keys to the Search Application Search API
Added with_profile_uid to the Get API key information and Query API key information APIs


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-elasticsearch/Makefile \
    pkgsrc/databases/py-elasticsearch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-elasticsearch/Makefile
diff -u pkgsrc/databases/py-elasticsearch/Makefile:1.22 pkgsrc/databases/py-elasticsearch/Makefile:1.23
--- pkgsrc/databases/py-elasticsearch/Makefile:1.22     Fri May 24 16:51:43 2024
+++ pkgsrc/databases/py-elasticsearch/Makefile  Tue Jun 18 12:32:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/05/24 16:51:43 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/06/18 12:32:37 adam Exp $
 
-DISTNAME=      elasticsearch-8.13.2
+DISTNAME=      elasticsearch-8.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elasticsearch/}
Index: pkgsrc/databases/py-elasticsearch/distinfo
diff -u pkgsrc/databases/py-elasticsearch/distinfo:1.22 pkgsrc/databases/py-elasticsearch/distinfo:1.23
--- pkgsrc/databases/py-elasticsearch/distinfo:1.22     Fri May 24 16:51:43 2024
+++ pkgsrc/databases/py-elasticsearch/distinfo  Tue Jun 18 12:32:37 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/05/24 16:51:43 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/06/18 12:32:37 adam Exp $
 
-BLAKE2s (elasticsearch-8.13.2.tar.gz) = 28cb8f96ba5f038f306b60aa0d15502bc3269216629edb4fd2fc0641b7ecacad
-SHA512 (elasticsearch-8.13.2.tar.gz) = 43b14c9ed2afec3fd8e9f8d709193a7943c0f5c49f72d4121b43faa3044a289f657c2e699e412ae7886b9529097074ce72c2950f1b9dda0cae9b79474cbefd3d
-Size (elasticsearch-8.13.2.tar.gz) = 379737 bytes
+BLAKE2s (elasticsearch-8.14.0.tar.gz) = 45de2a0520ba2d7608bf0ca3487172d1f476cb397a559ddbfbd0554d7bbc68cd
+SHA512 (elasticsearch-8.14.0.tar.gz) = 2b04b55c70c57cdf727b6ed0760c9210504f000be8567154ce2430b3ef57f3c059c47a2271e17e3f5a53ca557a2b6bfad5edd992cac651446fbc653e545b8a40
+Size (elasticsearch-8.14.0.tar.gz) = 382506 bytes



Home | Main Index | Thread Index | Old Index