All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/21] package/python-pexpect: bump version to 4.2.1
@ 2016-10-06 19:29 Bernd Kuhls
  2016-10-06 19:29 ` [Buildroot] [PATCH 02/21] package/python-pillow: bump version to 3.4.0 Bernd Kuhls
                   ` (20 more replies)
  0 siblings, 21 replies; 23+ messages in thread
From: Bernd Kuhls @ 2016-10-06 19:29 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/python-pexpect/python-pexpect.hash | 6 +++---
 package/python-pexpect/python-pexpect.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-pexpect/python-pexpect.hash b/package/python-pexpect/python-pexpect.hash
index 29cf892..e383607 100644
--- a/package/python-pexpect/python-pexpect.hash
+++ b/package/python-pexpect/python-pexpect.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org, sha256 locally computed
-md5 056df81e6ca7081f1015b4b147b977b7 pexpect-4.0.1.tar.gz
-sha256 232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c pexpect-4.0.1.tar.gz
+# md5 from https://pypi.python.org/pypi/pexpect/json, sha256 locally computed
+md5	3694410001a99dff83f0b500a1ca1c95  pexpect-4.2.1.tar.gz
+sha256	3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92  pexpect-4.2.1.tar.gz
diff --git a/package/python-pexpect/python-pexpect.mk b/package/python-pexpect/python-pexpect.mk
index 40a1741..f1f9903 100644
--- a/package/python-pexpect/python-pexpect.mk
+++ b/package/python-pexpect/python-pexpect.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PEXPECT_VERSION = 4.0.1
-PYTHON_PEXPECT_SITE = https://pypi.python.org/packages/source/p/pexpect
+PYTHON_PEXPECT_VERSION = 4.2.1
 PYTHON_PEXPECT_SOURCE = pexpect-$(PYTHON_PEXPECT_VERSION).tar.gz
+PYTHON_PEXPECT_SITE = https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98
 PYTHON_PEXPECT_LICENSE = ISC
 PYTHON_PEXPECT_LICENSE_FILES = LICENSE
 PYTHON_PEXPECT_SETUP_TYPE = distutils
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2016-10-07 13:22 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 19:29 [Buildroot] [PATCH 01/21] package/python-pexpect: bump version to 4.2.1 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 02/21] package/python-pillow: bump version to 3.4.0 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 03/21] package/python-pydal: bump version to 16.9 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 04/21] package/python-pysnmp-mibs: bump version to 0.1.6 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 05/21] package/python-pysnmp: bump version to 4.3.2 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 06/21] package/python-pytablewriter: bump version to 0.10.2 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 07/21] package/python-pytz: bump version to 2016.7 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 08/21] package/python-pyudev: bump version to 0.21.0 Bernd Kuhls
2016-10-07 13:22   ` Thomas Petazzoni
2016-10-06 19:29 ` [Buildroot] [PATCH 09/21] package/python-pyxb: bump version to 1.2.5 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 10/21] package/python-rpi-gpio: bump version to 0.6.2 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 11/21] package/python-rtslib-fb: bump version to 2.1.58 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 12/21] package/python-simplejson: bump version to 3.8.2 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 13/21] package/python-spidev: bump version to 3.2 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 14/21] package/python-thrift: bump version to 0.9.3 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 15/21] package/python-tornado: bump version to 4.4.2 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 16/21] package/python-twisted: bump version to 16.4.1 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 17/21] package/python-urllib3: bump version to 1.18 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 18/21] package/python-werkzeug: bump version to 0.11.11 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 19/21] package/python-ws4py: bump version to 0.3.5 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 20/21] package/python-xlsxwriter: bump version to 0.9.3 Bernd Kuhls
2016-10-06 19:29 ` [Buildroot] [PATCH 21/21] package/python-zope-interface: bump version to 4.3.2 Bernd Kuhls
2016-10-07 13:20 ` [Buildroot] [PATCH 01/21] package/python-pexpect: bump version to 4.2.1 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.