diff --git a/README.md b/README.md index 973937c..7d0fff0 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,15 @@ Dell EMC OpenManage Python SDK is supported for python 2.7 and above. ``` pip3 install -r requirements-python3x.txt ``` # Installation - * This branch contains the build version 1.2.503 + * This branch contains the build version 1.2.509 * Install the latest development version from github: ``` git clone https://github.com/dell/omsdk.git cd omsdk - sh build.sh 1.2 503 + sh build.sh 1.2 509 cd dist - pip install omsdk-1.2.503-py2.py3-none-any.whl + pip install omsdk-1.2.509-py2.py3-none-any.whl ``` * If omsdk build creation fails due to `python` command error, configure `python` to launch either `python2` or `python3`. Accordingly configure the `pip` command. @@ -40,7 +40,7 @@ Dell EMC OpenManage Python SDK is supported for python 2.7 and above. * Downgrade pip version to lower than 10.0 and then install omsdk * Force install omsdk using: - ```pip install --ignore-installed omsdk-1.2.503-py2.py3-none-any.whl``` + ```pip install --ignore-installed omsdk-1.2.509-py2.py3-none-any.whl``` # Uninstallation * Uninstall this module as follows: diff --git a/omsdk/http/sdkhttpep.py b/omsdk/http/sdkhttpep.py index cd61599..7d3e380 100644 --- a/omsdk/http/sdkhttpep.py +++ b/omsdk/http/sdkhttpep.py @@ -25,7 +25,6 @@ import requests.exceptions import requests.packages.urllib3 from requests.packages.urllib3.exceptions import InsecureRequestWarning -from requests.packages.urllib3.exceptions import SNIMissingWarning from requests.packages.urllib3.exceptions import InsecurePlatformWarning from omsdk.sdkcenum import EnumWrapper, TypeHelper import logging diff --git a/setup.py b/setup.py index 34c0a26..273978e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ long_description = f.read() # Update the package version here -omsdk_ver = '1.2.490' +omsdk_ver = '1.2.509' # conditional dependency:include enum34 if python 2 is in use debug_l1_en = False