dependabot[bot]
893c6ad0fc
Bump pyftdi from 0.55.0 to 0.57.1 in /python
...
Bumps [pyftdi](https://github.com/eblot/pyftdi ) from 0.55.0 to 0.57.1.
- [Release notes](https://github.com/eblot/pyftdi/releases )
- [Commits](https://github.com/eblot/pyftdi/compare/v0.55.0...v0.57.1 )
---
updated-dependencies:
- dependency-name: pyftdi
dependency-version: 0.57.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 02:23:04 +09:00
dependabot[bot]
0f8be7d633
Bump luma-core from 2.4.1 to 2.5.3 in /python
...
Bumps [luma-core](https://github.com/rm-hull/luma.core ) from 2.4.1 to 2.5.3.
- [Changelog](https://github.com/rm-hull/luma.core/blob/main/CHANGES.rst )
- [Commits](https://github.com/rm-hull/luma.core/compare/2.4.1...2.5.3 )
---
updated-dependencies:
- dependency-name: luma-core
dependency-version: 2.5.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-29 09:47:32 +01:00
Daniel Markstedt
5613ad35b2
Use more system deb packages for Python dependencies
...
Leveraging the Debian packaging allows us to preload more packages in the release image, while speeding up the initial pip install process when creating the venv
We also cut down on python package version upgrades maintenance overhead
Now the Web UI and OLED startup scripts are flagged to use system libraries when creating venvs
2025-12-23 22:51:15 +01:00
Daniel Markstedt
a0996c9a8a
add reboot to the shutdown cycler in the control board
2025-12-19 14:52:56 +01:00
Daniel Markstedt
0ad14bd5ce
Create system info and commands menu options for control board ( #1096 )
...
The system info menu contains a range of details on the RPi: pretty name, IP, disk space, CPU, and memory
The system commands info has the pre-existing shutdown plus a new reboot option
For the former, a new sys_cmds function for getting CPU and memory info have been added
2025-12-19 14:52:56 +01:00
Daniel Markstedt
6be2afb386
we use the system package python3-spidev
2025-11-26 22:08:39 +01:00
Daniel Markstedt
a872333458
Move python resources into the common package
...
Reduces duplication of these binary files across multiple clients
2025-11-24 12:58:29 +01:00
dependabot[bot]
ba713861e8
Bump pillow from 11.2.1 to 11.3.0 in /python/ctrlboard
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.2.1 to 11.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.2.1...11.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 11.3.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-18 20:45:57 +01:00
Daniel Markstedt
f5cfe66fcf
freeze python requirements with python 3.9.2
...
Drop the versions for a handful of libraries to restore python 3.9 compatibility
2025-11-18 20:42:54 +01:00
Daniel Markstedt
b7e7c4e529
Remove bitrotted X68000 host bridge device
...
The X68000 host bridge and associated host file system module
has not been functional for many years, as reported by multiple users
Removing the code will reduce complexity for users -
the SCBR device has caused some misunderstandings in the past -
while eliminating code that has been flagged as insecure by SonarQube
2025-11-09 08:45:56 +01:00
dependabot[bot]
945e049615
Bump pyusb from 1.2.1 to 1.3.1 in /python
...
Bumps [pyusb](https://github.com/pyusb/pyusb ) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/pyusb/pyusb/releases )
- [Commits](https://github.com/pyusb/pyusb/compare/v1.2.1...v1.3.1 )
---
updated-dependencies:
- dependency-name: pyusb
dependency-version: 1.3.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-07 12:49:57 +01:00
dependabot[bot]
a0f683777f
Bump smbus2 from 0.4.3 to 0.5.0 in /python
...
Bumps [smbus2](https://github.com/kplindegaard/smbus2 ) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/kplindegaard/smbus2/releases )
- [Changelog](https://github.com/kplindegaard/smbus2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kplindegaard/smbus2/compare/0.4.3...0.5.0 )
---
updated-dependencies:
- dependency-name: smbus2
dependency-version: 0.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-07 12:49:08 +01:00
dependabot[bot]
46db5c4fcf
Bump luma-oled from 3.8.1 to 3.14.0 in /python
...
Bumps [luma-oled](https://github.com/rm-hull/luma.oled ) from 3.8.1 to 3.14.0.
- [Changelog](https://github.com/rm-hull/luma.oled/blob/main/CHANGES.rst )
- [Commits](https://github.com/rm-hull/luma.oled/compare/3.8.1...3.14.0 )
---
updated-dependencies:
- dependency-name: luma-oled
dependency-version: 3.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-07 12:48:19 +01:00
dependabot[bot]
b4ff58df7e
Bump pillow from 10.3.0 to 12.0.0 in /python
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.3.0 to 12.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.3.0...12.0.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-07 07:23:56 +01:00
Daniel Markstedt
f6da24a582
Downgrade protobuf version to 3.20.3
...
Python protobuf 6.x isn't compatible with the protoc version we're currently using for piscsi proper; let's upgrade both together at a later time
2025-11-07 00:57:54 +01:00
Daniel Markstedt
f96219d1a8
Reformat Python code with black 25.9.0
2025-11-07 00:31:26 +01:00
dependabot[bot]
f4a10247fc
Bump protobuf from 3.19.5 to 6.33.0 in /python
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.19.5 to 6.33.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/commits )
---
updated-dependencies:
- dependency-name: protobuf
dependency-version: 6.33.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-06 23:08:42 +01:00
dependabot[bot]
99cb648c60
Bump pillow from 10.2.0 to 10.3.0 in /python/ctrlboard
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-05 13:00:45 +09:00
dependabot[bot]
52e4a92aec
Bump black from 22.8.0 to 24.3.0 in /python/web ( #1444 )
...
* Bump black from 22.8.0 to 24.3.0 in /python/web
Bumps [black](https://github.com/psf/black ) from 22.8.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.8.0...24.3.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* Github CI: Backend web test runner use python 3.9.19
* Reformat python sources with black
* Docker: Bump to python 3.9-slim image for pytest
* Bump pytest version to 8.1.1
* Bump more library versions, and freeze them
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Markstedt <daniel@mindani.net >
2024-03-22 00:19:13 -07:00
dependabot[bot]
be2cb569ca
Bump pillow from 10.0.1 to 10.2.0 in /python/ctrlboard
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.0.1 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.2.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-23 07:30:14 +09:00
Daniel Markstedt
256650908b
Control Board: Use Pillow 10 API for getting text size
2023-12-18 00:41:51 -08:00
Daniel Markstedt
cd5666ae14
Freeze Python requirements for the Control Board client
2023-12-16 01:32:32 -08:00
Daniel Markstedt
7268084819
Control board client regression fixes ( #1394 )
...
* Control board client should use new FileCmds initiator
* Restore informative logging, but drop to debug level
* Use the correct object to call list_images()
2023-12-11 15:56:35 +09:00
Daniel Markstedt
063e8ed32b
Static analysis fixes for Python codebase ( #1277 )
...
* Don't log names of internal symbols that can be used for attacks
* Add integrity check to dropzone.js library
* Better a11y of web form labels
* Safer handling of file download paths
* Don't invert boolean check
* Make backend auth check a flask abort
* Clean up indentation to remove unwanted tabs
* Run workflow either on PR events, or branch pushes, not both
2023-11-01 06:28:53 -07:00
Daniel Markstedt
029cf06c72
Web UI: Upload to tmp file name then rename if successful ( #1272 )
...
* Upload to tmp file name then rename if successful
* Move the dropzone.js operations back into web.py
* Move list_images() from file commands into piscsi commands (it was the only class method in that package that calls the protobuf interface)
* Remove now-redundant helptext
2023-10-31 14:54:04 -07:00
dependabot[bot]
8ae5455675
Bump pillow from 9.3.0 to 10.0.1 in /python/ctrlboard ( #1236 )
...
* Bump pillow from 9.3.0 to 10.0.1 in /python/ctrlboard
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.3.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...10.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-22 19:01:28 +09:00
Daniel Markstedt
8089bb93f3
Launch python client services only after network-online target ( #1197 )
2023-07-31 12:12:53 -07:00
Daniel Markstedt
52c2aa474f
Rebrand project to PiSCSI ( #1016 )
...
* Rebrand project to PiSCSI
- rascsi ->piscsi
- rasctl -> scsictl
- rasdump -> scsidump
- ras* -> piscsi* (rasutil -> piscsi_util, etc.)
* Refined the formatting and wording of the app startup banner
* Kept some references to rascsi and rasctl where backwards compatibility is concerned
* Point to the new github repo URL
Co-authored-by: nucleogenic <nr@nucleogenic.com >
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de >
2022-12-05 09:58:23 -08:00
nucleogenic
315ef9f248
Auto-format Python sources with black, fix all issues reported by flake8 ( #1010 )
...
* Update config for black and flake8
* Auto-format Python sources with black
* Fix issues reported by flake8
* Exclude protobuf files from black
* Address formatting feedback
2022-11-30 05:19:17 +00:00
dependabot[bot]
dd94dd8c85
Bump pillow from 9.0.1 to 9.3.0 in /python/ctrlboard ( #1005 )
...
* Bump pillow from 9.0.1 to 9.3.0 in /python/ctrlboard
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.1 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.1...9.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-24 09:28:09 -08:00
Daniel Markstedt
4afb11d3dd
Shutdown splash for the OLED script; restore non-Latin transliteration; other refactoring ( #991 )
...
- Bring back the shutdown splash, with the tweak that is blanks out after 700ms
- Restore the non-Latin transliteration originally from https://github.com/akuker/RASCSI/pull/449 which was lost when the `common` package was introduced
- Bump to the latest libraries, while removing implicit dependencies from requirements.txt
- Shorter duration of the startup splash
- Reintroduce shell shutdown/reboot methods for use with the Web UI. This addresses https://github.com/akuker/RASCSI/issues/538 (the ctrlboard client will continue to use the built-in rascsi system calls which are slightly faster)
- Remove overt references to RPi. This addresses https://github.com/akuker/RASCSI/issues/990
- Other refactorings
2022-11-17 16:21:18 -08:00
dependabot[bot]
37ee5cd47f
Bump protobuf from 3.19.3 to 3.19.5 in /python/ctrlboard ( #858 )
...
* Bump protobuf from 3.19.3 to 3.19.5 in /python/ctrlboard
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.19.3 to 3.19.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.3...v3.19.5 )
2022-09-25 10:49:53 -07:00
nucleogenic
8c7ab75835
Update web UI following SASI removal; clean up references to SAHD in Python sources
2022-09-03 17:43:51 +01:00
dependabot[bot]
da0f9527cc
Bump pillow from 9.0.0 to 9.0.1 in /python/ctrlboard
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-28 23:21:12 +00:00
Benjamin Zeiss
0297fe856a
8bit encoder detection + debounced button detection, numpy removal ( #710 )
...
* debounce interrupt events for rotary events and button presses with 400 microseconds by default.
* Massive improvements for the encoder detection. Removed numpy as a dependency.
* Debounce button presses which started to jump around.
* formatting cleanup.
2022-03-01 20:27:14 -06:00
Benjamin Zeiss
cd0da558c3
Initial version of the Control Board UI ( #687 )
...
Initial version of the Control Board UI (#687 )
2022-02-25 21:03:36 +01:00