FreeBSD Bugzilla – Attachment 238564 Details for
Bug 262398
www/py-websocket-client: Update to 1.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-websocket-client-1.4.2.patch
py310-websocket-client-1.4.2.patch (text/plain), 2.38 KB, created by
takefu
on 2022-12-06 04:50:41 UTC
(
hide
)
Description:
py-websocket-client-1.4.2.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2022-12-06 04:50:41 UTC
Size:
2.38 KB
patch
obsolete
>diff -udprN /usr/ports/www/py-websocket-client/Makefile ./Makefile >--- /usr/ports/www/py-websocket-client/Makefile 2022-09-07 21:06:12.000000000 +0000 >+++ ./Makefile 2022-12-06 04:44:00.524461000 +0000 >@@ -1,28 +1,43 @@ > PORTNAME= websocket-client >-PORTVERSION= 0.58.0 >+PORTVERSION= 1.4.2 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >-# Newer version is called "websocket_client" >-# but to keep compat with old portname we fixup >-# "-" to "_" here. >-DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} > > MAINTAINER= alfred@FreeBSD.org > COMMENT= Websocket client for python > WWW= https://github.com/websocket-client/websocket-client > >-LICENSE= BSD3CLAUSE >+LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} > >-USES= python:3.6+ >-USE_PYTHON= distutils concurrent autoplist >+USES= python:3.7+ >+USE_PYTHON= distutils autoplist > > NO_ARCH= yes > >+OPTIONS_DEFINE= OPTIONAL TEST >+OPTIONS_DEFAULT= OPTIONAL TEST >+OPTIONAL_DESC= SOCKS proxy support and performance boost >+TEST_DESC= Run unit tests using a local echo server >+ >+OPTIONAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-socks>0:net/py-python-socks@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}wsaccel>0:www/py-wsaccel@${PY_FLAVOR} >+ >+TEST_TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websockets>0:devel/py-websockets@${PY_FLAVOR} >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MTEST} >+TEST_ENV= LOCAL_WS_SERVER_PORT=8765 >+.endif >+ > do-test: >- @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+.if ${PORT_OPTIONS:MTEST} >+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} websocket/tests/echo-server.py &) >+.endif >+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest -v -ra) > > .include <bsd.port.mk> >diff -udprN /usr/ports/www/py-websocket-client/distinfo ./distinfo >--- /usr/ports/www/py-websocket-client/distinfo 2021-04-09 02:24:59.000000000 +0000 >+++ ./distinfo 2022-12-06 04:44:06.510392000 +0000 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1616713293 >-SHA256 (websocket_client-0.58.0.tar.gz) = 63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f >-SIZE (websocket_client-0.58.0.tar.gz) = 48216 >+TIMESTAMP = 1670301846 >+SHA256 (websocket-client-1.4.2.tar.gz) = d6e8f90ca8e2dd4e8027c4561adeb9456b54044312dba655e7cae652ceb9ae59 >+SIZE (websocket-client-1.4.2.tar.gz) = 49113
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
takefu:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 262398
:
232298
|
232325
|
232356
| 238564