Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-socketio
Commits: 5b702b4d by Carl Smedstad at 2026-01-03T18:06:39+01:00 upgpkg: 5.16.0-1: Upstream release https://github.com/miguelgrinberg/python-socketio/blob/v5.16.0/CHANGES.md - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-socketio pkgdesc = Python implementation of the Socket.IO realtime server - pkgver = 5.15.0 - pkgrel = 2 + pkgver = 5.16.0 + pkgrel = 1 url = https://github.com/miguelgrinberg/python-socketio arch = any license = MIT @@ -24,11 +24,11 @@ pkgbase = python-socketio depends = python-engineio depends = python-msgpack optdepends = python-tornado: tornado asyncio webserver - source = https://github.com/miguelgrinberg/python-socketio/archive/v5.15.0/python-socketio-5.15.0.tar.gz + source = https://github.com/miguelgrinberg/python-socketio/archive/v5.16.0/python-socketio-5.16.0.tar.gz source = python-socketio-fix-type-error-freezing-tests.patch - sha512sums = 86a7ea13435a7713998796dc31d168753b20782562e8ab8a04b9207ddd46b03ab5e46e2093585d4dbdc2358fe49536b03341050dcbccc306e6164030d9639d3f + sha512sums = febc1d882012dec11a5b17daa2cb676def808ca6b9973c81f9bbfa95f2da4efa8ab4268409ef374eee14153f4c5dc823a61637fb97dd95f46a26a23ff89d8117 sha512sums = dbf2846cfc0193baefdc5a26c58f3378b13a0b18c2a87f0403841a97ed06d795c68c7fd6128429c7bb3edb6e53389a06dbf915028479933c849fcd7ffb8e6729 - b2sums = 2d65a60142f233e541d75606474c9daef92b6c860fa4354d04f4b9df431c2972b4394f0f64449d6bdb902259cadbf844c7505cba78d81b179232e6519a839d74 + b2sums = 61882087706104f6808b4cfc4f6a33c54d840fc97693b1c5a29ab87ba4bce13e1de27b2edff72647795ace5ca9cc59310995fb76d0c9e6bbe48af6867003e4a4 b2sums = 0dbcfe86665a986b422268fd9ffd03c72ba63cf97571078453d085a13b9793ee8552d99c81ed0cf77ea02b71e14252f607dfe7c819bb7b71a77fd258c242c156 pkgname = python-socketio ===================================== PKGBUILD ===================================== @@ -2,11 +2,11 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-socketio -pkgver=5.15.0 -pkgrel=2 +pkgver=5.16.0 +pkgrel=1 pkgdesc='Python implementation of the Socket.IO realtime server' -url='https://github.com/miguelgrinberg/python-socketio' arch=('any') +url='https://github.com/miguelgrinberg/python-socketio' license=('MIT') depends=( 'python' @@ -37,9 +37,9 @@ source=( "$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz" "$pkgname-fix-type-error-freezing-tests.patch" ) -sha512sums=('86a7ea13435a7713998796dc31d168753b20782562e8ab8a04b9207ddd46b03ab5e46e2093585d4dbdc2358fe49536b03341050dcbccc306e6164030d9639d3f' +sha512sums=('febc1d882012dec11a5b17daa2cb676def808ca6b9973c81f9bbfa95f2da4efa8ab4268409ef374eee14153f4c5dc823a61637fb97dd95f46a26a23ff89d8117' 'dbf2846cfc0193baefdc5a26c58f3378b13a0b18c2a87f0403841a97ed06d795c68c7fd6128429c7bb3edb6e53389a06dbf915028479933c849fcd7ffb8e6729') -b2sums=('2d65a60142f233e541d75606474c9daef92b6c860fa4354d04f4b9df431c2972b4394f0f64449d6bdb902259cadbf844c7505cba78d81b179232e6519a839d74' +b2sums=('61882087706104f6808b4cfc4f6a33c54d840fc97693b1c5a29ab87ba4bce13e1de27b2edff72647795ace5ca9cc59310995fb76d0c9e6bbe48af6867003e4a4' '0dbcfe86665a986b422268fd9ffd03c72ba63cf97571078453d085a13b9793ee8552d99c81ed0cf77ea02b71e14252f607dfe7c819bb7b71a77fd258c242c156') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-socketio/-/commit/5b702b4d5da27531ed18697be77f9eacd7ee5e3c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-socketio/-/commit/5b702b4d5da27531ed18697be77f9eacd7ee5e3c You're receiving this email because of your account on gitlab.archlinux.org.
