pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xonsh: Document patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 21 13:23:13 2016 +0200
Changeset:	e9326a7d0d63cf9acfb9692fd5cd9659ebbd1bf7

Modified Files:
	xonsh/distinfo
	xonsh/patches/patch-news_netbsd.rst
	xonsh/patches/patch-xonsh_aliases.py
	xonsh/patches/patch-xonsh_platform.py

Log Message:
xonsh: Document patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e9326a7d0d63cf9acfb9692fd5cd9659ebbd1bf7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xonsh/distinfo                        | 6 +++---
 xonsh/patches/patch-news_netbsd.rst   | 3 +++
 xonsh/patches/patch-xonsh_aliases.py  | 3 +++
 xonsh/patches/patch-xonsh_platform.py | 3 +++
 4 files changed, 12 insertions(+), 3 deletions(-)

diffs:
diff --git a/xonsh/distinfo b/xonsh/distinfo
index c398751..d4f2f9c 100644
--- a/xonsh/distinfo
+++ b/xonsh/distinfo
@@ -4,6 +4,6 @@ SHA1 (xonsh-0.4.5.tar.gz) = bae4eb57f2e8be1e4c39e9b9afc99b9e1e6fabe6
 RMD160 (xonsh-0.4.5.tar.gz) = e1a1e80623a94198ce601065a956b932e2a20c7b
 SHA512 (xonsh-0.4.5.tar.gz) = a1ae8ba47cd9793c14309d81fbfcd24cd12f55cb42e1bee9f1c9657f33e30b8ead3d455781aaac8030dadaf2196fc061f6d5407d8baebeb8202ca6e3bf51a130
 Size (xonsh-0.4.5.tar.gz) = 1554875 bytes
-SHA1 (patch-news_netbsd.rst) = 9758537cc89d8e5216c1027c0700c3f66871eabc
-SHA1 (patch-xonsh_aliases.py) = 90ad347e0a56e801f3d87ba73cb7d4501b9b9122
-SHA1 (patch-xonsh_platform.py) = 6f9f9df95a2fe447929ca25040d06fae41b3df37
+SHA1 (patch-news_netbsd.rst) = 34fb889ee241dd35c9b4e243711474b935616ac3
+SHA1 (patch-xonsh_aliases.py) = 584190affc8b591e31d2a0e313bd26b7080783f1
+SHA1 (patch-xonsh_platform.py) = 9ff701549ef5d4f17693b3d3d6df326911a7ea82
diff --git a/xonsh/patches/patch-news_netbsd.rst b/xonsh/patches/patch-news_netbsd.rst
index 90df4c3..c0dffb2 100644
--- a/xonsh/patches/patch-news_netbsd.rst
+++ b/xonsh/patches/patch-news_netbsd.rst
@@ -1,5 +1,8 @@
 $NetBSD$
 
+Cherry-pick upstream patch adding NetBSD support
+https://github.com/xonsh/xonsh/pull/1601
+
 --- news/netbsd.rst.orig	2016-08-21 10:54:55.638271601 +0000
 +++ news/netbsd.rst
 @@ -0,0 +1,13 @@
diff --git a/xonsh/patches/patch-xonsh_aliases.py b/xonsh/patches/patch-xonsh_aliases.py
index 9d7999d..9d5aad9 100644
--- a/xonsh/patches/patch-xonsh_aliases.py
+++ b/xonsh/patches/patch-xonsh_aliases.py
@@ -1,5 +1,8 @@
 $NetBSD$
 
+Cherry-pick upstream patch adding NetBSD support
+https://github.com/xonsh/xonsh/pull/1601
+
 --- xonsh/aliases.py.orig	2016-08-17 00:35:49.000000000 +0000
 +++ xonsh/aliases.py
 @@ -15,7 +15,7 @@ from xonsh.foreign_shells import foreign
diff --git a/xonsh/patches/patch-xonsh_platform.py b/xonsh/patches/patch-xonsh_platform.py
index 2f7b91d..4ccd656 100644
--- a/xonsh/patches/patch-xonsh_platform.py
+++ b/xonsh/patches/patch-xonsh_platform.py
@@ -1,5 +1,8 @@
 $NetBSD$
 
+Cherry-pick upstream patch adding NetBSD support
+https://github.com/xonsh/xonsh/pull/1601
+
 --- xonsh/platform.py.orig	2016-08-17 00:35:49.000000000 +0000
 +++ xonsh/platform.py
 @@ -46,6 +46,12 @@ ON_POSIX = LazyBool(lambda: (os.name == 


Home | Main Index | Thread Index | Old Index