python-certifi/python-certifi-fix-version-string.patch
Dirk Mueller 98c71b1c9d Accepting request 533607 from home:glaubitz:branches:devel:languages:python
- add patch to fix version string from 2017.07.27.1 to
  2017.7.27.1 to fix the build on SLE12_SP3 and earlier
  + python-certifi-fix-version-string.patch

OBS-URL: https://build.opensuse.org/request/show/533607
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=19
2017-10-12 11:16:32 +00:00

9 lines
373 B
Diff

diff -Nru certifi-2017.7.27.1.orig/certifi/__init__.py certifi-2017.7.27.1/certifi/__init__.py
--- certifi-2017.7.27.1.orig/certifi/__init__.py 2017-07-27 17:45:44.000000000 +0200
+++ certifi-2017.7.27.1/certifi/__init__.py 2017-10-12 10:50:57.829829040 +0200
@@ -1,3 +1,3 @@
from .core import where, old_where
-__version__ = "2017.07.27.1"
+__version__ = "2017.7.27.1"