<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/py-python-lsp-server/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>python.mk: retire ${PYNUMPY}</title>
<updated>2026-04-03T20:52:43+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2026-04-03T20:48:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d04d23ae37d04c8ddf74c04ee868900b9189295a'/>
<id>d04d23ae37d04c8ddf74c04ee868900b9189295a</id>
<content type='text'>
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Update to 1.12.2</title>
<updated>2025-02-08T17:59:53+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2025-02-08T17:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d18b5f63b905ce2d7659ed9615ce732a59a73759'/>
<id>d18b5f63b905ce2d7659ed9615ce732a59a73759</id>
<content type='text'>
Minor bugfix release:
- Fixes compatibility with Python 3.13 in the test suite
- Handles correctly a null value for ropeFolder in the Rope config
- Fixes putting extra_paths in front of sys.path

Changelog:	https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1122-20250207
		https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1121-20250206

Reported by:	portscout, Repology
MFH:		2025Q1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor bugfix release:
- Fixes compatibility with Python 3.13 in the test suite
- Handles correctly a null value for ropeFolder in the Rope config
- Fixes putting extra_paths in front of sys.path

Changelog:	https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1122-20250207
		https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1121-20250206

Reported by:	portscout, Repology
MFH:		2025Q1
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Fix circular dep</title>
<updated>2025-01-04T14:33:41+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2025-01-04T14:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=8716fd92c138bf078d80191b91cdb7208a66b0ad'/>
<id>8716fd92c138bf078d80191b91cdb7208a66b0ad</id>
<content type='text'>
Both, textproc/py-python-lsp-server and textproc/py-python-lsp-black,
depend on each other. Remove black dep in lsp-server.

MFH:		2024Q4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both, textproc/py-python-lsp-server and textproc/py-python-lsp-black,
depend on each other. Remove black dep in lsp-server.

MFH:		2024Q4
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Change black plugin</title>
<updated>2025-01-04T13:19:32+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2025-01-04T12:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=24808559324172d93fa4a4e5fd0a90d07d0c1658'/>
<id>24808559324172d93fa4a4e5fd0a90d07d0c1658</id>
<content type='text'>
Repository rupert/pyls-black is archived.
Use python-lsp/python-lsp-black instead [1].

While here, pet portclippy.

https://github.com/rupert/pyls-black/blob/master/README.md

MFH:		2024Q1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Repository rupert/pyls-black is archived.
Use python-lsp/python-lsp-black instead [1].

While here, pet portclippy.

https://github.com/rupert/pyls-black/blob/master/README.md

MFH:		2024Q1
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Update to 1.12.0</title>
<updated>2024-09-01T17:11:21+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2024-09-01T17:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b3fa243900494bfc0c463769d6a9f245970d0bf4'/>
<id>b3fa243900494bfc0c463769d6a9f245970d0bf4</id>
<content type='text'>
Major release with the following new features and changes:

- Add support for window/logMessage.
- Add version support to workspace/publishDiagnostics.
- Add extendSelect option to flake8 plugin.
- Allow Jedi's extra_paths to be placed in front of sys.path.
- Bump flake8 to 7.1

Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1120-20240825

Reported by:	portscout, Repology
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Major release with the following new features and changes:

- Add support for window/logMessage.
- Add version support to workspace/publishDiagnostics.
- Add extendSelect option to flake8 plugin.
- Allow Jedi's extra_paths to be placed in front of sys.path.
- Bump flake8 to 7.1

Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1120-20240825

Reported by:	portscout, Repology
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Update to 1.11.0</title>
<updated>2024-04-18T20:11:00+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2024-04-18T20:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=65475639385bfb54e1ad514d7033773867ba8b01'/>
<id>65475639385bfb54e1ad514d7033773867ba8b01</id>
<content type='text'>
    - Remove the rope_rename plugin. People that were using it need to
      install the pylsp-rope third-party plugin instead
    - Add support for Pylint 3.1

    Reported by:    portscout, Repology
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Remove the rope_rename plugin. People that were using it need to
      install the pylsp-rope third-party plugin instead
    - Add support for Pylint 3.1

    Reported by:    portscout, Repology
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Update to 1.10.1</title>
<updated>2024-03-17T20:01:14+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2024-03-17T19:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ad14bfb8a8bdd2b2cd1f00dbbf7930eaa303afa0'/>
<id>ad14bfb8a8bdd2b2cd1f00dbbf7930eaa303afa0</id>
<content type='text'>
- Autoimports: sqlite3.OperationalError: database is locked
- Fixes progress reporting with the autoimport plugin
- Improves an error message about missing websockets module

Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1101-20240312

Reported by:	Repology
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Autoimports: sqlite3.OperationalError: database is locked
- Fixes progress reporting with the autoimport plugin
- Improves an error message about missing websockets module

Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1101-20240312

Reported by:	Repology
</pre>
</div>
</content>
</entry>
<entry>
<title>devel/py-setuptools-scm: update to 8.0.4</title>
<updated>2024-02-29T07:18:32+00:00</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2024-02-29T07:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5d4139f8bdb67bd6e8328422f9762661bd0d6454'/>
<id>5d4139f8bdb67bd6e8328422f9762661bd0d6454</id>
<content type='text'>
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools&gt;=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm&lt;8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools&gt;=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm&lt;8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Update 1.10.0</title>
<updated>2024-01-23T18:13:47+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2024-01-23T18:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4dc08fa86647eb044f3df06864b1182a61b17f58'/>
<id>4dc08fa86647eb044f3df06864b1182a61b17f58</id>
<content type='text'>
- Add support for notebook document completions
- Add support for flake8 version 7

Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1100-20240121

Reported by:	Repology
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for notebook document completions
- Add support for flake8 version 7

Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-1100-20240121

Reported by:	Repology
</pre>
</div>
</content>
</entry>
<entry>
<title>textproc/py-python-lsp-server: Update to 1.9.0</title>
<updated>2023-11-07T11:56:13+00:00</updated>
<author>
<name>Rainer Hurling</name>
<email>rhurlin@FreeBSD.org</email>
</author>
<published>2023-11-07T11:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7b25306a7770f261f9efc91ee363dc3062b62302'/>
<id>7b25306a7770f261f9efc91ee363dc3062b62302</id>
<content type='text'>
Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-190-20231106

Reported by:	portscout, Repology
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md#version-190-20231106

Reported by:	portscout, Repology
</pre>
</div>
</content>
</entry>
</feed>
