forked from pool/python-certifi
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:
8
python-certifi-fix-version-string.patch
Normal file
8
python-certifi-fix-version-string.patch
Normal 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"
|
||||
Reference in New Issue
Block a user