diff mbox series

[v2,1/1] package/python-websocket-client: bump to version 0.56.0

Message ID 20191005153147.5277-1-asafka7@gmail.com
State Accepted
Headers show
Series [v2,1/1] package/python-websocket-client: bump to version 0.56.0 | expand

Commit Message

Asaf Kahlon Oct. 5, 2019, 3:31 p.m. UTC
The license file has changed to BSD-3-Clause, but the source files
still specify the LGPL-2.1+ license, so we'll have to specify both
licenses for now.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
v1->v2: Specify both licenses, and ammend the commit message accordingly.
---
 .../python-websocket-client/python-websocket-client.hash | 9 +++++----
 .../python-websocket-client/python-websocket-client.mk   | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

Comments

Thomas Petazzoni Oct. 5, 2019, 8:14 p.m. UTC | #1
On Sat,  5 Oct 2019 18:31:47 +0300
Asaf Kahlon <asafka7@gmail.com> wrote:

> The license file has changed to BSD-3-Clause, but the source files
> still specify the LGPL-2.1+ license, so we'll have to specify both
> licenses for now.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> ---
> v1->v2: Specify both licenses, and ammend the commit message accordingly.
> ---
>  .../python-websocket-client/python-websocket-client.hash | 9 +++++----
>  .../python-websocket-client/python-websocket-client.mk   | 6 +++---
>  2 files changed, 8 insertions(+), 7 deletions(-)

Applied to master, thanks. Could you please submit a bug report/issue
upstream about the inconsistency between the LICENSE file and the
actual source files ?

Thanks!

Thomas
Asaf Kahlon Oct. 8, 2019, 4:29 a.m. UTC | #2
Hello,

I saw there's an open issue about the license change, but according to
the comments there I'm not sure it's going to be changed and the issue
seems to be dead.
I added a comment there in order to revive it. I will update if
there's a change.

Regards,
Asaf.

On Sat, Oct 5, 2019 at 11:14 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Sat,  5 Oct 2019 18:31:47 +0300
> Asaf Kahlon <asafka7@gmail.com> wrote:
>
> > The license file has changed to BSD-3-Clause, but the source files
> > still specify the LGPL-2.1+ license, so we'll have to specify both
> > licenses for now.
> >
> > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
> > ---
> > v1->v2: Specify both licenses, and ammend the commit message accordingly.
> > ---
> >  .../python-websocket-client/python-websocket-client.hash | 9 +++++----
> >  .../python-websocket-client/python-websocket-client.mk   | 6 +++---
> >  2 files changed, 8 insertions(+), 7 deletions(-)
>
> Applied to master, thanks. Could you please submit a bug report/issue
> upstream about the inconsistency between the LICENSE file and the
> actual source files ?
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
diff mbox series

Patch

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..a5654a5a58 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 = LGPL-2.1+, BSD-3-Clause
 PYTHON_WEBSOCKET_CLIENT_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))