Skip to content

Commit

Permalink
Update python version to latest 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jomann09 committed Oct 28, 2017
1 parent c841515 commit f38f785
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions BUILDING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prerequisites
-------------

* `Git for Windows <https://git-scm.com/download/win>`_
* Python 2.7.13 (32-Bit) (`Download <https://www.python.org/downloads/release/python-2713/>`_)
* Python 2.7.14 (32-Bit) (`Download <https://www.python.org/downloads/release/python-2714/>`_)
* OpenSSL for Windows (32-bit) (`Download <https://slproweb.com/download/Win32OpenSSL-1_1_0f.exe>`_) *Requires admin rights*
* `Microsoft Visual C++ Compiler for Python 2.7 <http://aka.ms/vcpython27>`_
* `Microsoft Visual C++ 2010 runtime (32-bit) <http://www.microsoft.com/en-us/download/details.aspx?id=8328>`_ *Requires admin rights*
Expand All @@ -37,7 +37,7 @@ Install Prerequisites

* Python

1. Download and install Python 2.7.13. (`see prerequisites <https://github.com/NagiosEnterprises/ncpa/blob/master/BUILDING.rst#prerequisites>`_)
1. Download and install Python 2.7.14. (`see prerequisites <https://github.com/NagiosEnterprises/ncpa/blob/master/BUILDING.rst#prerequisites>`_)
2. Execute the installer as usual. It's important that the
installation path is not changed from the default of
C:\\python27 as cx_Freeze can have difficulty finding
Expand Down Expand Up @@ -67,7 +67,7 @@ Install Prerequisites

* pip

* Pip is installed by default in Python 2.7.13 but should be updated before continuing::
* Pip is installed by default in Python 2.7.14 but should be updated before continuing::

"%pydir%" -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

2.0.6 - ??/??/2017
==================
- Updated Python version to 2.7.14
- Fixed passive checks not writing to the check history database
- Fixed API section for Internet Explorer

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ been installed and working.

You will need to install git for windows. Then, download and install:

* `Python 2.7.13 on Windows <https://www.python.org/downloads/release/python-2713/>`_
* `Python 2.7.14 on Windows <https://www.python.org/downloads/release/python-2714/>`_
* OpenSSL for Windows (`Download <https://slproweb.com/download/Win32OpenSSL-1_1_0c.exe>`_)

To set up the python requirements, in `cmd.exe` clone the NCPA repo and run::
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion build/scripts/linux_build_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PYTHONTAR="Python-2.7.13"
PYTHONTAR="Python-2.7.14"
PYTHONVER="python2.7"
CXFREEZETAR="cx_Freeze-4.3.4-patched"
CXFREEZEVER="cx_Freeze-4.3.4"
Expand Down

0 comments on commit f38f785

Please sign in to comment.