File tree Expand file tree Collapse file tree 5 files changed +10
-54
lines changed Expand file tree Collapse file tree 5 files changed +10
-54
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Pre-requisites
66
77Running geoscript-py requires:
88
9- * [ Java 1.6 +] ( https://www.java.com/en/download/ )
10- * [ Jython 2.5 .1+] ( http://www.jython.org/downloads.html )
9+ * [ Java 1.8 +] ( https://www.java.com/en/download/ )
10+ * [ Jython 2.7 .1+] ( http://www.jython.org/downloads.html )
1111
1212
1313Developing
Original file line number Diff line number Diff line change 4545# built documents.
4646#
4747# The short X.Y version.
48- version = '1.2 '
48+ version = '1.5.0 '
4949# The full version, including alpha/beta/rc tags.
50- release = '1.2.1 '
50+ release = '1.5.0 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -6,54 +6,10 @@ Downloads
66Stable
77------
88
9- The current stable release of GeoScript PY is 1.2.1 . Select a file to download from below.
9+ The current stable release of GeoScript PY is 1.5.0 . Select a file to download from below.
1010
11- Full
12- ^^^^
11+ .. cssclass :: external
1312
14- GeoScript sources with required GeoTools libraries.
13+ * ` tar.gz < https://github.com/geoscript/geoscript-groovy/releases/download/v1.5.0/geoscript-1.5.0.tar.gz >`_
1514
16- .. cssclass :: external
17-
18- * `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1.tar.gz >`_
19- * `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1.zip >`_
20-
21- Source
22- ^^^^^^
23-
24- GeoScript sources only, no GeoTools libraries. Meant for projects that already have GeoTools as a dependency.
25-
26- .. cssclass :: external
27-
28- * `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-src.tar.gz >`_
29- * `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-src.zip >`_
30-
31- Doc
32- ^^^
33-
34- GeoScript HTML documentation.
35-
36- .. cssclass :: external
37-
38- * `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-doc.tar.gz >`_
39- * `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.2.1-doc.zip >`_
40-
41-
42- Latest
43- ------
44-
45- The latest tagged build is 1.3-20130322.
46-
47- * `tar.gz <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.3-20130322.tar.gz >`_
48- * `zip <http://ares.boundlessgeo.com/geoscript/py/release/geoscript-1.3-20130322.zip >`_
49-
50- .. warning ::
51-
52- The latest builds can be unstable and contain api that is subject to change without deprecation.
53-
54- Nightly
55- -------
56-
57- Nightly builds of GeoScript-PY are also available.
58-
59- * http://ares.boundlessgeo.com/geoscript/py/
15+ * `zip <https://github.com/geoscript/geoscript-groovy/releases/download/v1.5.0/geoscript-1.5.0.zip >`_
Original file line number Diff line number Diff line change 44 <groupId >org.geoscript</groupId >
55 <artifactId >geoscript-py</artifactId >
66 <packaging >jar</packaging >
7- <version >1.5-SNAPSHOT </version >
7+ <version >1.5.0 </version >
88 <name >GeoScript Python</name >
99 <repositories >
1010 <repository >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def run(self):
3636 self .distribution .dist_files .append (file )
3737
3838
39- ver = '1.3-20130322 '
39+ ver = '1.5.0 '
4040jars = ['jars/%s' % (f ) for f in os .listdir ('jars' )]
4141setup (cmdclass = {'src' : SrcCmd , 'doc' : DocCmd },
4242 name = 'geoscript' ,
You can’t perform that action at this time.
0 commit comments