[Buildroot] [PATCH 1/1] package/python-websocket-client: bump to version 0.56.0

Arnout Vandecappelle arnout at mind.be
Sat Oct 5 15:12:23 UTC 2019



On 04/10/2019 20:31, Asaf Kahlon wrote:
> Update the license type (and hash) as the project changed it to to BSD.
> 
> Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
> ---
>  .../python-websocket-client/python-websocket-client.hash | 9 +++++----
>  .../python-websocket-client/python-websocket-client.mk   | 6 +++---
>  2 files changed, 8 insertions(+), 7 deletions(-)
> 
> diff --git a/package/python-websocket-client/python-websocket-client.hash b/package/python-websocket-client/python-websocket-client.hash
> index 3672ca074b..735cb53e1c 100644
> --- a/package/python-websocket-client/python-websocket-client.hash
> +++ b/package/python-websocket-client/python-websocket-client.hash
> @@ -1,4 +1,5 @@
> -# md5 from https://pypi.python.org/pypi/websocket-client/json, sha256 locally computed
> -md5	790b3ecb5364293ad70c59a1b92debb1  websocket_client-0.47.0.tar.gz
> -sha256	a453dc4dfa6e0db3d8fd7738a308a88effe6240c59f3226eb93e8f020c216149  websocket_client-0.47.0.tar.gz
> -sha256	e580b2a1a57c33085dd6a07cff693d828f7c3fa8a11ce56ade2a62c46951930d  LICENSE
> +# md5, sha256 from https://pypi.org/pypi/websocket-client/json
> +md5	89484bd5dac71123ae6a09b2f90fe62c  websocket_client-0.56.0.tar.gz
> +sha256	1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a  websocket_client-0.56.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256	a47b06717e8a3cf01d1307141287b1b4fa17fe4bb8785633d2fc6f57cb71d05e  LICENSE
> diff --git a/package/python-websocket-client/python-websocket-client.mk b/package/python-websocket-client/python-websocket-client.mk
> index 58c8407db3..637b99e54a 100644
> --- a/package/python-websocket-client/python-websocket-client.mk
> +++ b/package/python-websocket-client/python-websocket-client.mk
> @@ -4,11 +4,11 @@
>  #
>  ################################################################################
>  
> -PYTHON_WEBSOCKET_CLIENT_VERSION = 0.47.0
> +PYTHON_WEBSOCKET_CLIENT_VERSION = 0.56.0
>  PYTHON_WEBSOCKET_CLIENT_SOURCE = websocket_client-$(PYTHON_WEBSOCKET_CLIENT_VERSION).tar.gz
> -PYTHON_WEBSOCKET_CLIENT_SITE = https://pypi.python.org/packages/c9/bb/8d3dd9063cfe0cd5d03fe6a1f74ddd948f384e9c1eff0eb978f3976a7d27
> +PYTHON_WEBSOCKET_CLIENT_SITE = https://files.pythonhosted.org/packages/c5/01/8c9c7de6c46f88e70b5a3276c791a2be82ae83d8e0d0cc030525ee2866fd
>  PYTHON_WEBSOCKET_CLIENT_SETUP_TYPE = setuptools
> -PYTHON_WEBSOCKET_CLIENT_LICENSE = LGPL-2.1+
> +PYTHON_WEBSOCKET_CLIENT_LICENSE = BSD-3-Clause

 This is annoying... They indeed changed the LICENSE file, but the individual
source files still specify LGPL-2.1+. So I'd ask upstream to fix this. Until
then, we'd have to specify both licenses here...

 Regards,
 Arnout

>  PYTHON_WEBSOCKET_CLIENT_LICENSE_FILES = LICENSE
>  
>  $(eval $(python-package))
> 


More information about the buildroot mailing list