# HG changeset patch # User Hans-G?nter Theisgen # Date 1657780253 -3600 # Node ID c0f79eae8eb790fee85ab3f4945cfe4b44cf59a4 # Parent a8259fba4f93763823ada0a1633c2126e66cae77 updated python-websocket-client (0.57.0 -> 0.59.0) diff -r a8259fba4f93 -r c0f79eae8eb7 python-websocket-client/receipt --- a/python-websocket-client/receipt Thu Jul 14 07:26:47 2022 +0100 +++ b/python-websocket-client/receipt Thu Jul 14 07:30:53 2022 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="python-websocket-client" -VERSION="0.57.0" +VERSION="0.59.0" # last version for Python 2 CATEGORY="development" SHORT_DESC="WebSocket client for Python. hybi13 is supported." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://pypi.org/project/websocket_client/" +WEB_SITE="https://pypi.org/project/websocket-client/" +REPOLOGY="python:websocket-client" -SOURCE="websocket_client" +SOURCE="websocket-client" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" @@ -33,5 +34,5 @@ mkdir -p $install/usr/share/doc cp $src/README* $install/usr/share/doc - cp -a $install/usr $fs/ + cp -a $install/usr $fs }