From owner-svn-ports-all@freebsd.org Sun Oct 6 07:26:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 10F9A12F5FC; Sun, 6 Oct 2019 07:26:17 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46mFXS6g6qz3GxZ; Sun, 6 Oct 2019 07:26:16 +0000 (UTC) (envelope-from farrokhi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C958C21BB6; Sun, 6 Oct 2019 07:26:16 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x967QGNj059771; Sun, 6 Oct 2019 07:26:16 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x967QG3F059768; Sun, 6 Oct 2019 07:26:16 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201910060726.x967QG3F059768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Sun, 6 Oct 2019 07:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513875 - head/databases/py-aioredis X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: head/databases/py-aioredis X-SVN-Commit-Revision: 513875 X-SVN-Commit-Repository: ports 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.29 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, 06 Oct 2019 07:26:17 -0000 Author: farrokhi Date: Sun Oct 6 07:26:15 2019 New Revision: 513875 URL: https://svnweb.freebsd.org/changeset/ports/513875 Log: databases/py-aioredis: Update to 1.3.0 - Update to 1.3.0 - Pet portlint Modified: head/databases/py-aioredis/Makefile head/databases/py-aioredis/distinfo head/databases/py-aioredis/pkg-descr Modified: head/databases/py-aioredis/Makefile ============================================================================== --- head/databases/py-aioredis/Makefile Sun Oct 6 07:21:11 2019 (r513874) +++ head/databases/py-aioredis/Makefile Sun Oct 6 07:26:15 2019 (r513875) @@ -2,26 +2,26 @@ # $FreeBSD$ PORTNAME= aioredis -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= farrokhi@FreeBSD.org -COMMENT= Python asyncio based Redis client library +COMMENT= Python asyncio (PEP 3156) Redis client library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} +USES= python:3.5+ +USE_PYTHON= distutils autoplist + OPTIONS_DEFINE= HIREDIS HIREDIS_DESC= High performance response parser (via hiredis) HIREDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hiredis>0:databases/py-hiredis@${PY_FLAVOR} - -USES= python:3.5+ -USE_PYTHON= distutils autoplist .include Modified: head/databases/py-aioredis/distinfo ============================================================================== --- head/databases/py-aioredis/distinfo Sun Oct 6 07:21:11 2019 (r513874) +++ head/databases/py-aioredis/distinfo Sun Oct 6 07:26:15 2019 (r513875) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540486502 -SHA256 (aioredis-1.2.0.tar.gz) = 84d62be729beb87118cf126c20b0e3f52d7a42bb7373dc5bcdd874f26f1f251a -SIZE (aioredis-1.2.0.tar.gz) = 150616 +TIMESTAMP = 1570345992 +SHA256 (aioredis-1.3.0.tar.gz) = 86da2748fb0652625a8346f413167f078ec72bdc76e217db7e605a059cd56e86 +SIZE (aioredis-1.3.0.tar.gz) = 155751 Modified: head/databases/py-aioredis/pkg-descr ============================================================================== --- head/databases/py-aioredis/pkg-descr Sun Oct 6 07:21:11 2019 (r513874) +++ head/databases/py-aioredis/pkg-descr Sun Oct 6 07:26:15 2019 (r513875) @@ -1,6 +1,6 @@ asyncio (PEP 3156) Redis client library. -The library is intended to provide simple and clear interface +The library is intended to provide simple and clear interface to Redis based on asyncio. WWW: https://github.com/aio-libs/aioredis