Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 5618c8d7 by Robin Candau at 2026-05-19T18:23:29+02:00 upgpkg: 8.2.7-1: New upstream release https://github.com/Textualize/textual/releases/tag/v8.2.7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 8.2.6 + pkgver = 8.2.7 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -18,7 +18,7 @@ pkgbase = python-textual depends = python-linkify-it-py depends = python-typing_extensions depends = python-platformdirs - source = textual-8.2.6.tar.gz::https://github.com/Textualize/textual/archive/v8.2.6.tar.gz - sha512sums = 90ff5e12939174620cddc95d28692e90d24935a74e57b3dfc5362d6ab65ddaaca01acb2e90a621804dba8a66860b5fab7e622a8e8c74e945751d7248cc430b0e + source = textual-8.2.7.tar.gz::https://github.com/Textualize/textual/archive/v8.2.7.tar.gz + sha512sums = 64cafd157feb0d92ffac4659eb0cf9be2e1863522db14464e86d9599c9fa1eebbb7ae39dcc5f3077f5f15d31cdb97599dc9f334a320eea5f83fef71d603a8041 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=8.2.6 +pkgver=8.2.7 pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) @@ -15,7 +15,7 @@ depends=(python python-rich python-markdown-it-py python-linkify-it-py python-ty makedepends=(python-build python-installer python-poetry-core) checkdepends=(python-pytest-asyncio python-time-machine python-pytest-xdist python-pytest-textual-snapshot) source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('90ff5e12939174620cddc95d28692e90d24935a74e57b3dfc5362d6ab65ddaaca01acb2e90a621804dba8a66860b5fab7e622a8e8c74e945751d7248cc430b0e') +sha512sums=('64cafd157feb0d92ffac4659eb0cf9be2e1863522db14464e86d9599c9fa1eebbb7ae39dcc5f3077f5f15d31cdb97599dc9f334a320eea5f83fef71d603a8041') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/5618c8d7048e5ca65df583c8f7b3fe36f3688658 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/5618c8d7048e5ca65df583c8f7b3fe36f3688658 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
