Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 0bb35640 by Robin Candau at 2024-11-16T20:27:02+01:00 upgpkg: 0.86.1-1: New upstream release https://github.com/Textualize/textual/compare/v0.86.0...v0.86.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.85.2 + pkgver = 0.86.1 pkgrel = 1 url = https://github.com/Textualize/textual arch = any license = MIT checkdepends = python-pytest-asyncio checkdepends = python-time-machine + checkdepends = python-linkify-it-py makedepends = python-build makedepends = python-installer makedepends = python-poetry-core @@ -18,7 +19,7 @@ pkgbase = python-textual 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.85.2.tar.gz::https://github.com/Textualize/textual/archive/v0.85.2.tar.gz - sha512sums = 4d7b891fa357f540013f110d1501164cd641af52b75032850cbec6098309aa88ff21ecfbb84a90288a745eda08ddc6f99ea13ca204dd3ab588e36e72b9a6b075 + source = textual-0.86.1.tar.gz::https://github.com/Textualize/textual/archive/v0.86.1.tar.gz + sha512sums = c4c3067a3940236536ad267847bfadfacb0de74dee00eb1467cdf664287bfb9df9a39614483f731504fe97daabdc8943ac9e947e4cb8cee03c90556c2beb615e pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.85.2 +pkgver=0.86.1 pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) @@ -13,12 +13,12 @@ url="https://github.com/Textualize/${_base}" license=(MIT) 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) +checkdepends=(python-pytest-asyncio python-time-machine python-linkify-it-py) 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=('4d7b891fa357f540013f110d1501164cd641af52b75032850cbec6098309aa88ff21ecfbb84a90288a745eda08ddc6f99ea13ca204dd3ab588e36e72b9a6b075') +sha512sums=('c4c3067a3940236536ad267847bfadfacb0de74dee00eb1467cdf664287bfb9df9a39614483f731504fe97daabdc8943ac9e947e4cb8cee03c90556c2beb615e') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/0bb3564047c43b24d14abb7b65a88343cf5a5da8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/0bb3564047c43b24d14abb7b65a88343cf5a5da8 You're receiving this email because of your account on gitlab.archlinux.org.
