Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 5fddee75 by Robin Candau at 2026-01-11T11:31:25+01:00 upgpkg: 7.1.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v7.1.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 7.0.1 + pkgver = 7.1.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-7.0.1.tar.gz::https://github.com/Textualize/textual/archive/v7.0.1.tar.gz - sha512sums = 44b1a99f68211b684fc2954efcd1889970a75008caa1cc8f0f55b887c8157daa31b74b4882f54a900197791afdca9c7052d3a812965906c81e1204063d35bf79 + source = textual-7.1.0.tar.gz::https://github.com/Textualize/textual/archive/v7.1.0.tar.gz + sha512sums = 84fdcacb17287fe72c2ea5c5ca9e22d0d48d880b219c9588432f77dc05796f4d45c744b08c0b4dbaf64c628ec501ab5485f9bb6083e94ef0ad052d60e4405495 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=7.0.1 +pkgver=7.1.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=('44b1a99f68211b684fc2954efcd1889970a75008caa1cc8f0f55b887c8157daa31b74b4882f54a900197791afdca9c7052d3a812965906c81e1204063d35bf79') +sha512sums=('84fdcacb17287fe72c2ea5c5ca9e22d0d48d880b219c9588432f77dc05796f4d45c744b08c0b4dbaf64c628ec501ab5485f9bb6083e94ef0ad052d60e4405495') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/5fddee750cc30ce27ecff925aca637c7fbf861fd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/5fddee750cc30ce27ecff925aca637c7fbf861fd You're receiving this email because of your account on gitlab.archlinux.org.
