Path to this page:
./
print/py-octoprint-filecheck,
Checks for common issues in uploaded files
Branch: CURRENT,
Version: 2024.3.27,
Package name: py312-octoprint-filecheck-2024.3.27,
Maintainer: khorbenThe File Check plugin tries to detect common issues in uploaded files that are
known to cause issues while printing and which in the past have caused support
requests on OctoPrint's Community Forums.
Required to run:[
lang/python310]
Master sites:
Filesize: 29.785 KB
Version history: (Expand)
- (2024-09-18) Updated to version: py312-octoprint-filecheck-2024.3.27
- (2023-02-09) Updated to version: py310-octoprint-filecheck-2021.2.23nb1
- (2022-01-05) Updated to version: py39-octoprint-filecheck-2021.2.23nb1
- (2021-10-06) Updated to version: py39-octoprint-filecheck-2021.2.23
- (2021-05-31) Updated to version: py38-octoprint-filecheck-2021.2.23
- (2021-01-17) Package added to pkgsrc.se, version py38-octoprint-filecheck-2020.08.07 (created)
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-09-18 10:11:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-octoprint-filecheck: updated to 2024.3.27
2024.3.27
Added check for API keys leaked by Slicers
File check results will now get saved to the file's metadata and will be \
displayed in the file list and the printer state
Added a settings dialog that allows enabling/disabling individual checks
Added a button in the newly created settings dialog to trigger a check of all \
already uploaded files (if native grep is available). Also added a wizard that \
will be used to give users a heads-up about the necessity to run a check of all \
files in case of new high priority checks, such as the leaked_api_key one added \
in this release
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2021-10-06 09:48:51 by Thomas Klausner | Files touched by this commit (3) |
Log message:
py-octoprint*: be more consistent in using PYTHON_VERSIONS_INCOMPATIBLE
|
2021-05-30 23:29:10 by Pierre Pronchery | Files touched by this commit (3) | |
Log message:
py-octoprint-filecheck: update to version 2021.2.23
The changes include:
* #2 Fix native grep not always being in extended regex mode
* Add a "Prerelease" release channel
* Code now uses pre-commit, black, prettier, isort and flake8 just like \
OctoPrint itself.
In turn, this is required to update py-octoprint to version 1.6.1.
|
2021-01-16 21:40:05 by Pierre Pronchery | Files touched by this commit (4) |
Log message:
py-octoprint-filecheck: import version 2020.08.07
|