Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 23:20:10 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553394 - head/devel/py-nbformat
Message-ID:  <202010262320.09QNKALx029991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Oct 26 23:20:10 2020
New Revision: 553394
URL: https://svnweb.freebsd.org/changeset/ports/553394

Log:
  devel/py-nbformat: Update to 5.0.8
  
  Changelog:	https://github.com/jupyter/nbformat/blob/5.0.8/docs/changelog.rst
  
  Approved by:	python (with hat)

Modified:
  head/devel/py-nbformat/Makefile
  head/devel/py-nbformat/distinfo

Modified: head/devel/py-nbformat/Makefile
==============================================================================
--- head/devel/py-nbformat/Makefile	Mon Oct 26 23:18:45 2020	(r553393)
+++ head/devel/py-nbformat/Makefile	Mon Oct 26 23:20:10 2020	(r553394)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nbformat
-PORTVERSION=	5.0.7
+PORTVERSION=	5.0.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +24,11 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p
 NO_ARCH=	yes
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
+
+OPTIONS_DEFINE=	FASTJSON
+
+FASTJSON_DESC=		Fast validation with fastjsonschema
+FASTJSON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastjsonschema>=0:devel/py-fastjsonschema@${PY_FLAVOR}
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=

Modified: head/devel/py-nbformat/distinfo
==============================================================================
--- head/devel/py-nbformat/distinfo	Mon Oct 26 23:18:45 2020	(r553393)
+++ head/devel/py-nbformat/distinfo	Mon Oct 26 23:20:10 2020	(r553394)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591962275
-SHA256 (nbformat-5.0.7.tar.gz) = 54d4d6354835a936bad7e8182dcd003ca3dc0cedfee5a306090e04854343b340
-SIZE (nbformat-5.0.7.tar.gz) = 123813
+TIMESTAMP = 1603566834
+SHA256 (nbformat-5.0.8.tar.gz) = f545b22138865bfbcc6b1ffe89ed5a2b8e2dc5d4fe876f2ca60d8e6f702a30f8
+SIZE (nbformat-5.0.8.tar.gz) = 126111



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