Skip to content

Commit 14095ae

Browse files
authored
Update README version numbers and date
1 parent aa57708 commit 14095ae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

mapscript/python/README.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Python MapScript for MapServer 7.2.1 README
1+
Python MapScript for MapServer 7.4.0 README
22
===========================================
33

44
:Author: MapServer Team
5-
:Last Updated: 2018-11-28
5+
:Last Updated: 2019-06-04
66

77
Introduction
88
------------
@@ -36,8 +36,8 @@ Advantages of ready-made wheels on PyPI include:
3636

3737
Currently the following wheels are built:
3838

39-
+ Python 2.7 x64 for MapServer 7.2
40-
+ Python 3.6 x64 for MapServer 7.2
39+
+ Python 2.7 x64 for MapServer 7.4.0
40+
+ Python 3.6 x64 for MapServer 7.4.0
4141

4242
The mapscript wheels have been compiled using Visual Studio 2017 version 15.3 (``MSVC++ 14.11 _MSC_VER == 1911``).
4343
Linux wheels are also planned, using the `manylinux <https://github.com/pypa/manylinux>`_ project.
@@ -62,8 +62,8 @@ On Windows you can use the following, replacing ``C:\MapServer\bin`` with the lo
6262
SET PATH=C:\MapServer\bin;%PATH%
6363
6464
Windows binary packages can be downloaded from `GIS Internals <https://www.gisinternals.com/stable.php>`_.
65-
To ensure compatibility with the wheels, please use identical release packages, e.g. ``release-1911-x64-gdal-2-3-mapserver-7-2``
66-
for mapscript 7.2.
65+
To ensure compatibility with the wheels, please use identical release packages, e.g. ``release-1911-x64-gdal-2-3-mapserver-7-4``
66+
for mapscript 7.4.
6767

6868
When using these packages the MapServer path will be similar to ``C:\release-1911-x64-gdal-2-3-mapserver-7-2\bin``.
6969

@@ -90,7 +90,7 @@ Now you should be able to import mapscript:
9090
.. code-block:: python
9191
9292
python -c "import mapscript;print(mapscript.msGetVersion())"
93-
MapServer version 7.2.0 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
93+
MapServer version 7.4.0 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=SVGCAIRO SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE
9494
9595
If you failed to add the MapServer binaries to your system path you may see one of the following errors:
9696

@@ -232,8 +232,8 @@ Make sure the MapServer binaries are on the system path, and that the PROJ_LIB v
232232

233233
.. code-block:: bat
234234
235-
SET PATH=C:\release-1911-x64-gdal-2-3-mapserver-7-2\bin;%PATH%
236-
SET PROJ_LIB=C:\release-1911-x64-gdal-2-3-mapserver-7-2\bin\proj\SHARE
235+
SET PATH=C:\release-1911-x64-gdal-2-3-mapserver-7-4\bin;%PATH%
236+
SET PROJ_LIB=C:\release-1911-x64-gdal-2-3-mapserver-7-4\bin\proj\SHARE
237237
238238
Finally run the command below to run the test suite:
239239

@@ -254,4 +254,4 @@ Credits
254254
+ Thomas Bonfort (developer)
255255
+ Even Rouault (developer)
256256
+ Seth Girvin (Python3 migration, documentation and builds)
257-
+ Claude Paroz (Python3 migration)
257+
+ Claude Paroz (Python3 migration)

0 commit comments

Comments
 (0)