Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-lsp
Commits: 63bce7e6 by Daniel M. Capella at 2024-05-23T16:11:56-04:00 upgpkg: 0.4.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pytest-lsp pkgdesc = Pytest plugin for end-to-end testing of language servers - pkgver = 0.4.1 - pkgrel = 2 + pkgver = 0.4.2 + pkgrel = 1 url = https://lsp-devtools.readthedocs.io arch = any license = MIT @@ -12,7 +12,7 @@ pkgbase = python-pytest-lsp depends = python-packaging depends = python-pygls depends = python-pytest-asyncio - source = git+https://github.com/swyddfa/lsp-devtools.git#tag=pytest-lsp-v0.4.1 - b2sums = 6597f6ee311f3a5bdd089e0c0719d653c1e35ffa95602daec6b2db37651a23340f7eaa18cca7b5862396a3b11aae4aefc06b593a1f5711ba0f66e48cbe180050 + source = git+https://github.com/swyddfa/lsp-devtools.git#tag=pytest-lsp-v0.4.2 + b2sums = 382ee9f7c957ba0c456b4f4b518f82c1d40b0d21bec8c867613a464c28065833c3b314493fb34dd7302936f53f3caed6409d04ace8b074afc610d54f62c562f2 pkgname = python-pytest-lsp ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=python-pytest-lsp _name=${pkgname#python-} -pkgver=0.4.1 -pkgrel=2 +pkgver=0.4.2 +pkgrel=1 pkgdesc='Pytest plugin for end-to-end testing of language servers' arch=('any') url=https://lsp-devtools.readthedocs.io @@ -12,7 +12,7 @@ license=('MIT') depends=('python-packaging' 'python-pygls' 'python-pytest-asyncio') makedepends=('git' 'python-build' 'python-hatchling' 'python-installer') source=("git+https://github.com/swyddfa/lsp-devtools.git#tag=$_name-v$pkgver") -b2sums=('6597f6ee311f3a5bdd089e0c0719d653c1e35ffa95602daec6b2db37651a23340f7eaa18cca7b5862396a3b11aae4aefc06b593a1f5711ba0f66e48cbe180050') +b2sums=('382ee9f7c957ba0c456b4f4b518f82c1d40b0d21bec8c867613a464c28065833c3b314493fb34dd7302936f53f3caed6409d04ace8b074afc610d54f62c562f2') build() { cd lsp-devtools/lib/"$_name" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lsp/-/commit/63bce7e6f459226f57c27bfbc87b2f9d3e4845fa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-lsp/-/commit/63bce7e6f459226f57c27bfbc87b2f9d3e4845fa You're receiving this email because of your account on gitlab.archlinux.org.