Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
python-trio-websocket
Commits:
1c8dde79 by Frederik Schwan at 2025-02-17T22:15:45+01:00
upgpkg: 0.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-trio-websocket
pkgdesc = WebSocket library for Trio
- pkgver = 0.12.0
+ pkgver = 0.12.1
pkgrel = 1
url = https://github.com/HyperionGray/trio-websocket
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-trio-websocket
depends = python
depends = python-trio
depends = python-wsproto
- source =
https://github.com/HyperionGray/trio-websocket/archive/refs/tags/0.12.0.tar.gz
- sha256sums =
eb0aabdc22a25585257473172336b3d9e1661f6a672541134e5d6de7020102cf
+ source =
https://github.com/HyperionGray/trio-websocket/archive/refs/tags/0.12.1.tar.gz
+ sha256sums =
f1a60e5957ef8f12083f5b135f7878c7dfc15a3c942f8c67f0cf08ced30cbca8
pkgname = python-trio-websocket
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Michał Wojdyła < micwoj9292 at gmail dot com >
pkgname=python-trio-websocket
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="WebSocket library for Trio"
arch=('any')
@@ -12,7 +12,7 @@ license=(MIT)
depends=(python "python-"{trio,wsproto})
makedepends=("python-"{build,installer,setuptools,wheel})
source=(https://github.com/HyperionGray/trio-websocket/archive/refs/tags/${pkgver}.tar.gz)
-sha256sums=('eb0aabdc22a25585257473172336b3d9e1661f6a672541134e5d6de7020102cf')
+sha256sums=('f1a60e5957ef8f12083f5b135f7878c7dfc15a3c942f8c67f0cf08ced30cbca8')
build() {
cd ${pkgname#*-}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-websocket/-/commit/1c8dde792eddf35ff0c8f0870e74cb3c2d1e9e3c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-websocket/-/commit/1c8dde792eddf35ff0c8f0870e74cb3c2d1e9e3c
You're receiving this email because of your account on gitlab.archlinux.org.