From 5d1f76693159a7708cf01e124f2f3bdb35d253d71772ec20b46cc05b48e813bf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 07:46:27 +0000 Subject: [PATCH] - update to 1.3.1: * Typo: Apache License missing dash: Affects PyPI License Declaration * Add systemd-language-server to implementations * Update Implementations.md with Chapel's language server OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygls?expand=0&rev=10 --- pygls-1.3.0.tar.gz | 3 --- pygls-1.3.1.tar.gz | 3 +++ python-pygls.changes | 9 +++++++++ python-pygls.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pygls-1.3.0.tar.gz create mode 100644 pygls-1.3.1.tar.gz diff --git a/pygls-1.3.0.tar.gz b/pygls-1.3.0.tar.gz deleted file mode 100644 index 432f5ab..0000000 --- a/pygls-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48596f255a8c49b3a90c8ec1c476e1797d12695e3509b63274042f2be22c68fd -size 198853 diff --git a/pygls-1.3.1.tar.gz b/pygls-1.3.1.tar.gz new file mode 100644 index 0000000..6d75315 --- /dev/null +++ b/pygls-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dc2b8e298cac8d3945b237cff1f103b0bf6349f0308361b0041dcdae59ab2f +size 199111 diff --git a/python-pygls.changes b/python-pygls.changes index bd36600..13eb4d7 100644 --- a/python-pygls.changes +++ b/python-pygls.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 6 07:45:34 UTC 2024 - Dirk Müller + +- update to 1.3.1: + * Typo: Apache License missing dash: Affects PyPI License + Declaration + * Add systemd-language-server to implementations + * Update Implementations.md with Chapel's language server + ------------------------------------------------------------------- Tue Jan 30 18:07:50 UTC 2024 - Dirk Müller diff --git a/python-pygls.spec b/python-pygls.spec index c268bd6..8526187 100644 --- a/python-pygls.spec +++ b/python-pygls.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pygls -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: A pythonic generic language server License: Apache-2.0