Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 11:41:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530644 - head/security/py-python-registry
Message-ID:  <202004041141.034BfZBh005085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  4 11:41:34 2020
New Revision: 530644
URL: https://svnweb.freebsd.org/changeset/ports/530644

Log:
  Update to 1.3.2

Modified:
  head/security/py-python-registry/Makefile
  head/security/py-python-registry/distinfo

Modified: head/security/py-python-registry/Makefile
==============================================================================
--- head/security/py-python-registry/Makefile	Sat Apr  4 11:40:36 2020	(r530643)
+++ head/security/py-python-registry/Makefile	Sat Apr  4 11:41:34 2020	(r530644)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-registry
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	security devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -12,7 +12,8 @@ COMMENT=	Read access to Windows Registry files
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
-RUN_DEPENDS=	${PY_ENUM34}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enum-compat>=0:devel/py-enum-compat@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}unicodecsv>=0:devel/py-unicodecsv@${PY_FLAVOR}
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	williballenthin

Modified: head/security/py-python-registry/distinfo
==============================================================================
--- head/security/py-python-registry/distinfo	Sat Apr  4 11:40:36 2020	(r530643)
+++ head/security/py-python-registry/distinfo	Sat Apr  4 11:41:34 2020	(r530644)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557393637
-SHA256 (williballenthin-python-registry-1.3.1_GH0.tar.gz) = 0f507d858edeaf63eb2772bdd1b6583b41ed5ec1a5a6ec774eebce251bf69723
-SIZE (williballenthin-python-registry-1.3.1_GH0.tar.gz) = 11317512
+TIMESTAMP = 1584990665
+SHA256 (williballenthin-python-registry-1.3.2_GH0.tar.gz) = b9960d42c73d97c4c9c35c51676b18cd5257f332614828a844ed60dc1127dca3
+SIZE (williballenthin-python-registry-1.3.2_GH0.tar.gz) = 11317335



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