Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 20:26:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560595 - head/devel/py-jsonlines
Message-ID:  <202101062026.106KQw4Q021561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  6 20:26:57 2021
New Revision: 560595
URL: https://svnweb.freebsd.org/changeset/ports/560595

Log:
  Update to 2.0.0
  
  Changes:	https://github.com/wbolster/jsonlines/blob/master/doc/index.rst#version-history

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

Modified: head/devel/py-jsonlines/Makefile
==============================================================================
--- head/devel/py-jsonlines/Makefile	Wed Jan  6 20:26:53 2021	(r560594)
+++ head/devel/py-jsonlines/Makefile	Wed Jan  6 20:26:57 2021	(r560595)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jsonlines
-PORTVERSION=	1.2.0
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,9 @@ COMMENT=	Library with helpers for the jsonlines file f
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
-USES=		python:3.6+
 
 .include <bsd.port.mk>

Modified: head/devel/py-jsonlines/distinfo
==============================================================================
--- head/devel/py-jsonlines/distinfo	Wed Jan  6 20:26:53 2021	(r560594)
+++ head/devel/py-jsonlines/distinfo	Wed Jan  6 20:26:57 2021	(r560595)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519647064
-SHA256 (jsonlines-1.2.0.tar.gz) = 43b8d5588a9d4862c8a4a49580e38e20ec595aee7ad6fe469b10fb83fbefde88
-SIZE (jsonlines-1.2.0.tar.gz) = 6075
+TIMESTAMP = 1609953911
+SHA256 (jsonlines-2.0.0.tar.gz) = 6fdd03104c9a421a1ba587a121aaac743bf02d8f87fa9cdaa3b852249a241fe8
+SIZE (jsonlines-2.0.0.tar.gz) = 6065



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