pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/py-octoprint
Module Name: pkgsrc
Committed By: adam
Date: Sun Jan 11 09:36:20 UTC 2026
Modified Files:
pkgsrc/print/py-octoprint: Makefile PLIST distinfo
Removed Files:
pkgsrc/print/py-octoprint: MESSAGE
Log Message:
py-octoprint: updated to 1.11.5
1.11.5
Bug fixes
Core
Workaround for a regression in Tornado 6.5.x, causing file uploads with non-latin-1 characters in the name to fail.
Fixed logic error in pure-python fallback of search_through_file helper
Backup Plugin
Apply --no-build-isolation during installation of plugins with legacy packaging
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/print/py-octoprint/MESSAGE
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/py-octoprint/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/py-octoprint/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/py-octoprint/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/py-octoprint/Makefile
diff -u pkgsrc/print/py-octoprint/Makefile:1.14 pkgsrc/print/py-octoprint/Makefile:1.15
--- pkgsrc/print/py-octoprint/Makefile:1.14 Thu Oct 9 07:57:54 2025
+++ pkgsrc/print/py-octoprint/Makefile Sun Jan 11 09:36:20 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2025/10/09 07:57:54 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2026/01/11 09:36:20 adam Exp $
-DISTNAME= octoprint-1.10.3
+DISTNAME= octoprint-1.11.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=O/OctoPrint/}
@@ -13,60 +12,66 @@ LICENSE= gnu-agpl-v3
RCD_SCRIPTS= octoprint
-# bundled_plugins
-DEPENDS+= ${PYPKGPREFIX}-octoprint-filecheck>=2021.2.23:../../print/py-octoprint-filecheck
-DEPENDS+= ${PYPKGPREFIX}-octoprint-firmwarecheck>=2021.10.11:../../print/py-octoprint-firmwarecheck
+DEPENDS+= ${PYPKGPREFIX}-octoprint-filecheck>=2024.11.12:../../print/py-octoprint-filecheck
+DEPENDS+= ${PYPKGPREFIX}-octoprint-firmwarecheck>=2025.5.14:../../print/py-octoprint-firmwarecheck
DEPENDS+= ${PYPKGPREFIX}-octoprint-pisupport>=2023.10.10:../../print/py-octoprint-pisupport
-# core_deps
+
+DEPENDS+= ${PYPKGPREFIX}-Unidecode>0:../../textproc/py-Unidecode
DEPENDS+= ${PYPKGPREFIX}-argon2-cffi>=23.1.0:../../security/py-argon2-cffi
-DEPENDS+= ${PYPKGPREFIX}-babel>=2.12.1:../../devel/py-babel
-DEPENDS+= ${PYPKGPREFIX}-cachelib>=0.10.2:../../devel/py-cachelib
-DEPENDS+= ${PYPKGPREFIX}-click>=8.1.7:../../devel/py-click
-DEPENDS+= ${PYPKGPREFIX}-colorlog>=6.7.0:../../devel/py-colorlog
-DEPENDS+= ${PYPKGPREFIX}-emoji>=2.10.1:../../converters/py-emoji
+DEPENDS+= ${PYPKGPREFIX}-click>=8.1.8:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-colorlog>=6.9.0:../../devel/py-colorlog
+DEPENDS+= ${PYPKGPREFIX}-emoji>=2.14.1:../../converters/py-emoji
DEPENDS+= ${PYPKGPREFIX}-feedparser>=6.0.11:../../textproc/py-feedparser
DEPENDS+= ${PYPKGPREFIX}-filetype>=1.2.0:../../sysutils/py-filetype
-DEPENDS+= ${PYPKGPREFIX}-flask>=2.2.3:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-flask-assets>=2.1.0:../../www/py-flask-assets
-DEPENDS+= ${PYPKGPREFIX}-flask-babel>=3.1.0:../../www/py-flask-babel
-DEPENDS+= ${PYPKGPREFIX}-flask-limiter>=3.5.0:../../www/py-flask-limiter
DEPENDS+= ${PYPKGPREFIX}-flask-login>=0.6.3:../../www/py-flask-login
-DEPENDS+= ${PYPKGPREFIX}-frozendict>=2.4.0:../../devel/py-frozendict
+DEPENDS+= ${PYPKGPREFIX}-frozendict>=2.4.6:../../devel/py-frozendict
DEPENDS+= ${PYPKGPREFIX}-future>=0.18.3:../../devel/py-future
-DEPENDS+= ${PYPKGPREFIX}-markdown>=3.4.4:../../textproc/py-markdown
-DEPENDS+= ${PYPKGPREFIX}-netaddr>=0.8:../../net/py-netaddr
+DEPENDS+= ${PYPKGPREFIX}-limits>0:../../devel/py-limits
+DEPENDS+= ${PYPKGPREFIX}-netaddr>=1.3.0:../../net/py-netaddr
DEPENDS+= ${PYPKGPREFIX}-netifaces>=0.11.0:../../net/py-netifaces
-DEPENDS+= ${PYPKGPREFIX}-passlib>=1.7.4:../../security/py-passlib
-DEPENDS+= ${PYPKGPREFIX}-pathvalidate>=2.5.2:../../devel/py-pathvalidate
-DEPENDS+= ${PYPKGPREFIX}-pkginfo>=1.9.6:../../devel/py-pkginfo
-DEPENDS+= ${PYPKGPREFIX}-psutil>=5.9.8:../../sysutils/py-psutil
-DEPENDS+= ${PYPKGPREFIX}-pydantic>=1.10.16:../../devel/py-pydantic
+DEPENDS+= ${PYPKGPREFIX}-packaging>0:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-pathvalidate>=3.2.1:../../devel/py-pathvalidate
+DEPENDS+= ${PYPKGPREFIX}-psutil>=6.1.1:../../sysutils/py-psutil
DEPENDS+= ${PYPKGPREFIX}-pylru>=1.2.1:../../devel/py-pylru
-DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+= ${PYPKGPREFIX}-requests>=2.31.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-sarge>=0.1.7:../../devel/py-sarge
-DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.10.0:../../devel/py-semantic_version
-DEPENDS+= ${PYPKGPREFIX}-sentry-sdk>=1.40.0:../../devel/py-sentry-sdk
+DEPENDS+= ${PYPKGPREFIX}-pytz>0:../../time/py-pytz
+DEPENDS+= ${PYPKGPREFIX}-regex>0:../../textproc/py-regex
+DEPENDS+= ${PYPKGPREFIX}-sarge>=0.1.7.post1:../../devel/py-sarge
DEPENDS+= ${PYPKGPREFIX}-serial>=3.5:../../comms/py-serial
+DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.10.0:../../devel/py-semantic_version
+DEPENDS+= ${PYPKGPREFIX}-sentry-sdk>=2.20.0:../../devel/py-sentry-sdk
DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
-DEPENDS+= ${PYPKGPREFIX}-watchdog>=2.3.1:../../sysutils/py-watchdog
-DEPENDS+= ${PYPKGPREFIX}-websocket-client>=1.6.1:../../www/py-websocket-client
-DEPENDS+= ${PYPKGPREFIX}-werkzeug>=2.2.3:../../www/py-werkzeug
-DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.15:../../devel/py-wrapt
-DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0.1:../../textproc/py-yaml
-DEPENDS+= ${PYPKGPREFIX}-zeroconf>=0.127:../../net/py-zeroconf
-DEPENDS+= ${PYPKGPREFIX}-zipstream-ng>=1.7.1:../../archivers/py-zipstream-ng
-# vendored_deps
-DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
-DEPENDS+= ${PYPKGPREFIX}-blinker>=1.6.3:../../devel/py-blinker
-DEPENDS+= ${PYPKGPREFIX}-class-doc>=0.2.6:../../textproc/py-class-doc
-DEPENDS+= ${PYPKGPREFIX}-regex-[0-9]*:../../textproc/py-regex
-# plugin_deps
-DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-wheel>0:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-zipstream-ng>=1.8.0:../../archivers/py-zipstream-ng
+# python_version >= "3.8"
+DEPENDS+= ${PYPKGPREFIX}-babel>=2.16:../../devel/py-babel
+DEPENDS+= ${PYPKGPREFIX}-blinker>=1.8.0:../../devel/py-blinker
+DEPENDS+= ${PYPKGPREFIX}-cachelib>=0.13.0:../../devel/py-cachelib
+DEPENDS+= ${PYPKGPREFIX}-flask>=3.0.3:../../www/py-flask
+DEPENDS+= ${PYPKGPREFIX}-flask-babel>=4.0.0:../../www/py-flask-babel
+DEPENDS+= ${PYPKGPREFIX}-flask-limiter>=3.8:../../www/py-flask-limiter
+DEPENDS+= ${PYPKGPREFIX}-markdown>=3.7:../../textproc/py-markdown
+DEPENDS+= ${PYPKGPREFIX}-more-itertools>=10.5.0:../../devel/py-more-itertools
+DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.10.6:../../devel/py-pydantic
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.32.3:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-watchdog>=4.0.2:../../sysutils/py-watchdog
+DEPENDS+= ${PYPKGPREFIX}-websocket-client>=1.8.0:../../www/py-websocket-client
+DEPENDS+= ${PYPKGPREFIX}-werkzeug>=3.0.6:../../www/py-werkzeug
+DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.17.2:../../devel/py-wrapt
+DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0.2:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-zeroconf>=0.136.2:../../net/py-zeroconf
+# python_version >= "3.9"
+DEPENDS+= ${PYPKGPREFIX}-passlib>=1.8.1:../../security/py-passlib
+DEPENDS+= ${PYPKGPREFIX}-tornado>=6.5.1:../../www/py-tornado
+
TEST_DEPENDS+= ${PYPKGPREFIX}-ddt-[0-9]*:../../devel/py-ddt
TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=5.1.0:../../devel/py-mock
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs
+.endif
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 310
Index: pkgsrc/print/py-octoprint/PLIST
diff -u pkgsrc/print/py-octoprint/PLIST:1.4 pkgsrc/print/py-octoprint/PLIST:1.5
--- pkgsrc/print/py-octoprint/PLIST:1.4 Tue Apr 15 05:04:20 2025
+++ pkgsrc/print/py-octoprint/PLIST Sun Jan 11 09:36:20 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/15 05:04:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/01/11 09:36:20 adam Exp $
bin/octoprint-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -219,6 +219,7 @@ ${PYSITELIB}/octoprint/plugins/classicwe
${PYSITELIB}/octoprint/plugins/classicwebcam/templates/classicwebcam_wizard.jinja2
${PYSITELIB}/octoprint/plugins/classicwebcam/templates/snippets/classicwebcamCacheBuster.jinja2
${PYSITELIB}/octoprint/plugins/classicwebcam/templates/snippets/classicwebcamOrientation.jinja2
+${PYSITELIB}/octoprint/plugins/classicwebcam/templates/snippets/classicwebcamSnapshotAuthentication.jinja2
${PYSITELIB}/octoprint/plugins/classicwebcam/templates/snippets/classicwebcamSnapshotSslValidation.jinja2
${PYSITELIB}/octoprint/plugins/classicwebcam/templates/snippets/classicwebcamSnapshotTimeout.jinja2
${PYSITELIB}/octoprint/plugins/classicwebcam/templates/snippets/classicwebcamSnapshotUrl.jinja2
@@ -239,6 +240,13 @@ ${PYSITELIB}/octoprint/plugins/corewizar
${PYSITELIB}/octoprint/plugins/corewizard/templates/corewizard_pluginblacklist_wizard.jinja2
${PYSITELIB}/octoprint/plugins/corewizard/templates/corewizard_printerprofile_wizard.jinja2
${PYSITELIB}/octoprint/plugins/corewizard/templates/corewizard_servercommands_wizard.jinja2
+${PYSITELIB}/octoprint/plugins/customcontrolmanager/__init__.py
+${PYSITELIB}/octoprint/plugins/customcontrolmanager/__init__.pyc
+${PYSITELIB}/octoprint/plugins/customcontrolmanager/__init__.pyo
+${PYSITELIB}/octoprint/plugins/customcontrolmanager/static/css/customcontrolmanager.css
+${PYSITELIB}/octoprint/plugins/customcontrolmanager/static/js/customcontrolmanager.js
+${PYSITELIB}/octoprint/plugins/customcontrolmanager/static/less/customcontrolmanager.less
+${PYSITELIB}/octoprint/plugins/customcontrolmanager/templates/customcontrolmanager_settings.jinja2
${PYSITELIB}/octoprint/plugins/discovery/__init__.py
${PYSITELIB}/octoprint/plugins/discovery/__init__.pyc
${PYSITELIB}/octoprint/plugins/discovery/__init__.pyo
@@ -269,6 +277,29 @@ ${PYSITELIB}/octoprint/plugins/gcodeview
${PYSITELIB}/octoprint/plugins/gcodeviewer/templates/gcodeviewer_initscript.jinja2
${PYSITELIB}/octoprint/plugins/gcodeviewer/templates/gcodeviewer_settings.jinja2
${PYSITELIB}/octoprint/plugins/gcodeviewer/templates/gcodeviewer_tab.jinja2
+${PYSITELIB}/octoprint/plugins/health_check/__init__.py
+${PYSITELIB}/octoprint/plugins/health_check/__init__.pyc
+${PYSITELIB}/octoprint/plugins/health_check/__init__.pyo
+${PYSITELIB}/octoprint/plugins/health_check/checks/__init__.py
+${PYSITELIB}/octoprint/plugins/health_check/checks/__init__.pyc
+${PYSITELIB}/octoprint/plugins/health_check/checks/__init__.pyo
+${PYSITELIB}/octoprint/plugins/health_check/checks/filesystem_storage.py
+${PYSITELIB}/octoprint/plugins/health_check/checks/filesystem_storage.pyc
+${PYSITELIB}/octoprint/plugins/health_check/checks/filesystem_storage.pyo
+${PYSITELIB}/octoprint/plugins/health_check/checks/global_api_key.py
+${PYSITELIB}/octoprint/plugins/health_check/checks/global_api_key.pyc
+${PYSITELIB}/octoprint/plugins/health_check/checks/global_api_key.pyo
+${PYSITELIB}/octoprint/plugins/health_check/checks/octoprint_freshness.py
+${PYSITELIB}/octoprint/plugins/health_check/checks/octoprint_freshness.pyc
+${PYSITELIB}/octoprint/plugins/health_check/checks/octoprint_freshness.pyo
+${PYSITELIB}/octoprint/plugins/health_check/checks/python_eol.py
+${PYSITELIB}/octoprint/plugins/health_check/checks/python_eol.pyc
+${PYSITELIB}/octoprint/plugins/health_check/checks/python_eol.pyo
+${PYSITELIB}/octoprint/plugins/health_check/static/clientjs/health_check.js
+${PYSITELIB}/octoprint/plugins/health_check/static/css/health_check.css
+${PYSITELIB}/octoprint/plugins/health_check/static/js/health_check.js
+${PYSITELIB}/octoprint/plugins/health_check/templates/health_check.jinja2
+${PYSITELIB}/octoprint/plugins/health_check/templates/health_check_navbar.jinja2
${PYSITELIB}/octoprint/plugins/logging/__init__.py
${PYSITELIB}/octoprint/plugins/logging/__init__.pyc
${PYSITELIB}/octoprint/plugins/logging/__init__.pyo
@@ -384,6 +415,16 @@ ${PYSITELIB}/octoprint/plugins/tracking/
${PYSITELIB}/octoprint/plugins/tracking/templates/snippets/trackingDetails.jinja2
${PYSITELIB}/octoprint/plugins/tracking/templates/tracking_settings.jinja2
${PYSITELIB}/octoprint/plugins/tracking/templates/tracking_wizard.jinja2
+${PYSITELIB}/octoprint/plugins/uploadmanager/__init__.py
+${PYSITELIB}/octoprint/plugins/uploadmanager/__init__.pyc
+${PYSITELIB}/octoprint/plugins/uploadmanager/__init__.pyo
+${PYSITELIB}/octoprint/plugins/uploadmanager/static/css/uploadmanager.css
+${PYSITELIB}/octoprint/plugins/uploadmanager/static/js/ko.click.double.js
+${PYSITELIB}/octoprint/plugins/uploadmanager/static/js/ko.click.single.js
+${PYSITELIB}/octoprint/plugins/uploadmanager/static/js/ko.marquee.js
+${PYSITELIB}/octoprint/plugins/uploadmanager/static/js/uploadmanager.js
+${PYSITELIB}/octoprint/plugins/uploadmanager/static/less/uploadmanager.less
+${PYSITELIB}/octoprint/plugins/uploadmanager/templates/uploadmanager.jinja2
${PYSITELIB}/octoprint/plugins/virtual_printer/__init__.py
${PYSITELIB}/octoprint/plugins/virtual_printer/__init__.pyc
${PYSITELIB}/octoprint/plugins/virtual_printer/__init__.pyo
@@ -692,6 +733,7 @@ ${PYSITELIB}/octoprint/static/js/lib/ua-
${PYSITELIB}/octoprint/static/js/login/login.js
${PYSITELIB}/octoprint/static/js/recovery/recovery.js
${PYSITELIB}/octoprint/static/js/reverse_proxy_test/reverse_proxy_test.js
+${PYSITELIB}/octoprint/static/less/bootstrap/README.txt
${PYSITELIB}/octoprint/static/less/bootstrap/accordion.less
${PYSITELIB}/octoprint/static/less/bootstrap/alerts.less
${PYSITELIB}/octoprint/static/less/bootstrap/bootstrap.less
@@ -733,7 +775,6 @@ ${PYSITELIB}/octoprint/static/less/boots
${PYSITELIB}/octoprint/static/less/bootstrap/utilities.less
${PYSITELIB}/octoprint/static/less/bootstrap/variables.less
${PYSITELIB}/octoprint/static/less/bootstrap/wells.less
-${PYSITELIB}/octoprint/static/less/font-awesome.less
${PYSITELIB}/octoprint/static/less/login.less
${PYSITELIB}/octoprint/static/less/mixins.less
${PYSITELIB}/octoprint/static/less/octoprint.less
@@ -749,18 +790,18 @@ ${PYSITELIB}/octoprint/static/vendor/fon
${PYSITELIB}/octoprint/static/vendor/font-awesome-3.2.1/fonts/fontawesome-webfont.svg
${PYSITELIB}/octoprint/static/vendor/font-awesome-3.2.1/fonts/fontawesome-webfont.ttf
${PYSITELIB}/octoprint/static/vendor/font-awesome-3.2.1/fonts/fontawesome-webfont.woff
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/css/all.css
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/css/all.min.css
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/css/v4-shims.css
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/css/v4-shims.min.css
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-brands-400.ttf
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-brands-400.woff2
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-regular-400.ttf
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-regular-400.woff2
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-solid-900.ttf
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-solid-900.woff2
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-v4compatibility.ttf
-${PYSITELIB}/octoprint/static/vendor/fontawesome-6.1.1/webfonts/fa-v4compatibility.woff2
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/css/all.css
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/css/all.min.css
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/css/v4-shims.css
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/css/v4-shims.min.css
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-brands-400.ttf
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-brands-400.woff2
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-regular-400.ttf
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-regular-400.woff2
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-solid-900.ttf
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-solid-900.woff2
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-v4compatibility.ttf
+${PYSITELIB}/octoprint/static/vendor/font-awesome-6.5.1/webfonts/fa-v4compatibility.woff2
${PYSITELIB}/octoprint/systemcommands/__init__.py
${PYSITELIB}/octoprint/systemcommands/__init__.pyc
${PYSITELIB}/octoprint/systemcommands/__init__.pyo
@@ -857,6 +898,7 @@ ${PYSITELIB}/octoprint/templates/snippet
${PYSITELIB}/octoprint/templates/snippets/settings/webcam/ffmpegPath.jinja2
${PYSITELIB}/octoprint/templates/snippets/settings/webcam/ffmpegThreads.jinja2
${PYSITELIB}/octoprint/templates/snippets/settings/webcam/ffmpegVideoCodec.jinja2
+${PYSITELIB}/octoprint/templates/snippets/settings/webcam/renderAfterPrintDelay.jinja2
${PYSITELIB}/octoprint/templates/snippets/settings/webcam/snapshotWebcam.jinja2
${PYSITELIB}/octoprint/templates/snippets/settings/webcam/timelapseEnabled.jinja2
${PYSITELIB}/octoprint/templates/snippets/settings/webcam/watermark.jinja2
@@ -926,6 +968,9 @@ ${PYSITELIB}/octoprint/util/piptestballo
${PYSITELIB}/octoprint/util/platform/__init__.py
${PYSITELIB}/octoprint/util/platform/__init__.pyc
${PYSITELIB}/octoprint/util/platform/__init__.pyo
+${PYSITELIB}/octoprint/util/plugins.py
+${PYSITELIB}/octoprint/util/plugins.pyc
+${PYSITELIB}/octoprint/util/plugins.pyo
${PYSITELIB}/octoprint/util/text.py
${PYSITELIB}/octoprint/util/text.pyc
${PYSITELIB}/octoprint/util/text.pyo
@@ -950,12 +995,12 @@ ${PYSITELIB}/octoprint/vendor/awesome_sl
${PYSITELIB}/octoprint/vendor/awesome_slugify/main.py
${PYSITELIB}/octoprint/vendor/awesome_slugify/main.pyc
${PYSITELIB}/octoprint/vendor/awesome_slugify/main.pyo
+${PYSITELIB}/octoprint/vendor/class_doc.py
+${PYSITELIB}/octoprint/vendor/class_doc.pyc
+${PYSITELIB}/octoprint/vendor/class_doc.pyo
${PYSITELIB}/octoprint/vendor/flask_principal.py
${PYSITELIB}/octoprint/vendor/flask_principal.pyc
${PYSITELIB}/octoprint/vendor/flask_principal.pyo
-${PYSITELIB}/octoprint/vendor/imp.py
-${PYSITELIB}/octoprint/vendor/imp.pyc
-${PYSITELIB}/octoprint/vendor/imp.pyo
${PYSITELIB}/octoprint/vendor/sockjs/__init__.py
${PYSITELIB}/octoprint/vendor/sockjs/__init__.pyc
${PYSITELIB}/octoprint/vendor/sockjs/__init__.pyo
Index: pkgsrc/print/py-octoprint/distinfo
diff -u pkgsrc/print/py-octoprint/distinfo:1.7 pkgsrc/print/py-octoprint/distinfo:1.8
--- pkgsrc/print/py-octoprint/distinfo:1.7 Sun Jan 19 16:13:21 2025
+++ pkgsrc/print/py-octoprint/distinfo Sun Jan 11 09:36:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/01/19 16:13:21 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/01/11 09:36:20 adam Exp $
-BLAKE2s (octoprint-1.10.3.tar.gz) = 4d3a1e5b1ce792d4876ad6c8fc3dfd1302a7c324e6c89af54801aeb4e69842bf
-SHA512 (octoprint-1.10.3.tar.gz) = b394de760947121992ef456d6c2d363759118830f5d49ffe8c5c56ab8f29c54a0a493dfa5d04ab28257a02a07f1533dd9e6e3ce3abfb9b0120cbd93ccd6a792b
-Size (octoprint-1.10.3.tar.gz) = 3127867 bytes
+BLAKE2s (octoprint-1.11.5.tar.gz) = 3128a3d5541448433874f2f1d020a111351c98cba0bd4c29e651f9efe1017231
+SHA512 (octoprint-1.11.5.tar.gz) = f46ec0bd88b944c571ff9f5474e2f3e7742075a95a956dbb3cb0b5d5102a4db896d524ba70099d275132c465879e7e3c36eb69eb2cf50bf1b9dacf82c62db197
+Size (octoprint-1.11.5.tar.gz) = 3232182 bytes
Home |
Main Index |
Thread Index |
Old Index