Skip to content

Commit 58f053e

Browse files
authored
v2.4.0-RC1 (#43)
* getobservation optimization * releasing 2.4.0RC1
1 parent b647da0 commit 58f053e

File tree

874 files changed

+28
-48089
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

874 files changed

+28
-48089
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.2
1+
2.4.0-RC1

build.sh

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22

3-
# required
3+
# required
4+
5+
# Remove the x flag on install
6+
chmod -x debian/install
47

58
# sudo apt-get install devscripts
69
# sudo apt-get install debhelper
@@ -24,7 +27,6 @@ rsync -a interface/modules/requests/build/requests/* _build/istsos/interface/mod
2427
cp -r interface/modules/requests/src/xml _build/istsos/interface/modules/requests
2528
# rsync -a interface/modules/status/www/istsosStatus/* _build/istsos/interface/modules/status
2629
rsync -a --exclude=*.pyc istsoslib/* _build/istsos/istsoslib
27-
rsync -a --exclude=*.pyc lib/* _build/istsos/lib
2830
rsync -a --exclude=*.pyc scripts/* _build/istsos/scripts
2931
cp services/default.cfg.example _build/istsos/services/default.cfg
3032
rsync -a --exclude=*.pyc walib/* _build/istsos/walib
@@ -51,16 +53,16 @@ cd ..
5153
mv python-istsos_$version-1_all.deb python-istsos_$version.deb
5254

5355
mv istsos_$version.orig.tar.gz istsos-$version.tar.gz
54-
rm -rf istsos
56+
# rm -rf istsos
5557

56-
cd ../docs
58+
# cd ../docs
5759

58-
make html
59-
cd _build
60-
mv html v$version
61-
tar -zcvf istsos-$version.doc.tar.gz v$version
60+
# make html
61+
# cd _build
62+
# mv html v$version
63+
# tar -zcvf istsos-$version.doc.tar.gz v$version
6264

63-
mv istsos-$version.doc.tar.gz ../../_build/
65+
# mv istsos-$version.doc.tar.gz ../../_build/
6466

6567

6668

debian/control

+12-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Maintainer: Institute of Earth Science - SUPSI <[email protected]>
33
Section: python
44
Priority: optional
55
Build-Depends: debhelper (>= 9),
6-
python-all-dev,
7-
python,
8-
python-setuptools,
6+
python3-all-dev,
7+
python3,
8+
python3-setuptools,
99
apache2,
1010
dh-python
1111
Standards-Version: 3.9.6
@@ -16,9 +16,15 @@ Homepage: http://istsos.org
1616
Package: python-istsos
1717
Architecture: all
1818
Depends: ${misc:Depends},
19-
apache2,
20-
python-psycopg2,
21-
libapache2-mod-wsgi
19+
python3-dateutil,
20+
python3-isodate,
21+
python3-lxml,
22+
python3-psycopg2,
23+
python3-tz,
24+
python3-requests,
25+
python3-urllib3,
26+
libapache2-mod-wsgi-py3,
27+
apache2
2228
Recommends: postgis
2329
Description: Sensor Observation Service Data Management system
2430
IstSOS is an OGC Sensor Observation Service (SOS) server implementation

debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Upstream-Contact: Institute of Earth Science - SUPSI <[email protected]>
44
Source: http://istsos.org
55

66
Files: *
7-
Copyright: 2015 istSOS contributors
7+
Copyright: 2019 istSOS contributors
88
License: GPL-2+

debian/install

100755100644
+1-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ scripts /usr/share/istsos
66
services /usr/share/istsos
77
walib /usr/share/istsos
88
wnslib /usr/share/istsos
9-
lib /usr/share/istsos
109
logs /usr/share/istsos
11-
debian/istsos.conf /etc/apache2/sites-available/
10+
debian/istsos.conf /etc/apache2/sites-available/

debian/rules

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
export PYBUILD_NAME=istsos
44

55
%:
6-
dh $@ --with python2
6+
dh $@ --with python3
7+
-12.9 KB
Binary file not shown.

docs/_build/doctrees/dbschema.doctree

-3.27 KB
Binary file not shown.

docs/_build/doctrees/editobs.doctree

-18.3 KB
Binary file not shown.
-177 KB
Binary file not shown.

docs/_build/doctrees/examples.doctree

-15.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-61.1 KB
Binary file not shown.
Binary file not shown.

docs/_build/doctrees/gcclass.doctree

-54.2 KB
Binary file not shown.

docs/_build/doctrees/getobs.doctree

-55.4 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

-11.8 KB
Binary file not shown.

docs/_build/doctrees/insert.doctree

-30.8 KB
Binary file not shown.
-41.3 KB
Binary file not shown.

docs/_build/doctrees/intro.doctree

-46.5 KB
Binary file not shown.
-33.5 KB
Binary file not shown.

docs/_build/doctrees/istsos.doctree

-36.8 KB
Binary file not shown.
-7.51 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-2.8 KB
Binary file not shown.

docs/_build/doctrees/license.doctree

-6.08 KB
Binary file not shown.

docs/_build/doctrees/mapping.doctree

-41 KB
Binary file not shown.

docs/_build/doctrees/obclass.doctree

-54.9 KB
Binary file not shown.

docs/_build/doctrees/offering.doctree

-11.3 KB
Binary file not shown.

docs/_build/doctrees/quality.doctree

-14.2 KB
Binary file not shown.

docs/_build/doctrees/register.doctree

-31.1 KB
Binary file not shown.
-36 KB
Binary file not shown.

docs/_build/doctrees/security.doctree

-42.9 KB
Binary file not shown.

docs/_build/doctrees/services.doctree

-15 KB
Binary file not shown.

docs/_build/doctrees/status.doctree

-10.8 KB
Binary file not shown.

docs/_build/doctrees/tutorial.doctree

-5.44 KB
Binary file not shown.

docs/_build/doctrees/virtual.doctree

-42.7 KB
Binary file not shown.
-2.76 KB
Binary file not shown.
Binary file not shown.
-3.86 KB
Binary file not shown.
-10.7 KB
Binary file not shown.
-4.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/_build/doctrees/wns.doctree

-47.4 KB
Binary file not shown.
-2.77 KB
Binary file not shown.
-9.03 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-119 KB
Binary file not shown.
-6.71 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-16.4 KB
Binary file not shown.
-33.9 KB
Binary file not shown.
-14.6 KB
Binary file not shown.
-13.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-61.8 KB
Binary file not shown.
-119 KB
Binary file not shown.
-6.71 KB
Binary file not shown.
-16.4 KB
Binary file not shown.
-24.6 KB
Binary file not shown.
-17.4 KB
Binary file not shown.
-16.4 KB
Binary file not shown.
-33.9 KB
Binary file not shown.

docs/_build/doctrees/ws_mqtt.doctree

-14.5 KB
Binary file not shown.
-13.5 KB
Binary file not shown.
-39.4 KB
Binary file not shown.
-5.4 KB
Binary file not shown.
-30.2 KB
Binary file not shown.

lib__old/__init__.py

-18
This file was deleted.

lib__old/apscheduler/__init__.py

-3
This file was deleted.

lib__old/apscheduler/events.py

-64
This file was deleted.

lib__old/apscheduler/job.py

-137
This file was deleted.

lib__old/apscheduler/jobstores/__init__.py

Whitespace-only changes.

lib__old/apscheduler/jobstores/base.py

-25
This file was deleted.

0 commit comments

Comments
 (0)