[arch-commits] Commit in python-debugpy/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Mar 24 07:02:13 UTC 2022


    Date: Thursday, March 24, 2022 @ 07:02:13
  Author: arojas
Revision: 1173886

Update to 1.6.0

Modified:
  python-debugpy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 06:55:23 UTC (rev 1173885)
+++ PKGBUILD	2022-03-24 07:02:13 UTC (rev 1173886)
@@ -3,8 +3,8 @@
 
 _pipname=debugpy
 pkgname=python-$_pipname
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='An implementation of the Debug Adapter Protocol for Python'
 arch=(x86_64)
 url='https://aka.ms/debugpy'
@@ -12,7 +12,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('86c8a957269a49fe5955f47233609b896ac48033e4f5e94c5b5a908f7230cf19')
+sha256sums=('2312bda693be2e5581585349a4a1202d0071bc20cce9ac008cd84716e97f7a55')
 
 prepare() {
   cd $_pipname-$pkgver



More information about the arch-commits mailing list