Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-httpx-ws
Commits:
075fa48f by Antonio Rojas at 2025-09-20T19:11:27+02:00
upgpkg: 0.8.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-httpx-ws
pkgdesc = WebSocket support for HTTPX
- pkgver = 0.7.2
+ pkgver = 0.8.0
pkgrel = 1
url = https://frankie567.github.io/httpx-ws/
arch = any
@@ -19,9 +19,9 @@ pkgbase = python-httpx-ws
depends = python-httpcore
depends = python-httpx
depends = python-wsproto
- source = git+https://github.com/frankie567/httpx-ws#tag=v0.7.2
+ source = git+https://github.com/frankie567/httpx-ws#tag=v0.8.0
source = no-regex-commit.patch
- sha256sums =
72e212b8406778949ed515962e286af263310765c36d8ac3c1f3bdc9d44b7fa7
+ sha256sums =
39e48dc856c63d09348be22e3f0c37ada7cc303624554c0a17318b72521424c3
sha256sums =
015fb328b794b85aa45cefe3fc50e9e82f0263994e678d70055d96e6365fcfd4
pkgname = python-httpx-ws
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=httpx-ws
pkgname=python-$_pyname
-pkgver=0.7.2
+pkgver=0.8.0
pkgrel=1
pkgdesc='WebSocket support for HTTPX'
arch=(any)
@@ -24,7 +24,7 @@ checkdepends=(python-pytest
uvicorn)
source=(git+https://github.com/frankie567/httpx-ws#tag=v$pkgver
no-regex-commit.patch)
-sha256sums=('72e212b8406778949ed515962e286af263310765c36d8ac3c1f3bdc9d44b7fa7'
+sha256sums=('39e48dc856c63d09348be22e3f0c37ada7cc303624554c0a17318b72521424c3'
'015fb328b794b85aa45cefe3fc50e9e82f0263994e678d70055d96e6365fcfd4')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-ws/-/commit/075fa48fc919094fb5ab9a0642eb07fdf83a4065
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-ws/-/commit/075fa48fc919094fb5ab9a0642eb07fdf83a4065
You're receiving this email because of your account on gitlab.archlinux.org.