From owner-svn-ports-all@freebsd.org Sun May 15 15:50:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03CC6B3C476; Sun, 15 May 2016 15:50:45 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC8901E9C; Sun, 15 May 2016 15:50:44 +0000 (UTC) (envelope-from alfred@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4FFohoS085495; Sun, 15 May 2016 15:50:43 GMT (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4FFohK9085491; Sun, 15 May 2016 15:50:43 GMT (envelope-from alfred@FreeBSD.org) Message-Id: <201605151550.u4FFohK9085491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alfred set sender to alfred@FreeBSD.org using -f From: Alfred Perlstein Date: Sun, 15 May 2016 15:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415237 - head/www/py-websocket-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 15:50:45 -0000 Author: alfred (src committer) Date: Sun May 15 15:50:43 2016 New Revision: 415237 URL: https://svnweb.freebsd.org/changeset/ports/415237 Log: Update www/py-websocket-client to version 0.37.0. Modified: head/www/py-websocket-client/Makefile (contents, props changed) head/www/py-websocket-client/distinfo (contents, props changed) head/www/py-websocket-client/pkg-descr (contents, props changed) Modified: head/www/py-websocket-client/Makefile ============================================================================== --- head/www/py-websocket-client/Makefile Sun May 15 15:39:00 2016 (r415236) +++ head/www/py-websocket-client/Makefile Sun May 15 15:50:43 2016 (r415237) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= websocket-client -PORTVERSION= 0.16.0 +PORTVERSION= 0.37.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} MAINTAINER= alfred@FreeBSD.org COMMENT= Websocket client for python Modified: head/www/py-websocket-client/distinfo ============================================================================== --- head/www/py-websocket-client/distinfo Sun May 15 15:39:00 2016 (r415236) +++ head/www/py-websocket-client/distinfo Sun May 15 15:50:43 2016 (r415237) @@ -1,2 +1,3 @@ -SHA256 (websocket-client-0.16.0.tar.gz) = f0988cc8c1c723f898402153aad339cfbdebe662dfedef724e3a6f2351d3ff6a -SIZE (websocket-client-0.16.0.tar.gz) = 191403 +TIMESTAMP = 1463313718 +SHA256 (websocket_client-0.37.0.tar.gz) = 678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41 +SIZE (websocket_client-0.37.0.tar.gz) = 194246 Modified: head/www/py-websocket-client/pkg-descr ============================================================================== --- head/www/py-websocket-client/pkg-descr Sun May 15 15:39:00 2016 (r415236) +++ head/www/py-websocket-client/pkg-descr Sun May 15 15:50:43 2016 (r415237) @@ -2,7 +2,8 @@ websocket-client ================= -websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. +websocket-client module is WebSocket client for python. This provide +the low level APIs for WebSocket. All APIs are the synchronous +functions. websocket-client supports only hybi-13. -