Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-textual
Commits:
b8e3d48b by Leonidas Spyropoulos at 2026-02-02T13:34:56+00:00
upgpkg: 7.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
- pkgver = 7.4.0
+ pkgver = 7.5.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.4.0.tar.gz::https://github.com/Textualize/textual/archive/v7.4.0.tar.gz
- sha512sums =
c0e49861680fdbbd588859fb22303cc8fc1bcadfe110c66e52518eda4b0b2422498d83f567bb1e5b480a02116b3bdc2662da41d1790d87c420a55ff0f07c1409
+ source =
textual-7.5.0.tar.gz::https://github.com/Textualize/textual/archive/v7.5.0.tar.gz
+ sha512sums =
d5698193a1c582766b9ed185d6ea43b4a298cd5c2653f60457d4adb3f6237a791a02de48619e6a0743e3ca8a0ae74d7772e4503502b646ac861b69517158da12
pkgname = python-textual
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=7.4.0
+pkgver=7.5.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=('c0e49861680fdbbd588859fb22303cc8fc1bcadfe110c66e52518eda4b0b2422498d83f567bb1e5b480a02116b3bdc2662da41d1790d87c420a55ff0f07c1409')
+sha512sums=('d5698193a1c582766b9ed185d6ea43b4a298cd5c2653f60457d4adb3f6237a791a02de48619e6a0743e3ca8a0ae74d7772e4503502b646ac861b69517158da12')
build() {
cd ${_base}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/b8e3d48b3c0681d7bc1398027d49cd29a1779497
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/b8e3d48b3c0681d7bc1398027d49cd29a1779497
You're receiving this email because of your account on gitlab.archlinux.org.