pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-pygls
Module Name: pkgsrc
Committed By: adam
Date: Wed Nov 23 22:21:52 UTC 2022
Modified Files:
pkgsrc/lang/py-pygls: Makefile distinfo
Log Message:
py-pygls: updated to 0.13.0
0.13.0
Added
- Add `name` and `version` arguments to the constructor of `LanguageServer`
Changed
- Default behaviour change: uncaught errors are now sent as `showMessage` errors to client.
Overrideable in `LanguageServer.report_server_error()`: https://github.com/openlawlibrary/pygls/pull/282
Fixed
- `_data_recevied()` JSONRPC message parsing errors now caught
- Fix "Task attached to a different loop" error in `Server.start_ws`
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py-pygls/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py-pygls/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-pygls/Makefile
diff -u pkgsrc/lang/py-pygls/Makefile:1.7 pkgsrc/lang/py-pygls/Makefile:1.8
--- pkgsrc/lang/py-pygls/Makefile:1.7 Mon Oct 31 12:35:01 2022
+++ pkgsrc/lang/py-pygls/Makefile Wed Nov 23 22:21:52 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/10/31 12:35:01 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/23 22:21:52 adam Exp $
-DISTNAME= pygls-0.12.4
+DISTNAME= pygls-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pygls/}
@@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/openlawlibr
COMMENT= Pythonic generic implementation of the Language Server Protocol
LICENSE= apache-2.0
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
-BUILD_DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
-BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-pydantic>=1.10.2:../../devel/py-pydantic
DEPENDS+= ${PYPKGPREFIX}-typeguard>=2.10.0:../../devel/py-typeguard
TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
Index: pkgsrc/lang/py-pygls/distinfo
diff -u pkgsrc/lang/py-pygls/distinfo:1.8 pkgsrc/lang/py-pygls/distinfo:1.9
--- pkgsrc/lang/py-pygls/distinfo:1.8 Mon Oct 31 12:35:01 2022
+++ pkgsrc/lang/py-pygls/distinfo Wed Nov 23 22:21:52 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/10/31 12:35:01 adam Exp $
+$NetBSD: distinfo,v 1.9 2022/11/23 22:21:52 adam Exp $
-BLAKE2s (pygls-0.12.4.tar.gz) = a9c32d23194d7efbd9d5a316a0c0183a79d181fc1a78b6545803173bf9caca8b
-SHA512 (pygls-0.12.4.tar.gz) = ee16a2349b1c337435666bc7506a212c5e9e3dba75e1bd4ebb1d872fb7ab375b1297c26e530b21dc5fef810e6dd957d36803de8ab6a87b34f359cfcde26bc973
-Size (pygls-0.12.4.tar.gz) = 688116 bytes
+BLAKE2s (pygls-0.13.0.tar.gz) = f40241acd07e291ab2ac7a98165894eb4054d9503796fa65356593eb4feb3435
+SHA512 (pygls-0.13.0.tar.gz) = 4cb096be2dafb5885b4bc8b1a99762e62ff897f430af7759c45daab30fa6785a3239dcd06fb4481a74ea06fdf589b4ccd74cf1f6510af9a5a283a44ab16219e5
+Size (pygls-0.13.0.tar.gz) = 690824 bytes
SHA1 (patch-setup.cfg) = 456e455f3a7ef88048d77ef4ba4cefe65e38e401
Home |
Main Index |
Thread Index |
Old Index