Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 19:27:29 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d9f499a84715 - main - textproc/py-python-lsp-server: Update to 1.2.0
Message-ID:  <202108021927.172JRTlq018395@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9f499a8471590b11aa0d9cdb37dde8ec5478ec3

commit d9f499a8471590b11aa0d9cdb37dde8ec5478ec3
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-08-02 19:21:39 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-08-02 19:21:39 +0000

    textproc/py-python-lsp-server: Update to 1.2.0
    
    - Implement completion item resolve requests for faster completions
    - Initialize workspaces from the initialize request
    
    Reported by:    Repology
---
 textproc/py-python-lsp-server/Makefile | 2 +-
 textproc/py-python-lsp-server/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile
index 75fa4d94ba15..92a19d007453 100644
--- a/textproc/py-python-lsp-server/Makefile
+++ b/textproc/py-python-lsp-server/Makefile
@@ -1,7 +1,7 @@
 # Created by: Rainer Hurling <rhurlin@gwdg.de>
 
 PORTNAME=	python-lsp-server
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-python-lsp-server/distinfo b/textproc/py-python-lsp-server/distinfo
index ed870ede59f0..cf4b0f669641 100644
--- a/textproc/py-python-lsp-server/distinfo
+++ b/textproc/py-python-lsp-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624699888
-SHA256 (python-lsp-server-1.1.0.tar.gz) = 50ca0639b11a635cac42ff4334a3944a7a91361cf888489321a4273701ff9068
-SIZE (python-lsp-server-1.1.0.tar.gz) = 58194
+TIMESTAMP = 1627931353
+SHA256 (python-lsp-server-1.2.0.tar.gz) = 5ec41d886de1e7b1eb92460cd1bc57bba6936b4e5d34faffbbff3aac662f935a
+SIZE (python-lsp-server-1.2.0.tar.gz) = 61430



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108021927.172JRTlq018395>