pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-lsprotocol



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  9 21:14:52 UTC 2023

Modified Files:
        pkgsrc/lang/py-lsprotocol: Makefile distinfo

Log Message:
py-lsprotocol: update to 2023.0.0a3.

Enhancements

    Update LSP spec to latest by @karthiknadig in #230
    Add --output-dir switch to code generator by @karthiknadig in #239

Dotnet

    Dotnet: Code generation for LSP methods by @karthiknadig in #222
    Generate request, notification and options classes by @karthiknadig in #224
    dotnet: Add test case generation by @karthiknadig in #226
    Add devcontainer support to repo by @timheuer in #234
    Add dotnet test and format check to GHA by @karthiknadig in #240
    Add response types and improve test suite by @karthiknadig in #243
    Generate dotnet project package. by @karthiknadig in #252
    Format Generated Code by @karthiknadig in #257
    Use record instead of class for LSP types. by @karthiknadig in #258
    Use ImmutableArray and ImmutableDictionary by @karthiknadig in #256

Bug Fixes

    Fix bug with structuring LSPObject type by @karthiknadig in #229
    dotnet: Fix issues with OrType serialization by @karthiknadig in #232
    Improve documentation tags in generated code by @karthiknadig in #250
    Fix warning with generated converter code by @karthiknadig in #251
    Fix for missing notebook selector hook by @karthiknadig in #260


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py-lsprotocol/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py-lsprotocol/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-lsprotocol/Makefile
diff -u pkgsrc/lang/py-lsprotocol/Makefile:1.5 pkgsrc/lang/py-lsprotocol/Makefile:1.6
--- pkgsrc/lang/py-lsprotocol/Makefile:1.5      Wed Jun 28 08:52:26 2023
+++ pkgsrc/lang/py-lsprotocol/Makefile  Sat Sep  9 21:14:52 2023
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/06/28 08:52:26 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/09/09 21:14:52 wiz Exp $
+# Changes:
+# https://github.com/microsoft/lsprotocol/releases
 
-DISTNAME=      lsprotocol-2023.0.0a2
+DISTNAME=      lsprotocol-2023.0.0a3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lsprotocol/}

Index: pkgsrc/lang/py-lsprotocol/distinfo
diff -u pkgsrc/lang/py-lsprotocol/distinfo:1.2 pkgsrc/lang/py-lsprotocol/distinfo:1.3
--- pkgsrc/lang/py-lsprotocol/distinfo:1.2      Wed Jun 28 08:52:26 2023
+++ pkgsrc/lang/py-lsprotocol/distinfo  Sat Sep  9 21:14:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/06/28 08:52:26 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/09/09 21:14:52 wiz Exp $
 
-BLAKE2s (lsprotocol-2023.0.0a2.tar.gz) = 8ce0652ffa6c2163a6e9388ced7e4f59e7e4549a75208269c4202d0d02ebc55c
-SHA512 (lsprotocol-2023.0.0a2.tar.gz) = b98c6f26e4098b1d38567de14c204e486196ec711210547c868b861c1623f69392ff03a3328ce26e57b514b47dc74ebfac002b443d16f465a5996ce2b4056935
-Size (lsprotocol-2023.0.0a2.tar.gz) = 67956 bytes
+BLAKE2s (lsprotocol-2023.0.0a3.tar.gz) = 55c239158fe33b2e443cc023e5513760d7176814e2539fd883df4ba81ff20513
+SHA512 (lsprotocol-2023.0.0a3.tar.gz) = d22176dd9b2ec5a205dd99f5c1287a84a9752cdd45b81b5facefec23731217851d9e437bda6e0093c6974670b9589c5043575080079cfb865e19190ba6c9b4a8
+Size (lsprotocol-2023.0.0a3.tar.gz) = 68859 bytes



Home | Main Index | Thread Index | Old Index