[Updated] D11298: pyoxidized: install fuzzywuzzy too
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Aug 19 01:20:11 UTC 2021
Closed by commit rHG72c3b47d1557: pyoxidized: install fuzzywuzzy too (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
CHANGED PRIOR TO COMMIT
https://phab.mercurial-scm.org/D11298?vs=29919&id=29949#toc
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11298?vs=29919&id=29949
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11298/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11298
AFFECTED FILES
contrib/packaging/requirements-windows-py3.txt
contrib/packaging/requirements-windows.txt.in
CHANGE DETAILS
diff --git a/contrib/packaging/requirements-windows.txt.in b/contrib/packaging/requirements-windows.txt.in
--- a/contrib/packaging/requirements-windows.txt.in
+++ b/contrib/packaging/requirements-windows.txt.in
@@ -2,6 +2,10 @@
# Pinned to an old version because 0.20 drops Python 3 compatibility.
dulwich < 0.20 ; python_version <= '2.7'
dulwich ; python_version >= '3'
+
+# Needed by the release note tooling
+fuzzywuzzy
+
keyring
pygit2 ; python_version >= '3'
pygments
diff --git a/contrib/packaging/requirements-windows-py3.txt b/contrib/packaging/requirements-windows-py3.txt
--- a/contrib/packaging/requirements-windows-py3.txt
+++ b/contrib/packaging/requirements-windows-py3.txt
@@ -67,6 +67,9 @@
--hash=sha256:e5871b86a079e9e290f52ab14559cea1b694a0b8ed2b9ebb898f6ced7f14a406 \
--hash=sha256:e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b \
# via -r contrib/packaging/requirements-windows.txt.in
+fuzzywuzzy==0.18.0 \
+ --hash=sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8 \
+ # via -r contrib/packaging/requirements-windows.txt.in
importlib-metadata==3.1.0 \
--hash=sha256:590690d61efdd716ff82c39ca9a9d4209252adfe288a4b5721181050acbd4175 \
--hash=sha256:d9b8a46a0885337627a6430db287176970fff18ad421becec1d64cfc763c2099 \
To: marmoute, #hg-reviewers, mharbison72
Cc: mharbison72, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210819/a0ca103c/attachment-0002.html>
More information about the Mercurial-patches
mailing list