Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-elastic-transport


Commits:
7046265e by Carl Smedstad at 2025-01-08T09:12:01+01:00
upgpkg: 8.17.0-1: Upstream release

https://github.com/elastic/elastic-transport-python/releases/tag/v8.17.0

- - - - -


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 = 8.15.1
-       pkgrel = 3
+       pkgver = 8.17.0
+       pkgrel = 1
        url = https://github.com/elastic/elastic-transport-python
        arch = any
        license = Apache-2.0
@@ -22,9 +22,9 @@ pkgbase = python-elastic-transport
        depends = python-orjson
        depends = python-requests
        depends = python-urllib3
-       source = 
python-elastic-transport-8.15.1.tar.gz::https://github.com/elastic/elastic-transport-python/archive/v8.15.1.tar.gz
-       source = remove_tests_incompatible_with_httpcore_1.0.6.patch
-       sha256sums = 
9bc0aa1b94cc0761efeceac5f0ba1d7dd19bf8b5571d863ca49c6b2f212db75c
-       sha256sums = 
c6e0f55c5ce4bd412a7644e1ab54b1b29dd2315fecdd5a0ed1a410942ba91798
+       source = 
python-elastic-transport-8.17.0.tar.gz::https://github.com/elastic/elastic-transport-python/archive/v8.17.0.tar.gz
+       source = 
httpx-0.28-compatibility.patch::https://github.com/elastic/elastic-transport-python/commit/f2208774c9d1c887fde9b87e5a784772f9a8826b.patch
+       sha256sums = 
58dd66a35cf11577e017d2ffb2d85b53523a0f3faa7f89b4b54882987afcdcb4
+       sha256sums = 
e8778b929f2de2e718be5c4d67d8f804d433750e55001fde242c4fd682265a99
 
 pkgname = python-elastic-transport


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 pkgname=python-elastic-transport
 _pkgname=elastic-transport-python
-pkgver=8.15.1
-pkgrel=3
+pkgver=8.17.0
+pkgrel=1
 pkgdesc="Transport classes and utilities shared among Python Elastic client 
libraries"
 arch=(any)
 url="https://github.com/elastic/elastic-transport-python";
@@ -31,16 +31,17 @@ checkdepends=(
   python-respx
   python-trustme
 )
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-        'remove_tests_incompatible_with_httpcore_1.0.6.patch')
-sha256sums=('9bc0aa1b94cc0761efeceac5f0ba1d7dd19bf8b5571d863ca49c6b2f212db75c'
-            'c6e0f55c5ce4bd412a7644e1ab54b1b29dd2315fecdd5a0ed1a410942ba91798')
+source=(
+  "$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+  # https://github.com/elastic/elastic-transport-python/pull/222
+  
"httpx-0.28-compatibility.patch::$url/commit/f2208774c9d1c887fde9b87e5a784772f9a8826b.patch"
+)
+sha256sums=('58dd66a35cf11577e017d2ffb2d85b53523a0f3faa7f89b4b54882987afcdcb4'
+            'e8778b929f2de2e718be5c4d67d8f804d433750e55001fde242c4fd682265a99')
 
 prepare() {
   cd $_pkgname-$pkgver
-  # Temporarily remove httpcore / httpx related tests due to incompatibilities 
with httpcore >= 1.0.6
-  # See 
https://github.com/encode/httpx/discussions/3214#discussioncomment-10830925
-  patch -Np1 -i $srcdir/remove_tests_incompatible_with_httpcore_1.0.6.patch
+  patch -Np1 -i ../httpx-0.28-compatibility.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-elastic-transport/-/commit/7046265edc275dc491c58cadbd94b527a3e7c1f9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-elastic-transport/-/commit/7046265edc275dc491c58cadbd94b527a3e7c1f9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to