Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -2,8 +2,9 @@ config BR2_PACKAGE_PYTHON_PYRO
bool "python-pyro"
depends on BR2_PACKAGE_PYTHON
help
python-pyro is a Python library stands for PYthon Remote Objects.
It is an advanced and powerful Distributed Object Technology system
written entirely in Python, that is designed to be very easy to use..
python-pyro is a Python library stands for PYthon Remote
Objects. It is an advanced and powerful Distributed Object
Technology system written entirely in Python, that is
designed to be very easy to use..
https://pypi.python.org/pypi/Pyro/

View File

@@ -1,2 +1,3 @@
# locally computed
sha256 f01e32f8d1c3f427c4916e13d9e8cee24dbf924f72922a06591515911bd13756 Pyro-3.14.tar.gz
# md5 from https://pypi.python.org/pypi/pyro/json, sha256 locally computed
md5 59d4d3f4a8786776c9d7f9051b8f1a69 Pyro-3.16.tar.gz
sha256 1bed508453ef7a7556b51424a58101af2349b662baab7e7331c5cb85dbe7e578 Pyro-3.16.tar.gz

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_PYRO_VERSION = 3.14
PYTHON_PYRO_VERSION = 3.16
PYTHON_PYRO_SOURCE = Pyro-$(PYTHON_PYRO_VERSION).tar.gz
PYTHON_PYRO_SITE = https://pypi.python.org/packages/source/P/Pyro
PYTHON_PYRO_SITE = https://pypi.python.org/packages/61/68/0978adae315261b87acd216517c2c7f00780396e4d1426c5412458c6a28f
PYTHON_PYRO_LICENSE = MIT
PYTHON_PYRO_LICENSE_FILES = LICENSE
PYTHON_PYRO_SETUP_TYPE = distutils
PYTHON_PYRO_SETUP_TYPE = setuptools
$(eval $(python-package))