Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 4b64e1e1 by Robin Candau at 2025-12-01T22:08:48+01:00 upgpkg: 6.7.1-1: New upstream release https://github.com/Textualize/textual/releases/tag/v6.7.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 6.7.0 + pkgver = 6.7.1 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.7.0.tar.gz::https://github.com/Textualize/textual/archive/v6.7.0.tar.gz - sha512sums = af89af443063eff6fa9ed06c76739eba8948e553aeb92f87344eea2ac36ed317309add1bd41f3f7ee5bafc4263e11e2c7d5bb21984294a087fb6b367221ebdfc + source = textual-6.7.1.tar.gz::https://github.com/Textualize/textual/archive/v6.7.1.tar.gz + sha512sums = 722a9aa4b6a460587bdb7a46ea116c1e9bb275cec5ad7fb66430290c072c9eb7405be36c0b5ad46e4a7d8b151003c000d7ad06656f6cb6b7ecca8f6dce539951 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=6.7.0 +pkgver=6.7.1 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=('af89af443063eff6fa9ed06c76739eba8948e553aeb92f87344eea2ac36ed317309add1bd41f3f7ee5bafc4263e11e2c7d5bb21984294a087fb6b367221ebdfc') +sha512sums=('722a9aa4b6a460587bdb7a46ea116c1e9bb275cec5ad7fb66430290c072c9eb7405be36c0b5ad46e4a7d8b151003c000d7ad06656f6cb6b7ecca8f6dce539951') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/4b64e1e1840339df07d15713b7501275bcb0703b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/4b64e1e1840339df07d15713b7501275bcb0703b You're receiving this email because of your account on gitlab.archlinux.org.
