From 79276ef7b7ac6d14d1982682c42cd120058668d9 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:40:54 +0300 Subject: [PATCH 1/8] python: bump to version 2.7.14 Signed-off-by: Alexandru Ardelean --- lang/python/python/Makefile | 8 ++++++-- lang/python/python/files/python-version.mk | 2 +- .../patches/003-do-not-compile-tests-at-build.patch | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lang/python/python/Makefile b/lang/python/python/Makefile index 9b8f0c27a..96aac08b1 100644 --- a/lang/python/python/Makefile +++ b/lang/python/python/Makefile @@ -12,11 +12,11 @@ include ./files/python-version.mk PKG_NAME:=python PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO) -PKG_RELEASE:=7 +PKG_RELEASE:=1 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION) -PKG_HASH:=35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff98f731 +PKG_HASH:=71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66 PKG_LICENSE:=PSF PKG_LICENSE_FILES:=LICENSE Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Tools/pybench/LICENSE @@ -296,6 +296,10 @@ HOST_CONFIGURE_ARGS+= \ --with-ensurepip=install \ CONFIG_SITE= +define Host/Compile + $(call Host/Compile/Default,python Parser/pgen sharedmods) +endef + define Host/Install $(call Build/InstallMkFiles) $(MAKE) -C $(HOST_BUILD_DIR) install diff --git a/lang/python/python/files/python-version.mk b/lang/python/python/files/python-version.mk index b31a1d5a8..200461d4f 100644 --- a/lang/python/python/files/python-version.mk +++ b/lang/python/python/files/python-version.mk @@ -6,7 +6,7 @@ # PYTHON_VERSION:=2.7 -PYTHON_VERSION_MICRO:=13 +PYTHON_VERSION_MICRO:=14 PYTHON_SETUPTOOLS_VERSION:=28.8.0 PYTHON_PIP_VERSION:=9.0.1 diff --git a/lang/python/python/patches/003-do-not-compile-tests-at-build.patch b/lang/python/python/patches/003-do-not-compile-tests-at-build.patch index 6543bba79..5bd07b122 100644 --- a/lang/python/python/patches/003-do-not-compile-tests-at-build.patch +++ b/lang/python/python/patches/003-do-not-compile-tests-at-build.patch @@ -1,6 +1,6 @@ --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -1116,6 +1116,7 @@ libinstall: build_all $(srcdir)/Lib/$(PL +@@ -1110,6 +1110,7 @@ libinstall: build_all $(srcdir)/Lib/$(PL done; \ done $(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt @@ -8,7 +8,7 @@ if test -d $(DESTDIR)$(LIBDEST)/distutils/tests; then \ $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \ $(DESTDIR)$(LIBDEST)/distutils/tests ; \ -@@ -1142,6 +1143,7 @@ libinstall: build_all $(srcdir)/Lib/$(PL +@@ -1136,6 +1137,7 @@ libinstall: build_all $(srcdir)/Lib/$(PL $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/Grammar.txt -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/PatternGrammar.txt From 630679cb142cd817735646d158c09e5f35ebac88 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:42:23 +0300 Subject: [PATCH 2/8] python-cffi: update to version 1.11.0 Signed-off-by: Alexandru Ardelean --- lang/python/python-cffi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index bbad08117..7e1b2fdab 100644 --- a/lang/python/python-cffi/Makefile +++ b/lang/python/python-cffi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cffi -PKG_VERSION:=1.10.0 +PKG_VERSION:=1.11.0 PKG_RELEASE:=1 PKG_SOURCE:=cffi-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7 -PKG_HASH:=b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5 +PKG_SOURCE_URL:=https://pypi.python.org/packages/4e/32/4070bdf32812c89eb635c80880a5caa2e0189aa7999994c265577e5154f3 +PKG_HASH:=5f4ff33371c6969b39b293d9771ee91e81d26f9129be093ca1b7be357fcefd15 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION) From a51bf20d08466161eff18a2e3406ade3548ad3c3 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:48:38 +0300 Subject: [PATCH 3/8] python-lxml: update to version 4.0.0 Signed-off-by: Alexandru Ardelean --- lang/python/python-lxml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 798cf279f..65d43599a 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=3.7.2 +PKG_VERSION:=4.0.0 PKG_RELEASE:=1 PKG_SOURCE:=lxml-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://lxml.de/files/ -PKG_HASH:=59d9176360dbc3919e9d4bfca85c1ca64ab4f4ee00e6f119d7150ba887e3410a +PKG_HASH:=f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-lxml-$(PKG_VERSION) PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) From f05f3c7513d6fcfae5ae288d92707d4ff0b18a34 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:50:03 +0300 Subject: [PATCH 4/8] python-pyasn1: update to version 0.3.5 Signed-off-by: Alexandru Ardelean --- lang/python/python-pyasn1/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-pyasn1/Makefile b/lang/python/python-pyasn1/Makefile index 1e2705a41..eb9ac7903 100644 --- a/lang/python/python-pyasn1/Makefile +++ b/lang/python/python-pyasn1/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyasn1 -PKG_VERSION:=0.3.2 +PKG_VERSION:=0.3.5 PKG_RELEASE:=1 PKG_SOURCE:=pyasn1-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/17/a2/266818077dbd002d53ebe5aaaa05a04786256cea8dba1899ac0b832ef028 -PKG_HASH:=90bd82e0db59d4319eaf01c2549b34c817d645275fce9ad41bac7429aa380690 +PKG_SOURCE_URL:=https://pypi.python.org/packages/bc/85/029f5f4d4fa8a487538ce597932cf3601bba3392c85d74eae148fe6ac5d3 +PKG_HASH:=c7a1186416bcdaf19b56f5b2506200306d7d4cf222d3d7c2d4cb600ccacdaf1b PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt From aa1149b105839f46e8ae9b2acea5cd6b18b08d3a Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:51:21 +0300 Subject: [PATCH 5/8] python-pyasn1-modules: update to version 0.1.4 Signed-off-by: Alexandru Ardelean --- lang/python/python-pyasn1-modules/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-pyasn1-modules/Makefile b/lang/python/python-pyasn1-modules/Makefile index e51a7cfdb..68713e877 100644 --- a/lang/python/python-pyasn1-modules/Makefile +++ b/lang/python/python-pyasn1-modules/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pyasn1-modules -PKG_VERSION:=0.0.11 +PKG_VERSION:=0.1.4 PKG_RELEASE:=1 PKG_SOURCE:=pyasn1-modules-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/de/5f/0c6a1a096bfc2831ee8e2e951f79e6ec23c853c17ab5ba655322bfcde20a -PKG_HASH:=60d5c80bfee9b79b492d5d8a934b3ecfc523f2f83aaab4ffafa2bbb651d3c67a +PKG_SOURCE_URL:=https://pypi.python.org/packages/66/6b/f5582cbf3b920896ce1b97bde3894599b3dec31301ef79ae7ea0022f5577 +PKG_HASH:=b07c17bdb34d6f64aafea6269f2e8fb306a57473f0f38d9a6ca389d6ab30ac4a PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE.txt From a6f2c15791982321fdf36933c090a85b7b28d4e8 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:52:43 +0300 Subject: [PATCH 6/8] python-pyopenssl: update to version 17.3.0 Signed-off-by: Alexandru Ardelean --- lang/python/python-pyopenssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-pyopenssl/Makefile b/lang/python/python-pyopenssl/Makefile index c16bc57dc..dafc93cd3 100644 --- a/lang/python/python-pyopenssl/Makefile +++ b/lang/python/python-pyopenssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pyOpenSSL -PKG_VERSION:=17.2.0 +PKG_VERSION:=17.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/b0/9e/7088f6165c40c46416aff434eb806c1d64ad6ec6dbc201f5ad4d0484704e -PKG_HASH:=5d617ce36b07c51f330aa63b83bf7f25c40a0e95958876d54d1982f8c91b4834 +PKG_SOURCE_URL:=https://pypi.python.org/packages/ee/6a/cd78737dd990297205943cc4dcad3d3c502807fd2c5b18c5f33dc90ca214 +PKG_HASH:=29630b9064a82e04d8242ea01d7c93d70ec320f5e3ed48e95fcabc6b1d0f6c76 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE From 0ffa20d07e68c9021bcc8911c439bc879406846f Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:54:12 +0300 Subject: [PATCH 7/8] python-six: update to version 1.11.0 Signed-off-by: Alexandru Ardelean --- lang/python/python-six/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index a68792ab6..ff91bde11 100644 --- a/lang/python/python-six/Makefile +++ b/lang/python/python-six/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-six -PKG_VERSION:=1.10.0 -PKG_RELEASE:=4 +PKG_VERSION:=1.11.0 +PKG_RELEASE:=1 PKG_SOURCE:=six-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/six -PKG_HASH:=105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a +PKG_SOURCE_URL:=https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe +PKG_HASH:=70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9 HOST_BUILD_DEPENDS:=python/host From c0912ed80b7944898abd059e15a202d44f6ea05e Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 18 Sep 2017 09:59:03 +0300 Subject: [PATCH 8/8] python-idna: update to version 2.6 Signed-off-by: Alexandru Ardelean --- lang/python/python-idna/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile index e3413a252..c2d324282 100644 --- a/lang/python/python-idna/Makefile +++ b/lang/python/python-idna/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-idna -PKG_VERSION:=2.5 +PKG_VERSION:=2.6 PKG_RELEASE:=1 PKG_SOURCE:=idna-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/d8/82/28a51052215014efc07feac7330ed758702fc0581347098a81699b5281cb -PKG_HASH:=3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab +PKG_SOURCE_URL:=https://pypi.python.org/packages/f4/bd/0467d62790828c23c47fc1dfa1b1f052b24efdf5290f071c7a91d0d82fd3 +PKG_HASH:=2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE.rst