Dear all,
Please find attached diff for the latest devel/py-certifi update.
Newer py-certifi is required for updating sysutils/py-elasticsearch-curator
--
With best regards,
Pavel Korovin
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-certifi/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile 19 May 2018 22:26:22 -0000 1.16
+++ Makefile 13 Feb 2019 20:39:07 -0000
@@ -2,7 +2,7 @@
COMMENT = Python package to check certificates using the OpenBSD
CA
-MODPY_EGG_VERSION = 2018.4.16
+MODPY_EGG_VERSION = 2018.11.29
DISTNAME = certifi-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel security
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-certifi/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo 19 May 2018 22:26:22 -0000 1.10
+++ distinfo 13 Feb 2019 20:39:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (certifi-2018.4.16.tar.gz) =
E+aY9UKT25+JEisFgYQ6eCrQk0pP4BctKpgLp3/GG7c=
-SIZE (certifi-2018.4.16.tar.gz) = 149967
+SHA256 (certifi-2018.11.29.tar.gz) =
R/nIPvTAxiHq73Q/Ez8J+op0qbdfA36GJPg70bZibLc=
+SIZE (certifi-2018.11.29.tar.gz) = 153772
Index: patches/patch-certifi_core_py
===================================================================
RCS file: /cvs/ports/devel/py-certifi/patches/patch-certifi_core_py,v
retrieving revision 1.4
diff -u -p -r1.4 patch-certifi_core_py
--- patches/patch-certifi_core_py 19 May 2018 22:26:22 -0000 1.4
+++ patches/patch-certifi_core_py 13 Feb 2019 20:39:07 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-certifi_core_py,v 1.4 20
Index: certifi/core.py
--- certifi/core.py.orig
+++ certifi/core.py
-@@ -19,9 +19,7 @@ class DeprecatedBundleWarning(DeprecationWarning):
+@@ -11,9 +11,7 @@ import os
def where():
@@ -12,4 +12,4 @@ Index: certifi/core.py
+ return '/etc/ssl/cert.pem'
- def old_where():
+ if __name__ == '__main__':
Index: patches/patch-setup_py
===================================================================
RCS file: /cvs/ports/devel/py-certifi/patches/patch-setup_py,v
retrieving revision 1.4
diff -u -p -r1.4 patch-setup_py
--- patches/patch-setup_py 19 May 2018 22:26:22 -0000 1.4
+++ patches/patch-setup_py 13 Feb 2019 20:39:07 -0000
@@ -12,4 +12,4 @@ Index: setup.py
- include_package_data=True,
zip_safe=False,
license='MPL-2.0',
- classifiers=(
+ classifiers=[
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-certifi/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST 19 May 2018 22:26:22 -0000 1.6
+++ pkg/PLIST 13 Feb 2019 20:39:07 -0000
@@ -8,7 +8,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/certifi-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/certifi/__init__.py
lib/python${MODPY_VERSION}/site-packages/certifi/__main__.py
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/certifi/${MODPY_PYCACHE}
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/certifi/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/certifi/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certifi/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/certifi/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}pyc