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: adam
Date: Thu Jan 15 09:02:53 UTC 2026
Modified Files:
pkgsrc/www/py-posting: Makefile PLIST distinfo
Log Message:
py-posting: updated to 2.9.2
2.9.2 [14th October 2025]
Fixed
- Fixed path parameters interference across requests.
2.9.1 [24th September 2025]
Fixed
- Fixed unexpectedly high CPU usage via updating textual-autocomplete to 4.0.6.
2.9.0 [17th September 2025]
Added
- Path parameter support (`:param` syntax)
- New built-in themes: `hypernova`, `synthwave`.
- Added `export: copy as YAML` command to the command palette
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-posting/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-posting/PLIST
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/www/py-posting/Makefile:1.16
--- pkgsrc/www/py-posting/Makefile:1.15 Thu Oct 9 07:58:11 2025
+++ pkgsrc/www/py-posting/Makefile Thu Jan 15 09:02:53 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/10/09 07:58:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/01/15 09:02:53 adam Exp $
-DISTNAME= posting-2.7.1
+DISTNAME= posting-2.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/posting/}
@@ -19,8 +19,8 @@ DEPENDS+= ${PYPKGPREFIX}-openapi-pydanti
DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.9.2:../../devel/py-pydantic
DEPENDS+= ${PYPKGPREFIX}-pydantic-settings>=2.4.0:../../devel/py-pydantic-settings
DEPENDS+= ${PYPKGPREFIX}-pyperclip>=1.9.0:../../x11/py-pyperclip
-DEPENDS+= ${PYPKGPREFIX}-textual-autocomplete>=4.0.4:../../comms/py-textual-autocomplete
-DEPENDS+= ${PYPKGPREFIX}-textual>=3.0.0:../../comms/py-textual
+DEPENDS+= ${PYPKGPREFIX}-textual-autocomplete>=4.0.6:../../comms/py-textual-autocomplete
+DEPENDS+= ${PYPKGPREFIX}-textual>=6.1.0:../../comms/py-textual
DEPENDS+= ${PYPKGPREFIX}-watchfiles>=0.24.0:../../misc/py-watchfiles
DEPENDS+= ${PYPKGPREFIX}-xdg-base-dirs>=6.0.1:../../devel/py-xdg-base-dirs
DEPENDS+= ${PYPKGPREFIX}-yaml>=6.0.2:../../textproc/py-yaml
Index: pkgsrc/www/py-posting/PLIST
diff -u pkgsrc/www/py-posting/PLIST:1.7 pkgsrc/www/py-posting/PLIST:1.8
--- pkgsrc/www/py-posting/PLIST:1.7 Sun Apr 20 22:19:11 2025
+++ pkgsrc/www/py-posting/PLIST Thu Jan 15 09:02:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/20 22:19:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/01/15 09:02:53 adam Exp $
bin/posting-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -139,6 +139,9 @@ ${PYSITELIB}/posting/widgets/request/hea
${PYSITELIB}/posting/widgets/request/method_selection.py
${PYSITELIB}/posting/widgets/request/method_selection.pyc
${PYSITELIB}/posting/widgets/request/method_selection.pyo
+${PYSITELIB}/posting/widgets/request/path_editor.py
+${PYSITELIB}/posting/widgets/request/path_editor.pyc
+${PYSITELIB}/posting/widgets/request/path_editor.pyo
${PYSITELIB}/posting/widgets/request/query_editor.py
${PYSITELIB}/posting/widgets/request/query_editor.pyc
${PYSITELIB}/posting/widgets/request/query_editor.pyo
Index: pkgsrc/www/py-posting/distinfo
diff -u pkgsrc/www/py-posting/distinfo:1.12 pkgsrc/www/py-posting/distinfo:1.13
--- pkgsrc/www/py-posting/distinfo:1.12 Wed Aug 20 09:28:17 2025
+++ pkgsrc/www/py-posting/distinfo Thu Jan 15 09:02:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/08/20 09:28:17 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/01/15 09:02:53 adam Exp $
-BLAKE2s (posting-2.7.1.tar.gz) = 7aa71915fe550bea377896e0318cac89f59316c5f613cb48acf954889fc18d20
-SHA512 (posting-2.7.1.tar.gz) = 490aa23a164385985597ba410f13d16775788d8a4da4606185a7edaebcb4198e0e9c75400e6a46c360a19681794b3532596923adabdac726499dcb7577e0bbe1
-Size (posting-2.7.1.tar.gz) = 6010023 bytes
+BLAKE2s (posting-2.9.2.tar.gz) = b9eb56514460deff67ef99b5736eebf7ca5da2735b3f8a6403d4b83cd9688b8d
+SHA512 (posting-2.9.2.tar.gz) = 626ea9a127b0db18bb3ba3f3327c2d84e96551a3e82241466eadbaacc24ecdced33578e6dc247a6f3dc8fdd26e97602ece9b16eed5b67412c1ce49fcb01f8012
+Size (posting-2.9.2.tar.gz) = 6020547 bytes
Home |
Main Index |
Thread Index |
Old Index