Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-httpx-ws
Commits:
ffabccd1 by Antonio Rojas at 2024-12-09T15:18:22+01:00
upgpkg: 0.7.0-1: Update to 0.7.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-httpx-ws
pkgdesc = WebSocket support for HTTPX
- pkgver = 0.6.2
- pkgrel = 2
+ pkgver = 0.7.0
+ 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.2
+ source = git+https://github.com/frankie567/httpx-ws#tag=v0.7.0
source = no-regex-commit.patch
- sha256sums =
52d5bf0a885bbd3127fb438dd0880ab1d4be993ca9dd16dbd21f468cbd4f8d68
+ sha256sums =
a6388de4c29a25217e65922972d0347fd6281132989e872d31a32f9c62be33ae
sha256sums =
015fb328b794b85aa45cefe3fc50e9e82f0263994e678d70055d96e6365fcfd4
pkgname = python-httpx-ws
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=httpx-ws
pkgname=python-$_pyname
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7.0
+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=('52d5bf0a885bbd3127fb438dd0880ab1d4be993ca9dd16dbd21f468cbd4f8d68'
+sha256sums=('a6388de4c29a25217e65922972d0347fd6281132989e872d31a32f9c62be33ae'
'015fb328b794b85aa45cefe3fc50e9e82f0263994e678d70055d96e6365fcfd4')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-ws/-/commit/ffabccd1b99a2f73fd6bc7299ad958de93d73b72
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-ws/-/commit/ffabccd1b99a2f73fd6bc7299ad958de93d73b72
You're receiving this email because of your account on gitlab.archlinux.org.