Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-textual
Commits:
22cb1c7d by Robin Candau at 2026-02-16T19:07:46+01:00
upgpkg: 8.0.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
- pkgver = 7.5.0
- pkgrel = 2
+ pkgver = 8.0.0
+ pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = python-textual
depends = python-linkify-it-py
depends = python-typing_extensions
depends = python-platformdirs
- source =
textual-7.5.0.tar.gz::https://github.com/Textualize/textual/archive/v7.5.0.tar.gz
- sha512sums =
d5698193a1c582766b9ed185d6ea43b4a298cd5c2653f60457d4adb3f6237a791a02de48619e6a0743e3ca8a0ae74d7772e4503502b646ac861b69517158da12
+ source =
textual-8.0.0.tar.gz::https://github.com/Textualize/textual/archive/v8.0.0.tar.gz
+ sha512sums =
d8e972f0792c68d23305ea7b486ab82ec9d38834a3c39022b6819813a741ca4e5cb5ec67dd0ab8378058d42179bcd2104655781f595e994e01373c533b57de86
pkgname = python-textual
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
_base=textual
pkgname=python-${_base}
-pkgver=7.5.0
-pkgrel=2
+pkgver=8.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-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=('d5698193a1c582766b9ed185d6ea43b4a298cd5c2653f60457d4adb3f6237a791a02de48619e6a0743e3ca8a0ae74d7772e4503502b646ac861b69517158da12')
+sha512sums=('d8e972f0792c68d23305ea7b486ab82ec9d38834a3c39022b6819813a741ca4e5cb5ec67dd0ab8378058d42179bcd2104655781f595e994e01373c533b57de86')
build() {
cd ${_base}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/22cb1c7ddc06fd3656fa15dc45710a94c7d384a1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/22cb1c7ddc06fd3656fa15dc45710a94c7d384a1
You're receiving this email because of your account on gitlab.archlinux.org.