<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 26, 2019 at 9:10 PM Matt Harbison <<a href="mailto:mharbison72@gmail.com">mharbison72@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"># HG changeset patch<br>
# User Matt Harbison <<a href="mailto:matt_harbison@yahoo.com" target="_blank">matt_harbison@yahoo.com</a>><br>
# Date 1556337169 14400<br>
#      Fri Apr 26 23:52:49 2019 -0400<br>
# Branch stable<br>
# Node ID 723ed44028963db5a657578ac358acd07e546daa<br>
# Parent  14589f1989e91a455597cee754ae8587f3725394<br>
inno: bump keyring to 18.0.1 to avoid AttributeError (issue6043)<br></blockquote><div><br></div><div>Queued for stable, thanks.</div><div><br></div><div>The Windows packaging code copied what was being done in the wild by current package maintainers, hence why keyring is present in the Inno installer but not WiX. We should definitely talk about consolidating behavior. To what I'm not sure: I'm not sure why various dependencies are included...<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
The error seems to be harmless, because it happens after closing the connection.<br>
For whatever reason, this isn't bundled with the Wix installer.<br>
<br>
<a href="https://github.com/jaraco/keyring/issues/386" rel="noreferrer" target="_blank">https://github.com/jaraco/keyring/issues/386</a><br>
<a href="https://bitbucket.org/Mekk/mercurial_keyring/issues/63/attributeerror-during-process-finish-with" rel="noreferrer" target="_blank">https://bitbucket.org/Mekk/mercurial_keyring/issues/63/attributeerror-during-process-finish-with</a><br>
<br>
diff --git a/contrib/packaging/inno/requirements.txt b/contrib/packaging/inno/requirements.txt<br>
--- a/contrib/packaging/inno/requirements.txt<br>
+++ b/contrib/packaging/inno/requirements.txt<br>
@@ -22,9 +22,9 @@ entrypoints==0.3 \<br>
     --hash=sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19 \<br>
     --hash=sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451 \<br>
     # via keyring<br>
-keyring==18.0.0 \<br>
-    --hash=sha256:12833d2b05d2055e0e25931184af9cd6a738f320a2264853cabbd8a3a0f0b65d \<br>
-    --hash=sha256:ca33f5ccc542b9ffaa196ee9a33488069e5e7eac77d5b81969f8a3ce74d0230c<br>
+keyring==18.0.1 \<br>
+    --hash=sha256:67d6cc0132bd77922725fae9f18366bb314fd8f95ff4d323a4df41890a96a838 \<br>
+    --hash=sha256:7b29ebfcf8678c4da531b2478a912eea01e80007e5ddca9ee0c7038cb3489ec6<br>
 pygments==2.3.1 \<br>
     --hash=sha256:5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a \<br>
     --hash=sha256:e8218dd399a61674745138520d0d4cf2621d7e032439341bc3f647bff125818d<br>
_______________________________________________<br>
Mercurial-devel mailing list<br>
<a href="mailto:Mercurial-devel@mercurial-scm.org" target="_blank">Mercurial-devel@mercurial-scm.org</a><br>
<a href="https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel" rel="noreferrer" target="_blank">https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel</a><br>
</blockquote></div></div>