diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-11-26 17:33:02 +0100 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-11-26 17:33:02 +0100 |
commit | a26fbdbd6631de8c98aaa76962df60b8dff9137c (patch) | |
tree | bf9d2c1a4dfcd06d516b88ec3c2d908ade8c6bc7 /textproc/py-python-lsp-server | |
parent | net/nats-server: Update to version 2.6.5 (diff) |
textproc/py-python-lsp-server: Update to 1.3.2
- Fix error on triggering completions in import context
- Fix formatting a log message
Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-132-2021-11-25
Reported by: portscout
Diffstat (limited to 'textproc/py-python-lsp-server')
-rw-r--r-- | textproc/py-python-lsp-server/Makefile | 2 | ||||
-rw-r--r-- | 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 b411c8b62f7c..6e9e0c96e68b 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.3.1 +PORTVERSION= 1.3.2 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 559a23a8bd66..99e4cf939880 100644 --- a/textproc/py-python-lsp-server/distinfo +++ b/textproc/py-python-lsp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637685157 -SHA256 (python-lsp-server-1.3.1.tar.gz) = 9869545b980091f57865e01cc2ba5f82b0f4298545b8c67829b0cb1c8b2a0794 -SIZE (python-lsp-server-1.3.1.tar.gz) = 62464 +TIMESTAMP = 1637943234 +SHA256 (python-lsp-server-1.3.2.tar.gz) = 342b94402d1fdff68ad5bb7c2b51dc9effac89183a0b80b13b3ee2f67544a670 +SIZE (python-lsp-server-1.3.2.tar.gz) = 62480 |