From owner-svn-ports-head@freebsd.org Fri Nov 11 20:07:38 2016 Return-Path: Delivered-To: svn-ports-head@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 6322FC3C9B9; Fri, 11 Nov 2016 20:07:38 +0000 (UTC) (envelope-from jrm@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 350361FEF; Fri, 11 Nov 2016 20:07:38 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABK7be5014161; Fri, 11 Nov 2016 20:07:37 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABK7b3S014159; Fri, 11 Nov 2016 20:07:37 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611112007.uABK7b3S014159@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Fri, 11 Nov 2016 20:07:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425908 - head/devel/py-simpleeval X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2016 20:07:38 -0000 Author: jrm Date: Fri Nov 11 20:07:37 2016 New Revision: 425908 URL: https://svnweb.freebsd.org/changeset/ports/425908 Log: devel/py-simpleeval: Update to version 0.9.1 Changelog: - Fix GH issue #13: Expression does not give expected result - Fix GH issue #15: Including non-builtin class in names allows end user to snoop - Fix GH issue #16: Multiple comparisons being short-circuited Approved by: AMDmi3 (mentor) Differential Revision: https://reviews.freebsd.org/D8493 Modified: head/devel/py-simpleeval/Makefile head/devel/py-simpleeval/distinfo Modified: head/devel/py-simpleeval/Makefile ============================================================================== --- head/devel/py-simpleeval/Makefile Fri Nov 11 19:43:03 2016 (r425907) +++ head/devel/py-simpleeval/Makefile Fri Nov 11 20:07:37 2016 (r425908) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simpleeval -PORTVERSION= 0.8.7 +PORTVERSION= 0.9.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,4 +14,6 @@ LICENSE= MIT USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include Modified: head/devel/py-simpleeval/distinfo ============================================================================== --- head/devel/py-simpleeval/distinfo Fri Nov 11 19:43:03 2016 (r425907) +++ head/devel/py-simpleeval/distinfo Fri Nov 11 20:07:37 2016 (r425908) @@ -1,2 +1,3 @@ -SHA256 (simpleeval-0.8.7.tar.gz) = ea13bcbe38178eebb4d374cdcb6591e0cc281a63669c29c99a6aa4fec7640117 -SIZE (simpleeval-0.8.7.tar.gz) = 11654 +TIMESTAMP = 1478803026 +SHA256 (simpleeval-0.9.1.tar.gz) = c6887a4bfc1d3a99888cad01604f4f63d5b9ba47320711b27a8f624c1aa86f53 +SIZE (simpleeval-0.9.1.tar.gz) = 12915