Hello community,

here is the log from the commit of package python3-certifi for openSUSE:Factory 
checked in at 2015-09-30 05:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-certifi (Old)
 and      /work/SRC/openSUSE:Factory/.python3-certifi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-certifi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-certifi/python3-certifi.changes  
2015-05-02 21:42:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-certifi.new/python3-certifi.changes     
2015-09-30 05:52:12.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Sep 26 10:32:43 UTC 2015 - [email protected]
+
+- Update to version 2015.9.6.2:
+  * Actually ship weak cert bundle.
+  * Provide old cert bundle.
+  * Use secure roots by default.
+  * Update scripts to use mkcert.org
+  * Concatenate the two roots
+  * Add the needed 1024-bit roots
+  * Move mkcert output to non-core file
+- Rebase python3-certifi-shipped-requests-cabundle.patch
+
+-------------------------------------------------------------------

Old:
----
  certifi-2015.04.28.tar.gz

New:
----
  certifi-2015.9.6.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-certifi.spec ++++++
--- /var/tmp/diff_new_pack.fsqLxS/_old  2015-09-30 05:52:13.000000000 +0200
+++ /var/tmp/diff_new_pack.fsqLxS/_new  2015-09-30 05:52:13.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-certifi
-Version:        2015.04.28
+Version:        2015.9.6.2
 Release:        0
 Summary:        Python package for providing Mozilla's CA Bundle
 License:        MPL-2.0

++++++ certifi-2015.04.28.tar.gz -> certifi-2015.9.6.2.tar.gz ++++++
++++ 11696 lines of diff (skipped)

++++++ python3-certifi-shipped-requests-cabundle.patch ++++++
--- /var/tmp/diff_new_pack.fsqLxS/_old  2015-09-30 05:52:13.000000000 +0200
+++ /var/tmp/diff_new_pack.fsqLxS/_new  2015-09-30 05:52:13.000000000 +0200
@@ -1,11 +1,11 @@
---- a/certifi/core.py.orig     2014-05-16 16:50:08.000000000 +0200
-+++ b/certifi/core.py  2014-12-22 12:28:19.529632069 +0100
-@@ -13,7 +13,7 @@
+--- a/certifi/core.py.orig
++++ b/certifi/core.py
+@@ -21,7 +21,7 @@
  def where():
      f = os.path.split(__file__)[0]
  
 -    return os.path.join(f, 'cacert.pem')
 +    return "/etc/ssl/ca-bundle.pem"
  
- if __name__ == '__main__':
-     print(where())
+ 
+ def old_where():


Reply via email to