Dear ports@ readers and plausible maintainer,

The attached diff updates security/py-service_identity port from version
16.0.0 (2016-02-18) to 18.1.0 (2018-12-05).

This diff also removes patches/patch-setup_cfg, which is now found at
upstream.

PyPI: https://pypi.org/project/service_identity/
Git: https://github.com/pyca/service_identity

Full changelog:
https://service-identity.readthedocs.io/en/stable/changelog.html

Tested on amd64 with `make test`.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/py-service_identity/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile	6 May 2017 09:48:44 -0000	1.1.1.1
+++ Makefile	3 Feb 2019 15:58:36 -0000
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2017/05/06 09:48:44 landry Exp $
 
-COMMENT =		service identity verification for pyOpenSSL
+COMMENT = service identity verification for pyOpenSSL & cryptography
 
-MODPY_EGG_VERSION =	16.0.0
+MODPY_EGG_VERSION =	18.1.0
 
 DISTNAME =		service_identity-${MODPY_EGG_VERSION}
 PKGNAME =		py-${DISTNAME}
@@ -20,6 +20,7 @@ RUN_DEPENDS =		devel/py-asn1${MODPY_FLAV
 			devel/py-asn1-modules${MODPY_FLAVOR} \
 			devel/py-attrs${MODPY_FLAVOR} \
 			net/py-idna${MODPY_FLAVOR} \
+			security/py-cryptography${MODPY_FLAVOR} \
 			security/py-openssl${MODPY_FLAVOR}
 
 TEST_DEPENDS =		devel/py-test${MODPY_FLAVOR}
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/py-service_identity/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo	6 May 2017 09:48:44 -0000	1.1.1.1
+++ distinfo	3 Feb 2019 15:58:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (service_identity-16.0.0.tar.gz) = BjDiIvWfkfPbSYvkax2Hn/IglV17utcZpcua0U48MDY=
-SIZE (service_identity-16.0.0.tar.gz) = 30270
+SHA256 (service_identity-18.1.0.tar.gz) = CFilSqvFtFnRqvqKUY7SCBooUIfzSf4+VRl5iSMuLi0=
+SIZE (service_identity-18.1.0.tar.gz) = 21653
Index: patches/patch-setup_cfg
===================================================================
RCS file: patches/patch-setup_cfg
diff -N patches/patch-setup_cfg
--- patches/patch-setup_cfg	6 May 2017 09:48:44 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,9 +0,0 @@
-$OpenBSD: patch-setup_cfg,v 1.1.1.1 2017/05/06 09:48:44 landry Exp $
---- setup.cfg.orig
-+++ setup.cfg
-@@ -1,4 +1,4 @@
--[pytest]
-+[tool:pytest]
- minversion = 2.8.2
- strict = true
- addopts = -ra

Reply via email to