Skip to content

Commit 7a8400d

Browse files
Bump snowballstemmer from 2.2.0 to 3.0.1 (#10855)
Bumps [snowballstemmer](https://github.com/snowballstem/snowball) from 2.2.0 to 3.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/snowballstem/snowball/blob/master/NEWS">snowballstemmer's changelog</a>.</em></p> <blockquote> <h1>Snowball 3.0.1 (2025-05-09)</h1> <h2>Python</h2> <ul> <li> <p>The <strong>init</strong>.py in 3.0.0 was incorrectly generated due to a missing build dependency and the list of algorithms was empty. First reported by laymonage. Thanks to Dmitry Shachnev, Henry Schreiner and Adam Turner for diagnosing and fixing. (<a href="https://redirect.github.com/snowballstem/snowball/issues/229">#229</a>, <a href="https://redirect.github.com/snowballstem/snowball/issues/230">#230</a>, <a href="https://redirect.github.com/snowballstem/snowball/issues/231">#231</a>)</p> </li> <li> <p>Add trove classifiers for Armenian and Yiddish which have now been registered with PyPI. Thanks to Henry Schreiner and Dmitry Shachnev. (<a href="https://redirect.github.com/snowballstem/snowball/issues/228">#228</a>)</p> </li> <li> <p>Update documented details of Python 2 support in old versions.</p> </li> </ul> <h1>Snowball 3.0.0 (2025-05-08)</h1> <h2>Ada</h2> <ul> <li> <p>Bug fixes:</p> <ul> <li> <p>Fix invalid Ada code generated for Snowball <code>loop</code> (it was partly Pascal!) None of the stemmers shipped in previous releases triggered this bug, but the Turkish stemmer now does.</p> </li> <li> <p>The Ada runtime was not tracking the current length of the string but instead used the current limit value or some other substitute, which manifested as various incorrect behaviours for code inside of <code>setlimit</code>.</p> </li> <li> <p><code>size</code> was incorrectly returning the difference between the limit and the backwards limit.</p> </li> <li> <p><code>lenof</code> or <code>sizeof</code> on a string variable generated Ada code that didn't even compile.</p> </li> <li> <p>Fix incorrect preconditions on some methods in the runtime.</p> </li> <li> <p>Fix bug in runtime code used by <code>attach</code>, <code>insert</code>, <code>&lt;-</code> and string variable assignment when a (sub)string was replaced with a larger string. This bug was triggered by code in the Kraaij-Pohlmann Dutch stemmer implementation (which was previously not enabled by default but is now the standard Dutch stemmer).</p> </li> <li> <p>Fix invalid code generated for <code>insert</code>, <code>&lt;-</code> and string variable assignment. This bug was triggered by code in the Kraaij-Pohlmann Dutch stemmer implementation (which was previously not enabled by default but is now the standard Dutch stemmer).</p> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snowballstem/snowball/commit/e4b3efb449ccb994d39230eb6e8440d267471f4a"><code>e4b3efb</code></a> Update for 3.0.1</li> <li><a href="https://github.com/snowballstem/snowball/commit/bbd3319b7f46c8e82f6f96b2e7969bae7b4fba04"><code>bbd3319</code></a> Protect empty languages dict</li> <li><a href="https://github.com/snowballstem/snowball/commit/298ff9fcc930fb6fae6bcc8c80eec74f8f73134c"><code>298ff9f</code></a> Update details of Python 2 support in old versions</li> <li><a href="https://github.com/snowballstem/snowball/commit/53fe098738ecb029e943804ad6cec442e54801a8"><code>53fe098</code></a> python: Specify correct dependencies for <code>$(python_output_dir)/__init__.py</code></li> <li><a href="https://github.com/snowballstem/snowball/commit/00a22def0924d06bb96dcffd728ae875b61d6613"><code>00a22de</code></a> Stop excluding classifiers for Armenian and Yiddish</li> <li><a href="https://github.com/snowballstem/snowball/commit/abd9adc758f5ba7f5db567d70a61e0929b69c3c1"><code>abd9adc</code></a> Update for 3.0.0</li> <li><a href="https://github.com/snowballstem/snowball/commit/d23d3561f48a505236fd8a89748286a80050b03d"><code>d23d356</code></a> Back out incomplete ESM support for 3.0.0</li> <li><a href="https://github.com/snowballstem/snowball/commit/ff42274e2247c475d9f42993ef307228949d5507"><code>ff42274</code></a> Update draft NEWS entry</li> <li><a href="https://github.com/snowballstem/snowball/commit/cd61f01a4e04c7a79b91a3cc2a42b6ffa144a99b"><code>cd61f01</code></a> tamil: remove_tense_suffix signals if ending removed</li> <li><a href="https://github.com/snowballstem/snowball/commit/edfe5763ed779aa1622eecd599029ecfb3ddb7aa"><code>edfe576</code></a> nepali: Reformat amongs to be clearer</li> <li>Additional commits viewable in <a href="https://github.com/snowballstem/snowball/compare/v2.2.0...v3.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snowballstemmer&package-manager=pip&previous-version=2.2.0&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8eb2e6 commit 7a8400d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ six==1.17.0
214214
# via python-dateutil
215215
slotscheck==0.19.1
216216
# via -r requirements/lint.in
217-
snowballstemmer==2.2.0
217+
snowballstemmer==3.0.1
218218
# via sphinx
219219
sphinx==8.1.3
220220
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ six==1.17.0
208208
# via python-dateutil
209209
slotscheck==0.19.1
210210
# via -r requirements/lint.in
211-
snowballstemmer==2.2.0
211+
snowballstemmer==3.0.1
212212
# via sphinx
213213
sphinx==8.1.3
214214
# via

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requests==2.32.4
4040
# via
4141
# sphinx
4242
# sphinxcontrib-spelling
43-
snowballstemmer==2.2.0
43+
snowballstemmer==3.0.1
4444
# via sphinx
4545
sphinx==8.1.3
4646
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pygments==2.19.1
3636
# via sphinx
3737
requests==2.32.4
3838
# via sphinx
39-
snowballstemmer==2.2.0
39+
snowballstemmer==3.0.1
4040
# via sphinx
4141
sphinx==8.1.3
4242
# via

0 commit comments

Comments
 (0)