head 1.4; access; symbols pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.2.0.4 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2024.01.07.16.13.16; author wiz; state dead; branches; next 1.3; commitid 7plyL2i8DNHWdxTE; 1.3 date 2023.10.23.11.09.04; author adam; state Exp; branches; next 1.2; commitid 3MdCqb5WDJ3WYJJE; 1.2 date 2023.05.05.09.56.30; author wiz; state Exp; branches; next 1.1; commitid WHF9KwSUHRUT4LnE; 1.1 date 2023.05.05.09.52.24; author wiz; state Exp; branches; next ; commitid wAl1q0S496ch3LnE; desc @@ 1.4 log @py-cmake-language-server: update to 0.1.9. What's Changed Reply with MarkupContent in completion documentation by @@rwols in #87 Add Python 3.12 build by @@offa in #85 @ text @$NetBSD: patch-pyproject.toml,v 1.3 2023/10/23 11:09:04 adam Exp $ Allow Python 3.12 --- pyproject.toml.orig 2023-10-17 14:00:48.524893800 +0000 +++ pyproject.toml @@@@ -8,7 +8,7 @@@@ authors = [ dependencies = [ "pygls>=1.1.1", ] -requires-python = ">=3.7.9,<3.12" +requires-python = ">=3.7.9,<3.13" readme = "README.md" keywords = [ "cmake", @ 1.3 log @py-cmake-language-server: updated to 0.1.8 v0.1.8 Revert "Fix release workflow" Update pygls Update build backend @ text @d1 1 a1 1 $NetBSD: patch-pyproject.toml,v 1.2 2023/05/05 09:56:30 wiz Exp $ @ 1.2 log @py-cmake-language-server: add upstream bug report URL @ text @d1 1 a1 1 $NetBSD: patch-pyproject.toml,v 1.1 2023/05/05 09:52:24 wiz Exp $ d3 1 a3 2 Switch to pdm-backend https://github.com/regen100/cmake-language-server/issues/76 d5 1 a5 1 --- pyproject.toml.orig 2023-03-09 10:01:30.924441300 +0000 d7 3 a9 6 @@@@ -38,9 +38,9 @@@@ cmake-language-server = "cmake_language_ [build-system] requires = [ - "pdm-pep517>=1.0.0", + "pdm-backend>=1.0.0", d11 5 a15 5 -build-backend = "pdm.pep517.api" +build-backend = "pdm.backend" [tool.pdm.version] source = "scm" @ 1.1 log @py-cmake-language-server: update to 0.1.7. What's Changed Run CI on mater branch by @@regen100 in #57 Use PDM by @@regen100 in #66 Update CI and CD by @@regen100 in #67 Update pygls by @@regen100 in #68 Support Python 3.11 by @@regen100 in #69 @ text @d1 1 a1 1 $NetBSD$ d4 1 @