Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
python-trio-websocket


Commits:
dcc18748 by Frederik Schwan at 2025-02-25T14:31:29+01:00
upgpkg: 0.12.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-trio-websocket
        pkgdesc = WebSocket library for Trio
-       pkgver = 0.12.1
+       pkgver = 0.12.2
        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.1.tar.gz
-       sha256sums = 
f1a60e5957ef8f12083f5b135f7878c7dfc15a3c942f8c67f0cf08ced30cbca8
+       source = 
https://github.com/HyperionGray/trio-websocket/archive/refs/tags/0.12.2.tar.gz
+       sha256sums = 
4784c823dbe98e4dc3909b560857c64f5786bca01d00d16f2e3ae37a32a54174
 
 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.1
+pkgver=0.12.2
 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=('f1a60e5957ef8f12083f5b135f7878c7dfc15a3c942f8c67f0cf08ced30cbca8')
+sha256sums=('4784c823dbe98e4dc3909b560857c64f5786bca01d00d16f2e3ae37a32a54174')
 
 build() {
     cd ${pkgname#*-}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-websocket/-/commit/dcc18748ecd0ccb1edf30104d51eb1d64e2ae74e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trio-websocket/-/commit/dcc18748ecd0ccb1edf30104d51eb1d64e2ae74e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to