Update py-certifi 2018.11.29 -> 2019.9.11

Port changes: regen patches
This commit is contained in:
pvk 2019-10-24 13:33:04 +00:00
parent fef263b94b
commit 96eace628f
4 changed files with 8 additions and 12 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.20 2019/07/12 20:45:46 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2019/10/24 13:33:04 pvk Exp $
COMMENT = Python package to check certificates using the OpenBSD CA
MODPY_EGG_VERSION = 2018.11.29
MODPY_EGG_VERSION = 2019.9.11
DISTNAME = certifi-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel security
REVISION = 1
HOMEPAGE = https://certifi.io/

View File

@ -1,2 +1,2 @@
SHA256 (certifi-2018.11.29.tar.gz) = R/nIPvTAxiHq73Q/Ez8J+op0qbdfA36GJPg70bZibLc=
SIZE (certifi-2018.11.29.tar.gz) = 153772
SHA256 (certifi-2019.9.11.tar.gz) = 5PNiDP6k+D7tyVskq9nNVvPEsUbdAXfoOiG060niHlA=
SIZE (certifi-2019.9.11.tar.gz) = 154855

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-certifi_core_py,v 1.5 2019/02/14 06:35:04 pvk Exp $
$OpenBSD: patch-certifi_core_py,v 1.6 2019/10/24 13:33:04 pvk Exp $
Index: certifi/core.py
--- certifi/core.py.orig
+++ certifi/core.py
@@ -11,9 +11,7 @@ import os
@@ -10,6 +10,4 @@ import os
def where():
@ -10,6 +10,3 @@ Index: certifi/core.py
-
- return os.path.join(f, 'cacert.pem')
+ return '/etc/ssl/cert.pem'
if __name__ == '__main__':

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-setup_py,v 1.5 2019/02/14 06:35:04 pvk Exp $
$OpenBSD: patch-setup_py,v 1.6 2019/10/24 13:33:04 pvk Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -43,10 +43,6 @@ setup(
@@ -42,10 +42,6 @@ setup(
packages=[
'certifi',
],