Accepting request 811099 from devel:languages:python

- update to 2020.4.5.1:
  adds Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis
  Publics de Certificacio/Vegeu

OBS-URL: https://build.opensuse.org/request/show/811099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-certifi?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2020-06-05 18:00:50 +00:00 committed by Git OBS Bridge
commit 65310fc687
5 changed files with 19 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f
size 156407

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519
size 158038

View File

@ -1,10 +1,13 @@
Index: certifi-2019.3.9/certifi/core.py
Index: certifi-2020.4.5.1/certifi/core.py
===================================================================
--- certifi-2019.3.9.orig/certifi/core.py
+++ certifi-2019.3.9/certifi/core.py
@@ -12,4 +12,4 @@ import os
--- certifi-2020.4.5.1.orig/certifi/core.py
+++ certifi-2020.4.5.1/certifi/core.py
@@ -23,7 +23,7 @@ except ImportError:
def where():
f = os.path.dirname(__file__)
- return os.path.join(f, 'cacert.pem')
- return os.path.join(f, "cacert.pem")
+ return "/etc/ssl/ca-bundle.pem"
def contents():

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 3 11:12:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2020.4.5.1:
adds Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis
Publics de Certificacio/Vegeu
-------------------------------------------------------------------
Fri Jan 24 15:06:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certifi
Version: 2019.11.28
Version: 2020.4.5.1
Release: 0
Summary: Python package for providing Mozilla's CA Bundle
License: MPL-2.0