Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 16ad8bff by Robin Candau at 2026-01-03T13:16:26+01:00 upgpkg: 7.0.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v7.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 6.12.0 - pkgrel = 2 + pkgver = 7.0.0 + pkgrel = 1 url = https://github.com/Textualize/textual arch = any license = MIT @@ -18,7 +18,7 @@ pkgbase = python-textual depends = python-markdown-it-py depends = python-typing_extensions depends = python-platformdirs - source = textual-6.12.0.tar.gz::https://github.com/Textualize/textual/archive/v6.12.0.tar.gz - sha512sums = c172812da66087acf7a99ec667a05d8c7781123f0015e1e3ce9985d2b8a49d81405ed475a01fa3b7de46f412c03353826820df006d34fd3a85c19333df229554 + source = textual-7.0.0.tar.gz::https://github.com/Textualize/textual/archive/v7.0.0.tar.gz + sha512sums = 694ff3562f1ed56d898345783ebbf3a28a89fb6fe0e4c09378888c06bde9747ba4433a62d0ad4efcdd8d0ecb02dc1fc2e1781d6ec743d51401628d60dd36baa1 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ _base=textual pkgname=python-${_base} -pkgver=6.12.0 -pkgrel=2 +pkgver=7.0.0 +pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) url="https://github.com/Textualize/${_base}" @@ -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=('c172812da66087acf7a99ec667a05d8c7781123f0015e1e3ce9985d2b8a49d81405ed475a01fa3b7de46f412c03353826820df006d34fd3a85c19333df229554') +sha512sums=('694ff3562f1ed56d898345783ebbf3a28a89fb6fe0e4c09378888c06bde9747ba4433a62d0ad4efcdd8d0ecb02dc1fc2e1781d6ec743d51401628d60dd36baa1') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/16ad8bff487d510a0dbaf61aede516b61b2442f1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/16ad8bff487d510a0dbaf61aede516b61b2442f1 You're receiving this email because of your account on gitlab.archlinux.org.
