From owner-svn-ports-all@freebsd.org Tue May 15 06:48:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37EBBEE2B78; Tue, 15 May 2018 06:48:20 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E125073207; Tue, 15 May 2018 06:48:19 +0000 (UTC) (envelope-from koobs@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 C3C882799F; Tue, 15 May 2018 06:48:19 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4F6mJhc058269; Tue, 15 May 2018 06:48:19 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4F6mJnx058268; Tue, 15 May 2018 06:48:19 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201805150648.w4F6mJnx058268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 15 May 2018 06:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469993 - head/www/py-bleach X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/www/py-bleach X-SVN-Commit-Revision: 469993 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.26 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: Tue, 15 May 2018 06:48:20 -0000 Author: koobs Date: Tue May 15 06:48:19 2018 New Revision: 469993 URL: https://svnweb.freebsd.org/changeset/ports/469993 Log: www/py-bleach: Update to 2.1.3 [1] - Update TEST_DEPENDS (upstream switched from nose -> pytest) This version also fixes notifications in the existing version of net-im/py-matrix-synapse. [2] Changelog: https://github.com/mozilla/bleach/blob/v2.1.3/CHANGES PR: 226851 [1][2] Submitted by: mi MFH: 2018Q2 Modified: head/www/py-bleach/Makefile head/www/py-bleach/distinfo Modified: head/www/py-bleach/Makefile ============================================================================== --- head/www/py-bleach/Makefile Tue May 15 03:17:54 2018 (r469992) +++ head/www/py-bleach/Makefile Tue May 15 06:48:19 2018 (r469993) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bleach -PORTVERSION= 1.4.2 +PORTVERSION= 2.1.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,9 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}html5lib>=0.999:www/py-html5lib@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3:devel/py-nose@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}html5lib>=0.99999999:www/py-html5lib@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0:devel/py-pytest-runner@${FLAVOR} USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-bleach/distinfo ============================================================================== --- head/www/py-bleach/distinfo Tue May 15 03:17:54 2018 (r469992) +++ head/www/py-bleach/distinfo Tue May 15 06:48:19 2018 (r469993) @@ -1,2 +1,3 @@ -SHA256 (bleach-1.4.2.tar.gz) = 56018a17d1488eb1a1e18e7cdddcaea24d3c7b3704172e356f6916c577f4fd9e -SIZE (bleach-1.4.2.tar.gz) = 17876 +TIMESTAMP = 1526364338 +SHA256 (bleach-2.1.3.tar.gz) = eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44 +SIZE (bleach-2.1.3.tar.gz) = 60141