<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4de11235267b166a0307577ae30c0b201b630147">https://github.com/macports/macports-ports/commit/4de11235267b166a0307577ae30c0b201b630147</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4de11235267b166a0307577ae30c0b201b630147
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Sep 24 16:34:54 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-python-lsp-server: remove pylint version cap
</span>---
 python/py-python-lsp-server/Portfile                  | 2 +-
 python/py-python-lsp-server/files/patch-setup.py.diff | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-python-lsp-server/Portfile b/python/py-python-lsp-server/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fbbbaf54dab..e18f321fa51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-python-lsp-server/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-python-lsp-server/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup           select 1.0
</span> name                py-python-lsp-server
 github.setup        python-lsp python-lsp-server 1.2.2 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories-append   devel
 platforms           darwin
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-python-lsp-server/files/patch-setup.py.diff b/python/py-python-lsp-server/files/patch-setup.py.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 33a00faf00c..7b31f152add 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-python-lsp-server/files/patch-setup.py.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-python-lsp-server/files/patch-setup.py.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@
</span>              'pydocstyle>=2.0.0',
              'pyflakes>=2.3.0,<2.4.0',
 -            'pylint>=2.5.0,<2.10.0',
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+            'pylint>=2.5.0,<2.11.0',
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++            'pylint>=2.5.0',
</span>              'rope>=0.10.5',
              'yapf',
          ],
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@
</span>          'pydocstyle': ['pydocstyle>=2.0.0'],
          'pyflakes': ['pyflakes>=2.3.0,<2.4.0'],
 -        'pylint': ['pylint>=2.5.0,<2.10.0'],
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+        'pylint': ['pylint>=2.5.0,<2.11.0'],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++        'pylint': ['pylint>=2.5.0'],
</span>          'rope': ['rope>0.10.5'],
          'yapf': ['yapf'],
          'test': ['pylint>=2.5.0,<2.10.0', 'pytest', 'pytest-cov', 'coverage',
</pre><pre style='margin:0'>

</pre>