From dffd62e2cb26b468ef5916ea45315e9141b8b011 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 12 Nov 2016 19:37:00 -0500 Subject: [PATCH 1/6] Add ironpython-2.7.7-rc2 --- plugins/python-build/share/python-build/ironpython-2.7.7-rc2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/python-build/share/python-build/ironpython-2.7.7-rc2 diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 new file mode 100644 index 00000000..9ab7e428 --- /dev/null +++ b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 @@ -0,0 +1,2 @@ +install_zip "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython +# FIXME: have not confirmed to install setuptools into IronPython yet From 1ca671cc6a10183533ee0dd3eceb94dae4694717 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 12 Nov 2016 19:42:08 -0500 Subject: [PATCH 2/6] Change install_zip to install_package --- plugins/python-build/share/python-build/ironpython-2.7.7-rc2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 index 9ab7e428..6320e80a 100644 --- a/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 +++ b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 @@ -1,2 +1,2 @@ -install_zip "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython +install_package "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython # FIXME: have not confirmed to install setuptools into IronPython yet From bfbc9e280b56ddfe80e92c46a97830b73ddcfeb7 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 13 Nov 2016 14:18:42 -0500 Subject: [PATCH 3/6] Add stackless-2.7.12 (#753) --- plugins/python-build/share/python-build/stackless-2.7.12 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/python-build/share/python-build/stackless-2.7.12 diff --git a/plugins/python-build/share/python-build/stackless-2.7.12 b/plugins/python-build/share/python-build/stackless-2.7.12 new file mode 100644 index 00000000..7091020b --- /dev/null +++ b/plugins/python-build/share/python-build/stackless-2.7.12 @@ -0,0 +1,4 @@ +#require_gcc +install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl +install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline +install_package "stackless-dev-stackless-82aaa252fbdc" "https://bitbucket.org/stackless-dev/stackless/get/v2.7.12-slp.tar.bz2#af57d08477e8b9545d30b36df0ea903bdc96073898af6b4730f713bb74fd277d" ldflags_dirs standard verify_py27 ensurepip From c59b1d55c40e512cc8457a29b96a6fa9808f659e Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sun, 13 Nov 2016 15:19:12 -0500 Subject: [PATCH 4/6] Add stackless 2.7.10 --- plugins/python-build/share/python-build/stackless-2.7.10 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/python-build/share/python-build/stackless-2.7.10 diff --git a/plugins/python-build/share/python-build/stackless-2.7.10 b/plugins/python-build/share/python-build/stackless-2.7.10 new file mode 100644 index 00000000..3c491171 --- /dev/null +++ b/plugins/python-build/share/python-build/stackless-2.7.10 @@ -0,0 +1,4 @@ +#require_gcc +install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl +install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline +install_package "stackless-dev-stackless-b6b4c928e880" "https://bitbucket.org/stackless-dev/stackless/get/v2.7.10-slp.tar.bz2#70ac8fd4f9c6a735757520fd3faa35180324d72108752d956c40f0571c732f22" ldflags_dirs standard verify_py27 ensurepip From 3ec652e0b1c783b661d488f7bfa75c811f85a546 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sun, 13 Nov 2016 15:19:28 -0500 Subject: [PATCH 5/6] Add stackless 2.7.11 --- plugins/python-build/share/python-build/stackless-2.7.11 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/python-build/share/python-build/stackless-2.7.11 diff --git a/plugins/python-build/share/python-build/stackless-2.7.11 b/plugins/python-build/share/python-build/stackless-2.7.11 new file mode 100644 index 00000000..a67b873c --- /dev/null +++ b/plugins/python-build/share/python-build/stackless-2.7.11 @@ -0,0 +1,4 @@ +#require_gcc +install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl +install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline +install_package "stackless-dev-stackless-456e93659e69" "https://bitbucket.org/stackless-dev/stackless/get/v2.7.11-slp.tar.bz2#74093ac2824b167ecf8592164291c610dd9b31c8dce8b40b485ba9f39721e5b8" ldflags_dirs standard verify_py27 ensurepip From 74ba392548ffa107ef77d539b7d58405fe8c9802 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sun, 13 Nov 2016 15:19:41 -0500 Subject: [PATCH 6/6] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba93ff4..333b1a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +## Unreleased + +* python-build: Add PyPy 5.6.0 (#751) +* python-build: Add Stackless 2.7.12 (#753) +* python-build: Add Stackless 2.7.11 +* python-build: Add Stackless 2.7.10 + ## 1.0.3 * python-build: Add CPython 3.6.0b3 (#731, #744)