Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: a0550cd3 by Robin Candau at 2026-01-26T18:18:11+01:00 upgpkg: 7.4.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v7.4.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 7.3.0 + pkgver = 7.4.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.3.0.tar.gz::https://github.com/Textualize/textual/archive/v7.3.0.tar.gz - sha512sums = 837d0aba4136007b1974f3fa912218deb5b06e6d3294185a44b2be7980c752115847538edc1e34e33633840380ea622f1e0c0f35bb7704fe1fc09240a4dc38e4 + source = textual-7.4.0.tar.gz::https://github.com/Textualize/textual/archive/v7.4.0.tar.gz + sha512sums = c0e49861680fdbbd588859fb22303cc8fc1bcadfe110c66e52518eda4b0b2422498d83f567bb1e5b480a02116b3bdc2662da41d1790d87c420a55ff0f07c1409 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=7.3.0 +pkgver=7.4.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=('837d0aba4136007b1974f3fa912218deb5b06e6d3294185a44b2be7980c752115847538edc1e34e33633840380ea622f1e0c0f35bb7704fe1fc09240a4dc38e4') +sha512sums=('c0e49861680fdbbd588859fb22303cc8fc1bcadfe110c66e52518eda4b0b2422498d83f567bb1e5b480a02116b3bdc2662da41d1790d87c420a55ff0f07c1409') build() { cd ${_base}-${pkgver} @@ -34,6 +34,7 @@ check() { --ignore=tests/snapshot_tests/test_snapshots.py \ --ignore=tests/test_slug.py \ --ignore=tests/text_area/test_languages.py \ + --ignore=tests/test_wrap.py \ -k 'not textual_env_var' } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/a0550cd3cde06cadb8d5129ba783ab44e0008442 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/a0550cd3cde06cadb8d5129ba783ab44e0008442 You're receiving this email because of your account on gitlab.archlinux.org.
