R. Ryantm
e20c1dc1b4
octoprint: 1.9.2 -> 1.9.3
2023-10-12 03:21:04 +00:00
natsukium
98a5f015e7
python310Packages.flask-assets: rename from flask_assets
2023-08-24 21:46:07 +09:00
Florian Brandes
477976160c
octoprint: update hash to match tag update upstream
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-08-07 07:31:21 +02:00
Florian Brandes
5658c81155
octoprint: 1.9.1 -> 1.9.2
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-07-18 20:11:32 +02:00
R. Ryantm
159c8b9570
octoprint: 1.9.0 -> 1.9.1
2023-06-29 22:13:38 +00:00
Florian Brandes
030bdd2e03
octoprint: 1.8.7 -> 1.9.0
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-05-30 19:56:54 +02:00
Weijia Wang
13600367b2
treewide: misc: use top-level fetchPypi
2023-05-25 17:07:31 +03:00
Sandro Jäckel
86526d707a
octoprint: test plugins with ofborg
2023-04-10 23:59:50 +02:00
Sandro Jäckel
d6e6478136
octoprint: normalize pnames and attrs
2023-04-10 02:05:33 +02:00
Sandro Jäckel
d89fe68254
octoprint.plugins.octolabse: 0.4.1 -> 0.4.2, mark broken
2023-04-09 02:10:02 +02:00
Sandro Jäckel
d779fd8706
octoprint.plugins.themeify: fix hash
2023-04-09 02:09:18 +02:00
Sandro Jäckel
b598fea8d2
octoprint.tests.plugins.abl-expert: use fetchFromGitLab
2023-04-09 02:06:17 +02:00
Sandro Jäckel
f7050cc88c
octoprint.plugins: use callPackage
2023-04-09 02:05:58 +02:00
Florian Brandes
bf4b584153
octoprint: fix build with (flask-)babel
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-03-04 20:31:33 +01:00
Florian Brandes
ae00f6e42e
octoprint: 1.8.6 -> 1.8.7
...
Changelog: https://github.com/OctoPrint/OctoPrint/releases/tag/1.8.7
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-03-03 13:01:33 +01:00
Nick Cao
8fa5bbcae7
octoprint: pin flask-babel to 2.0.0
2023-02-03 16:55:13 +08:00
Florian
b9e6189341
Octoprint vcgencmd patch ( #213201 )
...
* octoprint: add tmpfile.d rule for read-access to /dev/vchiq for vcgencmd
fixes #210629
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
* Update pkgs/applications/misc/octoprint/default.nix
---------
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-01-29 16:11:48 +08:00
Florian Brandes
5b3ce4f78f
octoprint: add nixosTests
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-01-29 05:40:28 +01:00
Florian Brandes
63f5159ec3
octoprint: pin flask-limiter to 2.6.2
...
fixes startup error with:
`TypeError: Limiter.__init__() got multiple values for argument
'key_func'`
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-29 05:20:40 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Nick Cao
976499bf21
Merge pull request #210631 from Majiir/fix-octoprint-overlays
...
octoprint: fix overlay composition
2023-01-20 15:01:39 +08:00
Florian Brandes
2a1b43ef28
octoprint: fix build by relaxing constrain
...
relax version constrain of Flask-Limiter
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-16 19:19:17 +01:00
Majiir Paktu
5c79c4289a
octoprint: fix overlay composition
2023-01-13 23:24:31 -05:00
figsoda
a211d94291
treewide: remove attrPath from nix-update-script calls
...
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703 , `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Sandro
89e49d87d3
Merge pull request #196488 from SuperSandro2000/changedetectionio
2022-10-20 20:25:36 +02:00
R. Ryantm
17bbf15d66
octoprint: 1.8.4 -> 1.8.6
2022-10-18 18:21:25 +00:00
Sandro Jäckel
a11a2a6d18
python310Packages.flask-login: normalise package name
2022-10-17 22:57:53 +02:00
Florian Brandes
3ff9c27947
octoprint: 1.8.3 -> 1.8.4
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-28 18:07:51 +02:00
Florian Brandes
e8c0a78f47
octoprint: 1.8.2 -> 1.8.3
...
fixes several security issues
See https://github.com/OctoPrint/OctoPrint/releases/tag/1.8.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-22 10:13:22 +02:00
Florian Brandes
e00c13649f
octoprint: fix build error on staging-next
...
due to flask update
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-12 17:14:12 +02:00
Florian Brandes
3ea5fcb7da
octoprint: 1.8.2 fix sha256 aufter upstream change
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-15 18:10:09 +02:00
Florian Brandes
d6a1ddd9d0
octoprint: 1.8.1 -> 1.8.2
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-09 21:09:05 +02:00
Felix Buehler
3e5042d4ff
octoprint.python.pkgs.stlviewer: fix build
2022-06-21 22:45:54 +02:00
Florian Brandes
d08975af50
octoprint: 1.8.0 -> 1.8.1
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-24 16:00:21 +02:00
Florian Brandes
b81c83c52f
octoprint: 1.8.0rc5 -> 1.8.0
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-18 13:42:50 +02:00
Florian Brandes
d9b210878d
octoprint: relax version constrains
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-29 08:00:39 +02:00
Florian Brandes
51436260b0
octoprint: 1.8.0rc2 -> 1.8.0rc5
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-29 08:00:18 +02:00
florian on nixos (Florian Brandes)
cab2909b9a
octoprint: 1.7.3 -> 1.8.0rc2
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-04-29 07:59:51 +02:00
Florian Brandes
3791cf24ed
octoprint: fix build failure due to python upgrades
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-28 12:45:37 +02:00
Martin Weinelt
95769fb2c8
octoprint: fix eval
...
Relying on attributes like these to always be available is prone to an
eval error when the overridden package drops them.
2022-04-15 01:39:55 +02:00
florian on nixos (Florian Brandes)
6eb2adefda
octoprint: fix build due to black
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-23 10:52:55 +01:00
florian on nixos (Florian Brandes)
6833b1a1a7
ocoprint: fix build due to recent python upgrades
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-14 12:40:07 +01:00
Martin Weinelt
8a4180ef0e
octoprint: 1.7.2 -> 1.7.3
2022-01-31 19:47:07 +01:00
Johannes Arnold
2fe87635b5
python3Packages.file_read_backwards: init at 2.0.0
2022-01-18 20:54:00 +01:00
Johannes Arnold
a85dc0c5a0
octoprint.python.pkgs.octolapse: init at 0.4.1
2022-01-18 20:51:55 +01:00
Fabian Affolter
3bbec485b1
octoprint: update celery override
2022-01-13 15:35:02 +01:00
Gabriel Ebner
f977c72b7f
Merge pull request #150662 from Stunkymonkey/CostEstimation-3.4.0
...
octoprint.python.pkgs.costestimate: 3.3.0 -> 3.4.0
2022-01-11 17:57:12 +01:00
Martin Weinelt
ff0ee5bf85
octoprint: ignore pyyaml version constraint
2022-01-09 00:48:23 +01:00
Felix Buehler
49a8f776f3
octoprint.python.pkgs.costestimate: 3.3.0 -> 3.4.0
2022-01-06 17:33:07 +01:00
Fabian Affolter
90a0ce221d
octoprint: add override for celery and sentry-sdk, remove constraint for sarge
2021-12-21 14:23:35 +01:00