15
0

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
This commit is contained in:
2017-10-12 11:16:32 +00:00
committed by Git OBS Bridge
parent ab59098ae8
commit 98c71b1c9d
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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"