Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pygls
Commits:
d44f34b6 by Daniel M. Capella at 2024-03-26T15:54:41-04:00
upgpkg: 1.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pygls
pkgdesc = Pythonic generic implementation of the Language Server
Protocol
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/openlawlibrary/pygls
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pygls
makedepends = python-poetry-core
depends = python-cattrs
depends = python-lsprotocol
- source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.3.0
- b2sums =
36bdf2c1a8311efd051f76658dd5aac394d5e1535272851301f14f4173a764d737b54f5c058cef4a25d04aa46fde8bea56e688d14d2215f66d94e6aef3e5b446
+ source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.3.1
+ b2sums =
c893198f1004256118acfa1bee3aefb87f98a34f2a634de7263d621e56673312a735e94ab8703135e7e43df21cde0a07946a9187c54878c2dcadd696fb8830e4
pkgname = python-pygls
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-pygls
_name=${pkgname#python-}
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-cattrs' 'python-lsprotocol')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest-asyncio')
source=("git+$url.git#tag=v$pkgver")
-b2sums=('36bdf2c1a8311efd051f76658dd5aac394d5e1535272851301f14f4173a764d737b54f5c058cef4a25d04aa46fde8bea56e688d14d2215f66d94e6aef3e5b446')
+b2sums=('c893198f1004256118acfa1bee3aefb87f98a34f2a634de7263d621e56673312a735e94ab8703135e7e43df21cde0a07946a9187c54878c2dcadd696fb8830e4')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygls/-/commit/d44f34b6c094b3d5ae0190f1ccbe3bf5c689520a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygls/-/commit/d44f34b6c094b3d5ae0190f1ccbe3bf5c689520a
You're receiving this email because of your account on gitlab.archlinux.org.