15
0

Accepting request 673494 from home:jayvdb:branches:devel:languages:python

- Update to 2018.11.29

OBS-URL: https://build.opensuse.org/request/show/673494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2019-02-12 08:00:17 +00:00
committed by Git OBS Bridge
parent 150744017c
commit 5041436522
5 changed files with 26 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7
size 153772

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7
size 149967

View File

@@ -1,11 +1,13 @@
--- a/certifi/core.py.orig
+++ b/certifi/core.py
@@ -21,7 +21,7 @@
def where():
f = os.path.dirname(__file__)
--- certifi-2018.11.29/certifi/core.py.orig 2019-02-12 01:08:55.597770361 +0700
+++ certifi-2018.11.29/certifi/core.py 2019-02-12 01:09:39.350035569 +0700
@@ -11,9 +11,7 @@
def where():
- f = os.path.dirname(__file__)
-
- return os.path.join(f, 'cacert.pem')
+ return "/etc/ssl/ca-bundle.pem"
def old_where():
if __name__ == '__main__':

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 11 22:29:47 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to 2018.11.29
* Deprecated old_where() has been removed
* Removed certificates
+ Visa eCommerce Root
+ Certplus Root CA G1
+ Certplus Root CA G2
+ OpenTrust Root CA G1
+ OpenTrust Root CA G2
+ OpenTrust Root CA G3
-------------------------------------------------------------------
Tue Jan 8 23:55:51 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>

View File

@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certifi
Version: 2018.4.16
Version: 2018.11.29
Release: 0
Summary: Python package for providing Mozilla's CA Bundle
License: MPL-2.0