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:   khorben
Date:           Sun May 30 21:29:10 UTC 2021

Modified Files:
        pkgsrc/print/py-octoprint-filecheck: Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/py-octoprint-filecheck/Makefile \
    pkgsrc/print/py-octoprint-filecheck/PLIST \
    pkgsrc/print/py-octoprint-filecheck/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-filecheck/Makefile
diff -u pkgsrc/print/py-octoprint-filecheck/Makefile:1.1 pkgsrc/print/py-octoprint-filecheck/Makefile:1.2
--- pkgsrc/print/py-octoprint-filecheck/Makefile:1.1    Sat Jan 16 20:40:05 2021
+++ pkgsrc/print/py-octoprint-filecheck/Makefile        Sun May 30 21:29:10 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/01/16 20:40:05 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/30 21:29:10 khorben Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-PKGNAME=       ${PYPKGPREFIX}-octoprint-filecheck-2020.08.07
+PKGNAME=       ${PYPKGPREFIX}-octoprint-filecheck-2021.2.23
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OctoPrint/}
 GITHUB_PROJECT=        OctoPrint-FileCheck
@@ -12,7 +12,7 @@ HOMEPAGE=     https://github.com/OctoPrint/O
 COMMENT=       Checks for common issues in uploaded files
 LICENSE=       gnu-agpl-v3
 
-EGG_NAME=      OctoPrint_FileCheck-2020.8.7
+EGG_NAME=      OctoPrint_FileCheck-2021.2.23
 
 PYTHON_VERSIONS_ACCEPTED=      39 38 37 36
 
Index: pkgsrc/print/py-octoprint-filecheck/PLIST
diff -u pkgsrc/print/py-octoprint-filecheck/PLIST:1.1 pkgsrc/print/py-octoprint-filecheck/PLIST:1.2
--- pkgsrc/print/py-octoprint-filecheck/PLIST:1.1       Sat Jan 16 20:40:05 2021
+++ pkgsrc/print/py-octoprint-filecheck/PLIST   Sun May 30 21:29:10 2021
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2021/01/16 20:40:05 khorben Exp $
+@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
 ${PYSITELIB}/octoprint_file_check/__init__.py
 ${PYSITELIB}/octoprint_file_check/__init__.pyc
Index: pkgsrc/print/py-octoprint-filecheck/distinfo
diff -u pkgsrc/print/py-octoprint-filecheck/distinfo:1.1 pkgsrc/print/py-octoprint-filecheck/distinfo:1.2
--- pkgsrc/print/py-octoprint-filecheck/distinfo:1.1    Sat Jan 16 20:40:05 2021
+++ pkgsrc/print/py-octoprint-filecheck/distinfo        Sun May 30 21:29:10 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/01/16 20:40:05 khorben Exp $
+$NetBSD: distinfo,v 1.2 2021/05/30 21:29:10 khorben Exp $
 
-SHA1 (OctoPrint-FileCheck-2020.08.07.tar.gz) = d71b61c291e3504675ac3f851fa0a6acfaa60509
-RMD160 (OctoPrint-FileCheck-2020.08.07.tar.gz) = 4b1a6ca93d09c7170e699e21ea55baa02db5e4d6
-SHA512 (OctoPrint-FileCheck-2020.08.07.tar.gz) = 58adc73f831d6f3dcf10b9fedac834daab0331850c2d98383fee9bd3734ee0c1eb15d3ec171a1896db92900bc0e5587de82de643535eb2898a7592424e21bcba
-Size (OctoPrint-FileCheck-2020.08.07.tar.gz) = 45071 bytes
+SHA1 (OctoPrint-FileCheck-2021.2.23.tar.gz) = 7b4462d8b3b239bae386d9add38600a25c1f1e89
+RMD160 (OctoPrint-FileCheck-2021.2.23.tar.gz) = 5f27469af311a7a303ac9791bde884a4fdaf9c3f
+SHA512 (OctoPrint-FileCheck-2021.2.23.tar.gz) = e572dbd091dbf5ded6bd8d924969d4c5de19afeaf6a9bb1e678a0531e5602e15ca69bf76f1d348a4fc51730355ba8dcb4282d59c2671e0852ed01954110fe804
+Size (OctoPrint-FileCheck-2021.2.23.tar.gz) = 48140 bytes



Home | Main Index | Thread Index | Old Index