From owner-svn-ports-all@FreeBSD.ORG Mon Sep 23 16:48:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1059B3DF; Mon, 23 Sep 2013 16:48:23 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F22392A54; Mon, 23 Sep 2013 16:48:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8NGmMXB026177; Mon, 23 Sep 2013 16:48:22 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8NGmM7m026175; Mon, 23 Sep 2013 16:48:22 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201309231648.r8NGmM7m026175@svn.freebsd.org> From: William Grzybowski Date: Mon, 23 Sep 2013 16:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328023 - head/devel/py-jsonschema 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.14 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: Mon, 23 Sep 2013 16:48:23 -0000 Author: wg Date: Mon Sep 23 16:48:22 2013 New Revision: 328023 URL: http://svnweb.freebsd.org/changeset/ports/328023 Log: devel/py-jsonschema: update to 2.1.0 - Update to 2.1.0 Changes: https://github.com/Julian/jsonschema/blob/master/README.rst#release-notes Modified: head/devel/py-jsonschema/Makefile head/devel/py-jsonschema/distinfo Modified: head/devel/py-jsonschema/Makefile ============================================================================== --- head/devel/py-jsonschema/Makefile Mon Sep 23 16:47:20 2013 (r328022) +++ head/devel/py-jsonschema/Makefile Mon Sep 23 16:48:22 2013 (r328023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonschema -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,4 +16,5 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes NO_STAGE= yes + .include Modified: head/devel/py-jsonschema/distinfo ============================================================================== --- head/devel/py-jsonschema/distinfo Mon Sep 23 16:47:20 2013 (r328022) +++ head/devel/py-jsonschema/distinfo Mon Sep 23 16:48:22 2013 (r328023) @@ -1,2 +1,2 @@ -SHA256 (jsonschema-2.0.0.tar.gz) = c2c8483be59aea3df568d8aad2b3296ef7ea767639efe6e0363c722f7f096322 -SIZE (jsonschema-2.0.0.tar.gz) = 39933 +SHA256 (jsonschema-2.1.0.tar.gz) = 6a5121630363eb6631822d74d350066a79e5c57c0c02117eb24e93c522ba2e17 +SIZE (jsonschema-2.1.0.tar.gz) = 40744