Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 16:48:22 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328023 - head/devel/py-jsonschema
Message-ID:  <201309231648.r8NGmM7m026175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231648.r8NGmM7m026175>