Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 690f9a54 by Robin Candau at 2026-03-04T11:44:17+01:00 upgpkg: 8.0.2-1: New upstream release https://github.com/Textualize/textual/releases/tag/v8.0.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 8.0.1 + pkgver = 8.0.2 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.0.1.tar.gz::https://github.com/Textualize/textual/archive/v8.0.1.tar.gz - sha512sums = 83d0aad92db0d1ef2b68ca042f19a482a1962b438fd740a25857fafd492c532532d12322948f1cbaab3090745def6dcec8327ed636b94c75bd5730bda9d1302c + source = textual-8.0.2.tar.gz::https://github.com/Textualize/textual/archive/v8.0.2.tar.gz + sha512sums = ea19dec1a935d5159fccbd72749f8460021e0c43da306fc5402fbc78ce6224efeb10a796b882943c1461727cbf2a14efda0dee7f96048591f10f29a5a6df6506 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=8.0.1 +pkgver=8.0.2 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=('83d0aad92db0d1ef2b68ca042f19a482a1962b438fd740a25857fafd492c532532d12322948f1cbaab3090745def6dcec8327ed636b94c75bd5730bda9d1302c') +sha512sums=('ea19dec1a935d5159fccbd72749f8460021e0c43da306fc5402fbc78ce6224efeb10a796b882943c1461727cbf2a14efda0dee7f96048591f10f29a5a6df6506') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/690f9a54a718a920dc663bb89503104c78f16097 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/690f9a54a718a920dc663bb89503104c78f16097 You're receiving this email because of your account on gitlab.archlinux.org.
