pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/py-octoprint-filecheck
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 18 08:11:22 UTC 2024
Modified Files:
pkgsrc/print/py-octoprint-filecheck: Makefile PLIST distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/py-octoprint-filecheck/Makefile \
pkgsrc/print/py-octoprint-filecheck/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-octoprint-filecheck/PLIST
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-filecheck/Makefile
diff -u pkgsrc/print/py-octoprint-filecheck/Makefile:1.4 pkgsrc/print/py-octoprint-filecheck/Makefile:1.5
--- pkgsrc/print/py-octoprint-filecheck/Makefile:1.4 Tue Jan 4 20:54:35 2022
+++ pkgsrc/print/py-octoprint-filecheck/Makefile Wed Sep 18 08:11:22 2024
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:35 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/09/18 08:11:22 adam Exp $
-DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME= ${PYPKGPREFIX}-octoprint-filecheck-2021.2.23
-PKGREVISION= 1
+DISTNAME= OctoPrint-FileCheck-2024.3.27
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= print python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=OctoPrint/}
-GITHUB_PROJECT= OctoPrint-FileCheck
-GITHUB_TAG= ${PKGVERSION_NOREV}
+MASTER_SITES= ${MASTER_SITE_PYPI:=O/OctoPrint-FileCheck/}
MAINTAINER= khorben%defora.org@localhost
-HOMEPAGE= https://github.com/OctoPrint/OctoPrint-FileCheck/
+HOMEPAGE= https://github.com/OctoPrint/OctoPrint-FileCheck
COMMENT= Checks for common issues in uploaded files
LICENSE= gnu-agpl-v3
-EGG_NAME= OctoPrint_FileCheck-2021.2.23
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/py-octoprint-filecheck/distinfo
diff -u pkgsrc/print/py-octoprint-filecheck/distinfo:1.4 pkgsrc/print/py-octoprint-filecheck/distinfo:1.5
--- pkgsrc/print/py-octoprint-filecheck/distinfo:1.4 Tue Oct 26 11:12:14 2021
+++ pkgsrc/print/py-octoprint-filecheck/distinfo Wed Sep 18 08:11:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:12:14 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/09/18 08:11:22 adam Exp $
-BLAKE2s (OctoPrint-FileCheck-2021.2.23.tar.gz) = 80f90bec5de6c313c3844255a1162622539349a5c790d50feb226d6da43a45eb
-SHA512 (OctoPrint-FileCheck-2021.2.23.tar.gz) = e572dbd091dbf5ded6bd8d924969d4c5de19afeaf6a9bb1e678a0531e5602e15ca69bf76f1d348a4fc51730355ba8dcb4282d59c2671e0852ed01954110fe804
-Size (OctoPrint-FileCheck-2021.2.23.tar.gz) = 48140 bytes
+BLAKE2s (OctoPrint-FileCheck-2024.3.27.tar.gz) = 475bb92f7f328b95901a87393a7494ed8462d6a57eadd03156e71c1a9c9bf089
+SHA512 (OctoPrint-FileCheck-2024.3.27.tar.gz) = 9548b4da86bdac75ae9a5f19e21e344ad8edbcdbd9716bab481f6d327f4ab9fb24b7b707eb8dd7efd9954e339a65b8d6590fce6742a49c26e2bc8bdd524c1c58
+Size (OctoPrint-FileCheck-2024.3.27.tar.gz) = 30500 bytes
Index: pkgsrc/print/py-octoprint-filecheck/PLIST
diff -u pkgsrc/print/py-octoprint-filecheck/PLIST:1.2 pkgsrc/print/py-octoprint-filecheck/PLIST:1.3
--- pkgsrc/print/py-octoprint-filecheck/PLIST:1.2 Sun May 30 21:29:10 2021
+++ pkgsrc/print/py-octoprint-filecheck/PLIST Wed Sep 18 08:11:22 2024
@@ -1,14 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/30 21:29:10 khorben Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/09/18 08:11:22 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/octoprint_file_check/__init__.py
${PYSITELIB}/octoprint_file_check/__init__.pyc
${PYSITELIB}/octoprint_file_check/__init__.pyo
+${PYSITELIB}/octoprint_file_check/static/clientjs/file_check.js
${PYSITELIB}/octoprint_file_check/static/js/file_check.js
+${PYSITELIB}/octoprint_file_check/templates/file_check_settings.jinja2
+${PYSITELIB}/octoprint_file_check/templates/file_check_wizard_fullcheck.jinja2
+${PYSITELIB}/octoprint_file_check/templates/snippets/fileCheckButton.jinja2
${PYSITELIB}/octoprint_file_check/translations/de/LC_MESSAGES/messages.mo
${PYSITELIB}/octoprint_file_check/translations/de/LC_MESSAGES/messages.po
Home |
Main Index |
Thread Index |
Old Index