File tree Expand file tree Collapse file tree 4 files changed +13
-38
lines changed Expand file tree Collapse file tree 4 files changed +13
-38
lines changed Original file line number Diff line number Diff line change 1010 - RTKLib upgraded to release b34j from rtklibexplorer.
1111 - Switch server from eventlet to gevent + Gunicorn server.
1212### Deprecated
13- - Operating systems older than Debian 10 / Ubuntu 20.04 can't update RTKBase anymore.
13+ - Operating systems older than Debian 11 / Ubuntu 22.04 can't update RTKBase anymore.
14+ - Python release < 3.8 deprecated
1415### Removed
1516 - Eventlet python module is not needed anymore.
1617### Fixed
Original file line number Diff line number Diff line change @@ -331,7 +331,8 @@ A gnss receiver with a timepulse output is a very accurate [stratum 0](https://e
331331
332332 ```
333333## Requirements:
334- Python >= 3.7
334+ Debian base distro >= 11 (Bullseye)
335+ Python >= 3.8
335336
336337## History:
337338See the [ changelog] ( ./CHANGELOG.md )
Original file line number Diff line number Diff line change @@ -129,21 +129,6 @@ install_gpsd_chrony() {
129129 cp /lib/systemd/system/chrony.service /etc/systemd/system/chrony.service
130130 sed -i s/^After=.* /After=gpsd.service/ /etc/systemd/system/chrony.service
131131
132- # If needed, adding backports repository to install a gpsd release that support the F9P
133- if lsb_release -sc | grep -qE ' bionic|buster'
134- then
135- if ! apt-cache policy | grep -qE ' buster-backports.* armhf'
136- then
137- # Adding buster-backports
138- echo ' deb http://httpredir.debian.org/debian buster-backports main contrib' > /etc/apt/sources.list.d/backports.list
139- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
140- apt-get " ${APT_TIMEOUT} " update || exit 1
141- fi
142- apt-get " ${APT_TIMEOUT} " -t buster-backports install gpsd -y || exit 1
143- else
144- # We hope that the release is more recent than buster and provide gpsd 3.20 or >
145- apt-get " ${APT_TIMEOUT} " install gpsd -y || exit 1
146- fi
147132 # disable hotplug
148133 sed -i ' s/^USBAUTO=.*/USBAUTO="false"/' /etc/default/gpsd
149134 # Setting correct input for gpsd
Original file line number Diff line number Diff line change @@ -2,27 +2,20 @@ bidict==0.22.1
22blinker == 1.6.3
33Bootstrap-Flask == 2.4.0
44certifi == 2024.2.2
5- cffi == 1.16.0 ;python_version >= "3.8"
6- cffi == 1.15.1 ;python_version < "3.8"
5+ cffi == 1.16.0
76charset-normalizer == 3.3.2
87click == 8.1.7
9- cryptography == 42.0.7 ;python_version >= "3.8"
10- cryptography == 41.0.5 ;python_version < "3.8"
8+ cryptography == 42.0.7
119distro == 1.8.0
12- dnspython == 2.6.1 ;python_version >= "3.8"
13- dnspython == 2.3.0 ;python_version < "3.8"
14- Flask == 3.0.3 ;python_version >= "3.8"
15- Flask == 2.2.5 ;python_version < "3.8"
16- Flask-Login == 0.6.3 ;python_version >= "3.8"
17- Flask-Login == 0.6.3 ;python_version < "3.8"
10+ dnspython == 2.6.1
11+ Flask == 3.0.3
12+ Flask-Login == 0.6.3
1813Flask-SocketIO == 5.3.6
19- Flask-WTF == 1.2.1 ;python_version >= "3.8"
20- Flask-WTF == 1.1.1 ;python_version < "3.8"
14+ Flask-WTF == 1.2.1
2115gevent == 24.2.1
2216gunicorn == 22.0.0
2317h11 == 0.14.0
2418idna == 3.7
25- importlib-metadata == 6.7.0 ;python_version < "3.8"
2619itsdangerous == 2.1.2
2720Jinja2 == 3.1.4
2821lxml == 4.9.3
@@ -37,15 +30,10 @@ pyserial==3.5
3730pystemd == 0.13.2
3831python-engineio == 4.8.0
3932python-socketio == 5.10.0
40- requests == 2.32.3 ;python_version >= "3.8"
41- requests == 2.31.0 ;python_version < "3.8"
33+ requests == 2.32.3
4234simple-websocket == 1.0.0
4335six == 1.16.0
44- typing_extensions == 4.7.1 ;python_version < "3.8"
4536urllib3 == 2.0.7
46- Werkzeug == 3.0.3 ;python_version >= "3.8"
47- Werkzeug == 2.2.3 ;python_version < "3.8"
37+ Werkzeug == 3.0.3
4838wsproto == 1.2.0
49- WTForms == 3.1.0 ;python_version >= "3.8"
50- WTForms == 3.0.1 ;python_version < "3.8"
51- zipp == 3.15.0 ;python_version < "3.8"
39+ WTForms == 3.1.0
You can’t perform that action at this time.
0 commit comments