15
0

Accepting request 826867 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/826867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=47
This commit is contained in:
2020-08-16 02:19:53 +00:00
committed by Git OBS Bridge
parent 29545b4b19
commit 69f6369ee5
5 changed files with 28 additions and 12 deletions

View File

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

3
certifi-2020.6.20.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3
size 157997

View File

@@ -1,13 +1,13 @@
Index: certifi-2020.4.5.1/certifi/core.py
Index: certifi-2020.6.20/certifi/core.py
===================================================================
--- 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__)
--- certifi-2020.6.20.orig/certifi/core.py
+++ certifi-2020.6.20/certifi/core.py
@@ -53,7 +53,7 @@ except ImportError:
def where():
f = os.path.dirname(__file__)
- return os.path.join(f, "cacert.pem")
+ return "/etc/ssl/ca-bundle.pem"
- return os.path.join(f, "cacert.pem")
+ return "/etc/ssl/ca-bundle.pem"
def contents():

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Aug 15 17:09:57 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update line numbers and whitespace in patch
- update to version 2020.6.20:
* Updates in enabled CAs
- changes from version 2020.04.05.2:
* Document policy for cert addition (#127)
* Clarify trust origin is Mozilla (#126)
* Fix where() so that it works with importlib.resources when
available
* Goodbye python 2
-------------------------------------------------------------------
Wed Jun 3 11:12:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

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