Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
pyright
Commits:
17363330 by Daniel M. Capella at 2025-03-18T22:16:00-04:00
upgpkg: 1.1.397-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyright
pkgdesc = Type checker for the Python language
- pkgver = 1.1.396
+ pkgver = 1.1.397
pkgrel = 1
url = https://microsoft.github.io/pyright
arch = any
@@ -8,7 +8,7 @@ pkgbase = pyright
makedepends = git
makedepends = npm
depends = nodejs
- source = git+https://github.com/microsoft/pyright.git#tag=1.1.396
- b2sums =
5692a5d43109e01cae63a32aff04945eb8a8b3678d262550e1899934cbae66e74b91b1770da2d3c6657e80f6e4e6d5a96c7a5c3a40e935d1e1cea23edad729fe
+ source = git+https://github.com/microsoft/pyright.git#tag=1.1.397
+ b2sums =
ed0c3a1c08bee4f22d23db9a5e157b4b718a70606e2e9c8499567cca17ed0e56fac6d5c6eea5fb719b3b2bd36a363a3b76af615e0994952a4534aaa527ee2169
pkgname = pyright
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Kaizhao Zhang <[email protected]>
pkgname=pyright
-pkgver=1.1.396
+pkgver=1.1.397
pkgrel=1
pkgdesc='Type checker for the Python language'
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(
npm
)
source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver")
-b2sums=('5692a5d43109e01cae63a32aff04945eb8a8b3678d262550e1899934cbae66e74b91b1770da2d3c6657e80f6e4e6d5a96c7a5c3a40e935d1e1cea23edad729fe')
+b2sums=('ed0c3a1c08bee4f22d23db9a5e157b4b718a70606e2e9c8499567cca17ed0e56fac6d5c6eea5fb719b3b2bd36a363a3b76af615e0994952a4534aaa527ee2169')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/1736333062445fda33470c17b349fe67d0b44bad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/1736333062445fda33470c17b349fe67d0b44bad
You're receiving this email because of your account on gitlab.archlinux.org.