<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a117a3292778a1d1a8d647af2416ce96d4cf1df0">https://github.com/macports/macports-ports/commit/a117a3292778a1d1a8d647af2416ce96d4cf1df0</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new a117a32 python35: Fix case of directory in patchfile
</span>a117a32 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a117a3292778a1d1a8d647af2416ce96d4cf1df0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 20 05:50:59 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> python35: Fix case of directory in patchfile
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/57144
</span>---
lang/python35/files/uuid-64bit.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python35/files/uuid-64bit.patch b/lang/python35/files/uuid-64bit.patch
</span><span style='display:block; white-space:pre;color:#808080;'>index 9fa3596..86e9491 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python35/files/uuid-64bit.patch
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python35/files/uuid-64bit.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,8 +2,8 @@ Fix uuid failure on systems with 64-bit hardware addresses:
</span> https://bugs.python.org/issue32502
Backported from:
https://github.com/python/cpython/commit/d69794f4df81de731cc66dc82136e28bee691e1e#diff-9d2d23bf4362c9ec2b6dd4b64b73756c
<span style='display:block; white-space:pre;background:#ffe0e0;'>---- lib/uuid.py.orig 2018-08-02 04:19:12.000000000 -0500
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ lib/uuid.py 2018-08-26 02:26:30.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Lib/uuid.py.orig 2018-08-02 04:19:12.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Lib/uuid.py 2018-08-26 02:26:30.000000000 -0500
</span> @@ -527,6 +527,12 @@
_node = None
</pre><pre style='margin:0'>
</pre>