Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-debugpy
Commits:
343df3b5 by Antonio Rojas at 2024-12-11T09:09:21+01:00
upgpkg: 1.8.10-1: Update to 1.8.10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-debugpy
pkgdesc = An implementation of the Debug Adapter Protocol for Python
- pkgver = 1.8.9
- pkgrel = 2
+ pkgver = 1.8.10
+ pkgrel = 1
url = https://aka.ms/debugpy
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-debugpy
depends = gcc-libs
depends = glibc
depends = python
- source = git+https://github.com/microsoft/debugpy#tag=v1.8.9
- sha256sums =
d6f9e5ecfcf95d7993baf08402d37ea89d6bfe43b73defdfde7440d1a988688d
+ source = git+https://github.com/microsoft/debugpy#tag=v1.8.10
+ sha256sums =
e28adf2cc458c4bdf5ef48ed476ef423609163595dc3768a0343b67ce884859d
pkgname = python-debugpy
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pipname=debugpy
pkgname=python-$_pipname
-pkgver=1.8.9
-pkgrel=2
+pkgver=1.8.10
+pkgrel=1
pkgdesc='An implementation of the Debug Adapter Protocol for Python'
arch=(x86_64)
url='https://aka.ms/debugpy'
@@ -19,7 +19,7 @@ makedepends=(cython
python-setuptools
python-wheel)
source=(git+https://github.com/microsoft/debugpy#tag=v$pkgver)
-sha256sums=('d6f9e5ecfcf95d7993baf08402d37ea89d6bfe43b73defdfde7440d1a988688d')
+sha256sums=('e28adf2cc458c4bdf5ef48ed476ef423609163595dc3768a0343b67ce884859d')
build() {
cd $_pipname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/343df3b5a03657cf9cd92970451a8f26751ca8a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-debugpy/-/commit/343df3b5a03657cf9cd92970451a8f26751ca8a7
You're receiving this email because of your account on gitlab.archlinux.org.