Hello community,

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

Package is "python-certifi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-certifi/python-certifi.changes    
2015-06-10 09:15:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-certifi.new/python-certifi.changes       
2015-09-30 05:52:11.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Sep 26 10:27:12 UTC 2015 - toddrme2...@gmail.com
+
+- 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
+- Fix dependencies on SLES 11
+- Certifi is released under MPL-2.0; fix the license tag
+- Rebase python-certifi-shipped-requests-cabundle.patch
+
+-------------------------------------------------------------------

Old:
----
  certifi-14.05.14.tar.gz

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

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

Other differences:
------------------
++++++ python-certifi.spec ++++++
--- /var/tmp/diff_new_pack.iYb97q/_old  2015-09-30 05:52:12.000000000 +0200
+++ /var/tmp/diff_new_pack.iYb97q/_new  2015-09-30 05:52:12.000000000 +0200
@@ -16,23 +16,25 @@
 
 
 Name:           python-certifi
-Version:        14.05.14
+Version:        2015.9.6.2
 Release:        0
-License:        ISC
+License:        MPL-2.0
 Summary:        Python package for providing Mozilla's CA Bundle
-Url:            http://python-requests.org
+Url:            https://pypi.python.org/pypi/certifi
 Group:          Development/Languages/Python
 Source:         
https://pypi.python.org/packages/source/c/certifi/certifi-%{version}.tar.gz
 # PATCH-FIX-SUSE -- prefer SUSE certificates
 Patch0:          python-certifi-shipped-requests-cabundle.patch
 BuildRequires:  python-devel
 BuildRequires: python-setuptools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
+%if 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildRequires:  ca-certificates
 Requires: ca-certificates
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
 BuildArch:      noarch
 %endif
@@ -46,7 +48,7 @@
 
 %prep
 %setup -q -n certifi-%{version}
-%if 0%{?suse_version}
+%if 0%{?suse_version} && 0%{?suse_version} > 1110
 %patch0 -p1
 %endif
 
@@ -55,7 +57,7 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version}
+%if 0%{?suse_version} && 0%{?suse_version} > 1110
 rm %{buildroot}/%{python_sitelib}/certifi/cacert.pem
 %endif
 

++++++ certifi-14.05.14.tar.gz -> certifi-2015.9.6.2.tar.gz ++++++
++++ 7955 lines of diff (skipped)

++++++ python-certifi-shipped-requests-cabundle.patch ++++++
--- /var/tmp/diff_new_pack.iYb97q/_old  2015-09-30 05:52:12.000000000 +0200
+++ /var/tmp/diff_new_pack.iYb97q/_new  2015-09-30 05:52:12.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