From owner-dev-commits-ports-all@freebsd.org Mon Aug 2 19:27:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C1BF679896; Mon, 2 Aug 2021 19:27:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gdp1F34MXz4tVT; Mon, 2 Aug 2021 19:27:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E1A024F6E; Mon, 2 Aug 2021 19:27:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 172JRTFh018396; Mon, 2 Aug 2021 19:27:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 172JRTlq018395; Mon, 2 Aug 2021 19:27:29 GMT (envelope-from git) Date: Mon, 2 Aug 2021 19:27:29 GMT Message-Id: <202108021927.172JRTlq018395@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rainer Hurling Subject: git: d9f499a84715 - main - textproc/py-python-lsp-server: Update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rhurlin X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d9f499a8471590b11aa0d9cdb37dde8ec5478ec3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2021 19:27:29 -0000 The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9f499a8471590b11aa0d9cdb37dde8ec5478ec3 commit d9f499a8471590b11aa0d9cdb37dde8ec5478ec3 Author: Rainer Hurling AuthorDate: 2021-08-02 19:21:39 +0000 Commit: Rainer Hurling 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 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