diff --git a/certifi-2015.11.20.1.tar.gz b/certifi-2015.11.20.1.tar.gz deleted file mode 100644 index 785c2e9..0000000 --- a/certifi-2015.11.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16 -size 365934 diff --git a/certifi-2016.2.28.tar.gz b/certifi-2016.2.28.tar.gz new file mode 100644 index 0000000..484301a --- /dev/null +++ b/certifi-2016.2.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0 +size 364036 diff --git a/python-certifi.changes b/python-certifi.changes index 46799a1..006733f 100644 --- a/python-certifi.changes +++ b/python-certifi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 3 23:00:13 UTC 2016 - jacobwinski@gmail.com + +- Update to version 2016.2.28 +- Update copyright year in spec file +- Fix executable warning (fix taken from python3-certifi) + ------------------------------------------------------------------- Fri Jan 22 12:22:53 UTC 2016 - michael@stroeder.com diff --git a/python-certifi.spec b/python-certifi.spec index 9d50130..57be18c 100644 --- a/python-certifi.spec +++ b/python-certifi.spec @@ -1,7 +1,7 @@ # # spec file for package python-certifi # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,15 +13,16 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-certifi -Version: 2015.11.20.1 +Version: 2016.2.28 Release: 0 -License: MPL-2.0 Summary: Python package for providing Mozilla's CA Bundle -Url: https://pypi.python.org/pypi/certifi +License: MPL-2.0 Group: Development/Languages/Python +Url: https://pypi.python.org/pypi/certifi 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 @@ -57,6 +58,7 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +chmod +x %{buildroot}/%{python_sitelib}/certifi/core.py %if 0%{?suse_version} && 0%{?suse_version} > 1110 rm %{buildroot}/%{python_sitelib}/certifi/cacert.pem %endif