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