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:           Tue Aug  6 12:45:32 UTC 2024

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

Log Message:
py-posting: update to 1.10.1.

1.10.1

fix: Disable Textual's AUTO_FOCUS behaviour, as it was causing focused widget to change unexpectedly on unmounting a screen.

1.10.0

Better user defined themes

Posting's theme system has received an upgrade 🛠️ 🎨

100% of the UI is now colored based on the chosen theme - including
syntax highlighting!

You can also now target more specific elements in the UI with your
themes, for times where you disagree with Posting's use of semantic
colors.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-posting/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/www/py-posting/Makefile:1.4
--- pkgsrc/www/py-posting/Makefile:1.3  Mon Jul 29 07:21:35 2024
+++ pkgsrc/www/py-posting/Makefile      Tue Aug  6 12:45:32 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/07/29 07:21:35 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/06 12:45:32 wiz Exp $
 
-DISTNAME=      posting-1.9.3
+DISTNAME=      posting-1.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/posting/}
@@ -28,7 +28,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 310
 
-# 28 failed, 1 skipped, 1 warning
+# 32 failed, 1 skipped, 1 warning
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX}

Index: pkgsrc/www/py-posting/distinfo
diff -u pkgsrc/www/py-posting/distinfo:1.2 pkgsrc/www/py-posting/distinfo:1.3
--- pkgsrc/www/py-posting/distinfo:1.2  Mon Jul 29 07:21:35 2024
+++ pkgsrc/www/py-posting/distinfo      Tue Aug  6 12:45:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/07/29 07:21:35 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/08/06 12:45:32 wiz Exp $
 
-BLAKE2s (posting-1.9.3.tar.gz) = 7c9286900bf23b295fc17e318bdf01b8e2650f7746fa63154c0b48b18c59861e
-SHA512 (posting-1.9.3.tar.gz) = 74b4d292735fe19b63bbf8f69b5a783fc44650c0f5af619ebcbd6a9dbc9438dbb39aa130bb9a80d8a08f78995d1d42e303a671171869be19f62dbb0d3f520a3a
-Size (posting-1.9.3.tar.gz) = 244678 bytes
+BLAKE2s (posting-1.10.1.tar.gz) = 1f2659b436df4ff14769480201d362eaed12aac88cda3a8d7c7861f1cfe3c624
+SHA512 (posting-1.10.1.tar.gz) = 7ea009486933651382d2c9a52911deac6e316c5d78a39ab7f33d3d6483255ced7e2c3de5c20e4d4cfc1011fcf36c1d536133a04ff8db4c793627d8ae658c66ed
+Size (posting-1.10.1.tar.gz) = 9555467 bytes



Home | Main Index | Thread Index | Old Index