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:           Fri May 24 16:51:44 UTC 2024

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

Log Message:
py-elasticsearch: updated to 8.13.2

8.13.2 (2024-05-24)

Added the ml.update_trained_model_deployment API
Marked Requests 2.32.2 as incompatible with the Elasticsearch client

8.13.1 (2024-05-03)

Added force_synthetic_source to the Get API
Added wait_for_completion to the Create trained model API
Added typed_keys to the Query API key information API

8.13.0 (2024-03-22)

Added native OpenTelemetry support
Added optional orjson (a fast, correct JSON library) serialization support
Added the text_structure.test_grok_pattern API
Added the indices.resolve_cluster API
Renamed the model_id parameter to inference_id in the inference APIs
Changed all synonyms APIs from experimental to stable.
Fixed API key documentation


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

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.21 pkgsrc/databases/py-elasticsearch/Makefile:1.22
--- pkgsrc/databases/py-elasticsearch/Makefile:1.21     Thu Feb 22 12:07:12 2024
+++ pkgsrc/databases/py-elasticsearch/Makefile  Fri May 24 16:51:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/02/22 12:07:12 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/05/24 16:51:43 adam Exp $
 
-DISTNAME=      elasticsearch-8.12.1
+DISTNAME=      elasticsearch-8.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elasticsearch/}
@@ -12,7 +12,7 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-elastic-transport>=8:../../databases/py-elastic-transport
+DEPENDS+=      ${PYPKGPREFIX}-elastic-transport>=8.13:../../databases/py-elastic-transport
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/databases/py-elasticsearch/distinfo
diff -u pkgsrc/databases/py-elasticsearch/distinfo:1.21 pkgsrc/databases/py-elasticsearch/distinfo:1.22
--- pkgsrc/databases/py-elasticsearch/distinfo:1.21     Thu Feb 22 12:07:12 2024
+++ pkgsrc/databases/py-elasticsearch/distinfo  Fri May 24 16:51:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/02/22 12:07:12 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/05/24 16:51:43 adam Exp $
 
-BLAKE2s (elasticsearch-8.12.1.tar.gz) = d74e976c6d1a2058b3cc60d9249e64cc9d2e8cb5b13622c56533698fa4d19a4c
-SHA512 (elasticsearch-8.12.1.tar.gz) = 196f4466f643a5a8c8cc19231988c30f2a0438a8fefe5e91cbd397b8aab60c732a96a4dabc7a0e2abe784c24c78570f6e71b6b871f3c8cd2dfb7d3e3918f7d29
-Size (elasticsearch-8.12.1.tar.gz) = 345835 bytes
+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

Index: pkgsrc/databases/py-elasticsearch/PLIST
diff -u pkgsrc/databases/py-elasticsearch/PLIST:1.10 pkgsrc/databases/py-elasticsearch/PLIST:1.11
--- pkgsrc/databases/py-elasticsearch/PLIST:1.10        Fri Jan 19 19:59:40 2024
+++ pkgsrc/databases/py-elasticsearch/PLIST     Fri May 24 16:51:43 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/01/19 19:59:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/05/24 16:51:43 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
@@ -137,6 +137,9 @@ ${PYSITELIB}/elasticsearch/_async/client
 ${PYSITELIB}/elasticsearch/_async/helpers.py
 ${PYSITELIB}/elasticsearch/_async/helpers.pyc
 ${PYSITELIB}/elasticsearch/_async/helpers.pyo
+${PYSITELIB}/elasticsearch/_otel.py
+${PYSITELIB}/elasticsearch/_otel.pyc
+${PYSITELIB}/elasticsearch/_otel.pyo
 ${PYSITELIB}/elasticsearch/_sync/__init__.py
 ${PYSITELIB}/elasticsearch/_sync/__init__.pyc
 ${PYSITELIB}/elasticsearch/_sync/__init__.pyo
@@ -287,6 +290,42 @@ ${PYSITELIB}/elasticsearch/helpers/actio
 ${PYSITELIB}/elasticsearch/helpers/errors.py
 ${PYSITELIB}/elasticsearch/helpers/errors.pyc
 ${PYSITELIB}/elasticsearch/helpers/errors.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/__init__.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/__init__.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/__init__.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/__init__.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/__init__.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/__init__.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/_utils.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/_utils.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/_utils.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/embedding_service.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/embedding_service.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/embedding_service.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/strategies.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/strategies.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/strategies.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/vectorstore.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/vectorstore.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_async/vectorstore.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/__init__.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/__init__.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/__init__.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/_utils.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/_utils.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/_utils.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/embedding_service.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/embedding_service.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/embedding_service.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/strategies.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/strategies.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/strategies.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/vectorstore.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/vectorstore.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_sync/vectorstore.pyo
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_utils.py
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_utils.pyc
+${PYSITELIB}/elasticsearch/helpers/vectorstore/_utils.pyo
 ${PYSITELIB}/elasticsearch/py.typed
 ${PYSITELIB}/elasticsearch/serializer.py
 ${PYSITELIB}/elasticsearch/serializer.pyc



Home | Main Index | Thread Index | Old Index