pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-posting



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 24 10:44:23 UTC 2024

Modified Files:
        pkgsrc/www/py-posting: Makefile PLIST distinfo

Log Message:
py-posting: update to 2.3.0.

2.3.0

If Posting is using a theme, and you edit that theme on disk, the
UI will now instantly update to reflect that change.

2.2.0

This release upgrades the theme system, introduces 15 new themes,
makes syntax highlighting automatically adapt to the theme, and
lots more!


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-posting/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-posting/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-posting/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-posting/Makefile
diff -u pkgsrc/www/py-posting/Makefile:1.11 pkgsrc/www/py-posting/Makefile:1.12
--- pkgsrc/www/py-posting/Makefile:1.11 Sun Nov 17 09:44:37 2024
+++ pkgsrc/www/py-posting/Makefile      Sun Nov 24 10:44:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/11/17 09:44:37 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/11/24 10:44:23 wiz Exp $
 
-DISTNAME=      posting-2.1.1
+DISTNAME=      posting-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/posting/}
@@ -35,8 +35,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310
 
-# as of 2.1.1
-# 7 failed, 84 passed, 1 warning
+# as of 2.3.0
+# 9 failed, 81 passed, 1 warning
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}

Index: pkgsrc/www/py-posting/PLIST
diff -u pkgsrc/www/py-posting/PLIST:1.5 pkgsrc/www/py-posting/PLIST:1.6
--- pkgsrc/www/py-posting/PLIST:1.5     Sun Nov 17 09:44:37 2024
+++ pkgsrc/www/py-posting/PLIST Sun Nov 24 10:44:23 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/11/17 09:44:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/11/24 10:44:23 wiz Exp $
 bin/posting-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -24,6 +24,9 @@ ${PYSITELIB}/posting/commands.pyo
 ${PYSITELIB}/posting/config.py
 ${PYSITELIB}/posting/config.pyc
 ${PYSITELIB}/posting/config.pyo
+${PYSITELIB}/posting/exit_codes.py
+${PYSITELIB}/posting/exit_codes.pyc
+${PYSITELIB}/posting/exit_codes.pyo
 ${PYSITELIB}/posting/files.py
 ${PYSITELIB}/posting/files.pyc
 ${PYSITELIB}/posting/files.pyo

Index: pkgsrc/www/py-posting/distinfo
diff -u pkgsrc/www/py-posting/distinfo:1.9 pkgsrc/www/py-posting/distinfo:1.10
--- pkgsrc/www/py-posting/distinfo:1.9  Sun Nov 17 09:44:37 2024
+++ pkgsrc/www/py-posting/distinfo      Sun Nov 24 10:44:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/11/17 09:44:37 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/11/24 10:44:23 wiz Exp $
 
-BLAKE2s (posting-2.1.1.tar.gz) = 9e96ac647221545e5e2c8e05721c535b79f02ad7ef6984a4a5ee224b65d4f7d7
-SHA512 (posting-2.1.1.tar.gz) = 84b7079d84d61c2200ad577c9955383693dd8fa1c370b52b5f0760f9ca3ee98ba7131f55f3ee0b838e8ceac6a221220fd2f57357340d8ad4164805d8e390957e
-Size (posting-2.1.1.tar.gz) = 3367976 bytes
+BLAKE2s (posting-2.3.0.tar.gz) = d1820e95bf37355bf871d37a9c7971adbe59ab4359a329545de53fcce24caf9b
+SHA512 (posting-2.3.0.tar.gz) = d9f643944f17ec3b7b65493c3328bb39dfb3e71b48ed0ea0e93db724a88283eabe4cac796c2ef9fbed5f7c2fbefdfcd060e31094adeec687d2662f48f62935c8
+Size (posting-2.3.0.tar.gz) = 3380719 bytes



Home | Main Index | Thread Index | Old Index