Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-httpx-ws
Commits:
450d1a09 by Antonio Rojas at 2024-10-05T20:33:11+02:00
upgpkg: 0.6.1-1: Update to 0.6.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-httpx-ws
pkgdesc = WebSocket support for HTTPX
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://frankie567.github.io/httpx-ws/
arch = any
license = MIT
@@ -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.6.0
+ source = git+https://github.com/frankie567/httpx-ws#tag=v0.6.1
source = no-regex-commit.patch
- sha256sums =
40092f1d7beb6dd6362ebba91a17d84ac0a1227687303863c8a56021665f271e
+ sha256sums =
4eefeecfa4a25246b1c1983c64cc962e28eeaa688118bd1a546265d7f1440141
sha256sums =
015fb328b794b85aa45cefe3fc50e9e82f0263994e678d70055d96e6365fcfd4
pkgname = python-httpx-ws
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=httpx-ws
pkgname=python-$_pyname
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc='WebSocket support for HTTPX'
arch=(any)
url='https://frankie567.github.io/httpx-ws/'
@@ -24,7 +24,7 @@ checkdepends=(python-pytest
uvicorn)
source=(git+https://github.com/frankie567/httpx-ws#tag=v$pkgver
no-regex-commit.patch)
-sha256sums=('40092f1d7beb6dd6362ebba91a17d84ac0a1227687303863c8a56021665f271e'
+sha256sums=('4eefeecfa4a25246b1c1983c64cc962e28eeaa688118bd1a546265d7f1440141'
'015fb328b794b85aa45cefe3fc50e9e82f0263994e678d70055d96e6365fcfd4')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-ws/-/commit/450d1a095677a5072fc2ab28c706bd2f191135f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-ws/-/commit/450d1a095677a5072fc2ab28c706bd2f191135f1
You're receiving this email because of your account on gitlab.archlinux.org.