Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-flask-socketio
Commits: eac7eef9 by Carl Smedstad at 2026-01-03T18:07:44+01:00 upgpkg: 5.6.0-1: Upstream release https://github.com/miguelgrinberg/Flask-SocketIO/blob/v5.6.0/CHANGES.md - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-flask-socketio pkgdesc = Socket.IO integration for Flask applications - pkgver = 5.5.1 - pkgrel = 2 + pkgver = 5.6.0 + pkgrel = 1 url = https://github.com/miguelgrinberg/Flask-SocketIO arch = any license = MIT @@ -18,8 +18,8 @@ pkgbase = python-flask-socketio depends = python-simple-websocket depends = python-socketio depends = python-werkzeug - source = https://github.com/miguelgrinberg/Flask-SocketIO/archive/v5.5.1/python-flask-socketio-5.5.1.tar.gz - sha512sums = 3118a70fedeb66a88af17446e8527f9b34a5b7b0f1c062622d5ea89821837b0af84e41a34ff954de9f9fb50fd1c82d1bf99889a13cfbd8ec909c5fc81c1ccb5c - b2sums = 05a018794ee371fc0ced2365d14a395556b321c76f7fd0d91c3475d25fccd18287bd4d495d376c0537d128348b00848c6a86fd9812af0c19d708f00089708cbe + source = https://github.com/miguelgrinberg/Flask-SocketIO/archive/v5.6.0/python-flask-socketio-5.6.0.tar.gz + sha512sums = d8ac2eb1b6718d083d70d816da235faf570c6f13af6623533bd8a61b5a946daf7fe889235eed3fc57f335216291f8af4088f3a1f65dcca0212812a8671ebda60 + b2sums = d31dd17b3f4c5fed2fc5a85cd96e0f6e4892e899a990199079539d4bb38323b1dc47d72f343562bb486ef78f3a37219063d7dbb018c3c293a76302a737129b67 pkgname = python-flask-socketio ===================================== PKGBUILD ===================================== @@ -3,11 +3,11 @@ pkgname=python-flask-socketio _pkgname=Flask-SocketIO -pkgver=5.5.1 -pkgrel=2 +pkgver=5.6.0 +pkgrel=1 pkgdesc='Socket.IO integration for Flask applications' -url='https://github.com/miguelgrinberg/Flask-SocketIO' arch=('any') +url='https://github.com/miguelgrinberg/Flask-SocketIO' license=('MIT') depends=( 'python' @@ -29,8 +29,8 @@ checkdepends=( 'python-redis' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('3118a70fedeb66a88af17446e8527f9b34a5b7b0f1c062622d5ea89821837b0af84e41a34ff954de9f9fb50fd1c82d1bf99889a13cfbd8ec909c5fc81c1ccb5c') -b2sums=('05a018794ee371fc0ced2365d14a395556b321c76f7fd0d91c3475d25fccd18287bd4d495d376c0537d128348b00848c6a86fd9812af0c19d708f00089708cbe') +sha512sums=('d8ac2eb1b6718d083d70d816da235faf570c6f13af6623533bd8a61b5a946daf7fe889235eed3fc57f335216291f8af4088f3a1f65dcca0212812a8671ebda60') +b2sums=('d31dd17b3f4c5fed2fc5a85cd96e0f6e4892e899a990199079539d4bb38323b1dc47d72f343562bb486ef78f3a37219063d7dbb018c3c293a76302a737129b67') build() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-socketio/-/commit/eac7eef9c4f772638b42a0ffb0496ecee2a1b20d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-socketio/-/commit/eac7eef9c4f772638b42a0ffb0496ecee2a1b20d You're receiving this email because of your account on gitlab.archlinux.org.
