Date: Fri, 30 Sep 2022 04:22:52 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd514e74b113 - main - devel/py-jsonpickle: Update 2.1.0 -> 2.2.0 Message-ID: <202209300422.28U4Mqmt073739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd514e74b11327fecc6a4b6cd12790d265b3d354 commit bd514e74b11327fecc6a4b6cd12790d265b3d354 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-30 03:54:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-30 03:54:44 +0000 devel/py-jsonpickle: Update 2.1.0 -> 2.2.0 Reported by: portscout --- devel/py-jsonpickle/Makefile | 6 ++++-- devel/py-jsonpickle/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-jsonpickle/Makefile b/devel/py-jsonpickle/Makefile index 4a498c74669b..61122b3e4edf 100644 --- a/devel/py-jsonpickle/Makefile +++ b/devel/py-jsonpickle/Makefile @@ -1,5 +1,5 @@ PORTNAME= jsonpickle -DISTVERSION= 2.1.0 +DISTVERSION= 2.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} USES= cpe python:3.6+ +USE_PYTHON= distutils autoplist pytest + CPE_VENDOR= ${PORTNAME}_project -USE_PYTHON= distutils autoplist + NO_ARCH= yes .include <bsd.port.pre.mk> diff --git a/devel/py-jsonpickle/distinfo b/devel/py-jsonpickle/distinfo index 3b5209adb960..1a2506bf8704 100644 --- a/devel/py-jsonpickle/distinfo +++ b/devel/py-jsonpickle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642279058 -SHA256 (jsonpickle-2.1.0.tar.gz) = 84684cfc5338a534173c8dd69809e40f2865d0be1f8a2b7af8465e5b968dcfa9 -SIZE (jsonpickle-2.1.0.tar.gz) = 186799 +TIMESTAMP = 1664509898 +SHA256 (jsonpickle-2.2.0.tar.gz) = 7b272918b0554182e53dc340ddd62d9b7f902fec7e7b05620c04f3ccef479a0e +SIZE (jsonpickle-2.2.0.tar.gz) = 189866
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209300422.28U4Mqmt073739>