Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-elastic-transport
Commits:
805cca96 by Antonio Rojas at 2025-12-26T14:03:43+01:00
upgpkg: 9.2.0-4: Add missing dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-elastic-transport
pkgdesc = Transport classes and utilities shared among Python Elastic
client libraries
pkgver = 9.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/elastic/elastic-transport-python
arch = any
license = Apache-2.0
@@ -23,6 +23,7 @@ pkgbase = python-elastic-transport
depends = python-httpx
depends = python-orjson
depends = python-requests
+ depends = python-sniffio
depends = python-urllib3
source =
python-elastic-transport-9.2.0.tar.gz::https://github.com/elastic/elastic-transport-python/archive/v9.2.0.tar.gz
sha256sums =
98a47630facd0f5a36208a8f177bcda950465b6a940b4d896e4b6dcb6a621bf8
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-elastic-transport
_pkgname=elastic-transport-python
pkgver=9.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Transport classes and utilities shared among Python Elastic client
libraries"
arch=(any)
url="https://github.com/elastic/elastic-transport-python"
@@ -15,6 +15,7 @@ depends=(
python-httpx
python-orjson
python-requests
+ python-sniffio
python-urllib3
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-elastic-transport/-/commit/805cca960d351aaa54288408a6765e595677b690
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-elastic-transport/-/commit/805cca960d351aaa54288408a6765e595677b690
You're receiving this email because of your account on gitlab.archlinux.org.