Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: a659a13d by Robin Candau at 2024-08-30T18:40:42+02:00 upgpkg: 0.79.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.79.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.78.0 + pkgver = 0.79.0 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -14,10 +14,11 @@ pkgbase = python-textual depends = python-rich depends = python-markdown-it-py depends = python-typing_extensions + depends = python-platformdirs optdepends = python-tree-sitter: for syntax highlighting support optdepends = python-tree-sitter-languages: for custom languages support optdepends = python-textual-dev: tools for developers - source = textual-0.78.0.tar.gz::https://github.com/Textualize/textual/archive/v0.78.0.tar.gz - sha512sums = 0960e3fe8b4b444b030bdcb24871f46aeba0c5c64518c97868780e8c79c6da7897557b45daff05876b270982cac8d0ca36543cbeb559a705c28adf2e1f0af8d6 + source = textual-0.79.0.tar.gz::https://github.com/Textualize/textual/archive/v0.79.0.tar.gz + sha512sums = f8c187820a8447ed0f46ca45c46a81664eb325d67cd2ba596b05634c00e8c6487e8e53e0cde925ff2cada3c6d5c9af92772e0dbfe74648a71fe359d6f0a72920 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,20 +5,20 @@ _base=textual pkgname=python-${_base} -pkgver=0.78.0 +pkgver=0.79.0 pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) url="https://github.com/Textualize/${_base}" license=(MIT) -depends=(python python-rich python-markdown-it-py python-typing_extensions) +depends=(python python-rich python-markdown-it-py python-typing_extensions python-platformdirs) makedepends=(python-build python-installer python-poetry-core) checkdepends=(python-pytest-asyncio python-time-machine) optdepends=('python-tree-sitter: for syntax highlighting support' 'python-tree-sitter-languages: for custom languages support' 'python-textual-dev: tools for developers') source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('0960e3fe8b4b444b030bdcb24871f46aeba0c5c64518c97868780e8c79c6da7897557b45daff05876b270982cac8d0ca36543cbeb559a705c28adf2e1f0af8d6') +sha512sums=('f8c187820a8447ed0f46ca45c46a81664eb325d67cd2ba596b05634c00e8c6487e8e53e0cde925ff2cada3c6d5c9af92772e0dbfe74648a71fe359d6f0a72920') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/a659a13d51045c8d91f48502c0ca0c00c9b13812 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/a659a13d51045c8d91f48502c0ca0c00c9b13812 You're receiving this email because of your account on gitlab.archlinux.org.
