Date: Tue, 12 Oct 2021 17:42:17 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: 6aac0599e467 - main - textproc/py-python-lsp-server: Update to 1.2.4 Message-ID: <202110121742.19CHgH1j011272@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=6aac0599e4672d783e7fe36b421a481429ebeb07 commit 6aac0599e4672d783e7fe36b421a481429ebeb07 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-10-12 16:45:42 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-10-12 17:41:14 +0000 textproc/py-python-lsp-server: Update to 1.2.4 Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-124-2021-10-11 Reported by: Repology --- textproc/py-python-lsp-server/Makefile | 4 ++-- textproc/py-python-lsp-server/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile index a780d07927bf..3842deedf047 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.2.3 +PORTVERSION= 1.2.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopep8>0:textproc/py-autopep8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>0,<4:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>0:devel/py-mccabe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \ diff --git a/textproc/py-python-lsp-server/distinfo b/textproc/py-python-lsp-server/distinfo index cb74e6cee0f3..48616b2fb054 100644 --- a/textproc/py-python-lsp-server/distinfo +++ b/textproc/py-python-lsp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633457115 -SHA256 (python-lsp-server-1.2.3.tar.gz) = 07ec8b9427c4265a7458f46f4a913beb970441518f5ced6886f71dae6725f72e -SIZE (python-lsp-server-1.2.3.tar.gz) = 62072 +TIMESTAMP = 1634056501 +SHA256 (python-lsp-server-1.2.4.tar.gz) = 007278c4419339bd3a61ca6d7eb8648ead28b5f1b9eba3b6bae8540046116335 +SIZE (python-lsp-server-1.2.4.tar.gz) = 62073
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110121742.19CHgH1j011272>