Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: e808f5f7 by Robin Candau at 2026-01-02T14:56:21+01:00 upgpkg: 6.12.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v6.12.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 6.11.0 + pkgver = 6.12.0 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -18,7 +18,7 @@ pkgbase = python-textual depends = python-markdown-it-py depends = python-typing_extensions depends = python-platformdirs - source = textual-6.11.0.tar.gz::https://github.com/Textualize/textual/archive/v6.11.0.tar.gz - sha512sums = 5df69d036a95d299916006ad75a312a6d40572fd0fd381d95a5d4a92bea7af45c615c6192b5387de0f6d2af508920529842d0a061e23951b8ff337c25a26c637 + source = textual-6.12.0.tar.gz::https://github.com/Textualize/textual/archive/v6.12.0.tar.gz + sha512sums = c172812da66087acf7a99ec667a05d8c7781123f0015e1e3ce9985d2b8a49d81405ed475a01fa3b7de46f412c03353826820df006d34fd3a85c19333df229554 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=6.11.0 +pkgver=6.12.0 pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) @@ -15,7 +15,7 @@ depends=(python python-rich python-markdown-it-py python-typing_extensions pytho makedepends=(python-build python-installer python-poetry-core) checkdepends=(python-pytest-asyncio python-time-machine python-linkify-it-py python-pytest-xdist python-pytest-textual-snapshot) source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('5df69d036a95d299916006ad75a312a6d40572fd0fd381d95a5d4a92bea7af45c615c6192b5387de0f6d2af508920529842d0a061e23951b8ff337c25a26c637') +sha512sums=('c172812da66087acf7a99ec667a05d8c7781123f0015e1e3ce9985d2b8a49d81405ed475a01fa3b7de46f412c03353826820df006d34fd3a85c19333df229554') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e808f5f7989ac26377fd32fbd0448828b863b2ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e808f5f7989ac26377fd32fbd0448828b863b2ca You're receiving this email because of your account on gitlab.archlinux.org.
