Skip to content

Commit a45327e

Browse files
Adopt Octoslack plugin (#1434)
1 parent af9bfcc commit a45327e

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

_data/notices.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,12 @@
396396
Version 1.2.0 of this plugin is available from a new maintainer. The release notes of the version by the
397397
new maintainer can be found at the "Read more..." link below.
398398
link: https://github.com/triodes/OctoPrint-PSUControl-Shelly/releases/tag/1.2.0
399+
- plugin: Octoslack
400+
pluginversions: ["<2.2.1"]
401+
versions: []
402+
date: 2026-05-06 12:00:00Z
403+
text:
404+
Version 2.2.1 of this plugin is available from a new maintainer. The release notes of the version by the
405+
new maintainer can be found at the "Read more..." link below.
406+
link: https://github.com/misconfigurations/Octoslack/releases/tag/2.2.1
407+

_data/update_check_overlays.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,6 @@ sidebarmacros:
8080
psucontrol_shelly:
8181
user: triodes
8282
pip: https://github.com/triodes/OctoPrint-PSUControl-Shelly/archive/{target_version}.zip
83+
octoslack:
84+
user: misconfigurations
85+
pip: https://github.com/misconfigurations/Octoslack/archive/{target_version}.zip

_plugins/Octoslack.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ layout: plugin
44
id: Octoslack
55
title: Octoslack
66
description: An OctoPrint plugin for monitoring your printer and prints via Slack, Mattermost, Pushbullet, Pushover, Rocket.Chat, Discord, Riot/Matrix, or Microsoft Teams
7-
author: Chris Fraschetti
7+
authors:
8+
- Šárka Hawke
9+
- Chris Fraschetti
810
license: MIT
911

1012
# today's date in format YYYY-MM-DD, e.g.
1113
date: 2017-05-20
1214

13-
homepage: https://github.com/fraschetti/Octoslack
14-
source: https://github.com/fraschetti/Octoslack
15-
archive: https://github.com/fraschetti/Octoslack/archive/master.zip
15+
homepage: https://github.com/misconfigurations/Octoslack
16+
source: https://github.com/misconfigurations/Octoslack
17+
archive: https://github.com/misconfigurations/Octoslack/archive/master.zip
1618

1719
# Set this to true if your plugin uses the dependency_links setup parameter to include
1820
# library versions not yet published on pypi. SHOULD ONLY BE USED IF THERE IS NO OTHER OPTION!
@@ -50,7 +52,7 @@ tags:
5052
- gcode
5153

5254
compatibility:
53-
python: ">=2.7,<4"
55+
python: ">=3.7,<4"
5456

5557
screenshots:
5658
- url: /assets/img/plugins/Octoslack/Octoslack-PrintStarted.png
@@ -82,8 +84,6 @@ featuredimage: /assets/img/plugins/Octoslack/Octoslack-PrintProgress_SlackOnly.p
8284

8385
attributes:
8486
- cloud
85-
86-
abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1432
8787
---
8888

8989

0 commit comments

Comments
 (0)