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

@@ -1,9 +1,12 @@
config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
bool "python-zope-interface"
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
This package provides an implementation of "object interfaces" for
Python. Interfaces are a mechanism for labeling objects as conforming
to a given API or contract. So, this package can be considered as
implementation of the Design By Contract methodology support in Python.
This package provides an implementation of "object
interfaces" for Python. Interfaces are a mechanism for
labeling objects as conforming to a given API or
contract. So, this package can be considered as
implementation of the Design By Contract methodology support
in Python.
http://docs.zope.org/zope.interface/

View File

@@ -1,3 +1,4 @@
# md5 from https://pypi.python.org/pypi/zope-interface/json, sha256 locally computed
md5 ba3f32eacaea66094b7e2ae2788cec89 zope.interface-4.3.3.tar.gz
sha256 8780ef68ca8c3fe1abb30c058a59015129d6e04a6b02c2e56b9c7de6078dfa88 zope.interface-4.3.3.tar.gz
# md5 from https://pypi.python.org/pypi/zope.interface/json, sha256 locally computed
md5 8700a4f527c1203b34b10c2b4e7a6912 zope.interface-4.4.3.tar.gz
sha256 d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce zope.interface-4.4.3.tar.gz
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_ZOPE_INTERFACE_VERSION = 4.3.3
PYTHON_ZOPE_INTERFACE_VERSION = 4.4.3
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
PYTHON_ZOPE_INTERFACE_SITE = https://pypi.python.org/packages/44/af/cea1e18bc0d3be0e0824762d3236f0e61088eeed75287e7b854d65ec9916
PYTHON_ZOPE_INTERFACE_SITE = https://pypi.python.org/packages/bd/d2/25349ed41f9dcff7b3baf87bd88a4c82396cf6e02f1f42bb68657a3132af
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
PYTHON_ZOPE_INTERFACE_LICENSE = ZPLv2.1
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))