pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-pygls py-pygls: updated to 0.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05407ecdfad5
branches:  trunk
changeset: 388632:05407ecdfad5
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 23 22:21:52 2022 +0000

description:
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`

diffstat:

 lang/py-pygls/Makefile |  10 +++++-----
 lang/py-pygls/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 2ccaebca0f37 -r 05407ecdfad5 lang/py-pygls/Makefile
--- a/lang/py-pygls/Makefile    Wed Nov 23 22:18:47 2022 +0000
+++ b/lang/py-pygls/Makefile    Wed Nov 23 22:21:52 2022 +0000
@@ -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 @@
 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
diff -r 2ccaebca0f37 -r 05407ecdfad5 lang/py-pygls/distinfo
--- a/lang/py-pygls/distinfo    Wed Nov 23 22:18:47 2022 +0000
+++ b/lang/py-pygls/distinfo    Wed Nov 23 22:21:52 2022 +0000
@@ -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