From d64806d2b54222b9d773824a7a350814ef360f4d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 Sep 2024 09:50:37 +0000 Subject: [PATCH] py-posting: update to 1.13.0. 1.13.0 What's Changed With this release, Posting will watch loaded environment files and refresh the UI to reflect changes in them. There's some new config for hiding the collection browser on startup too, and a bunch of smaller changes. See the log below for more info. Added New collection_browser.show_on_startup config to control whether the collection browser is shown on startup. Watch for changes to loaded dotenv files and reload UI elements that depend on them when they change. Changed Upgraded all dependencies. Remove pydantic-settings crash workaround on empty config files. Renaming App.maximized as it now clashes with a Textual concept. Removed "using default collection" message from startup. Fixed Fixed crash while rendering error message on timeout. 1.12.3 What's Changed Upgrade textual by @darrenburns in #94 Catch possible pyperclip exception if no clipboard mechanism installed by @seapagan in #98 1.12.2 Note: 1.12.2 was yanked. It's equivalent to 1.12.1. --- www/py-posting/Makefile | 12 +++++------- www/py-posting/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/www/py-posting/Makefile b/www/py-posting/Makefile index 77575d809cb4..2df222f54053 100644 --- a/www/py-posting/Makefile +++ b/www/py-posting/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2024/08/25 10:49:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2024/09/13 09:50:37 wiz Exp $ -DISTNAME= posting-1.12.1 +DISTNAME= posting-1.13.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PYPI:=p/posting/} @@ -32,12 +32,10 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-textual-snapshot>=1.0.0:../../devel/py-test-t USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 310 +PYTHON_VERSIONS_INCOMPATIBLE= 38 39 310 -# as of 1.12.0 -# 5 failed, 56 passed, 5 skipped, 1 warning -# as of 1.12.1 -# 26 failed, 35 passed, 5 skipped, 1 warning +# as of 1.13.0 +# 7 failed, 54 passed, 5 skipped, 1 warning post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} posting posting-${PYVERSSUFFIX} diff --git a/www/py-posting/distinfo b/www/py-posting/distinfo index db91624c64c6..e6943efd21e5 100644 --- a/www/py-posting/distinfo +++ b/www/py-posting/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2024/08/25 10:49:33 wiz Exp $ +$NetBSD: distinfo,v 1.6 2024/09/13 09:50:37 wiz Exp $ -BLAKE2s (posting-1.12.1.tar.gz) = 2305daaa5c8215ec34d181d5efd9d4c57fd0184249647fc5d45a4737b2b68973 -SHA512 (posting-1.12.1.tar.gz) = 1a67a8f6edd4bd4309d82394f0855a58ff4ec819bd5ca901536c32eab02f7f06680a2029a7b687cedd2c9f51961d71a544228361c18e999d42b8e777af992b16 -Size (posting-1.12.1.tar.gz) = 2778148 bytes +BLAKE2s (posting-1.13.0.tar.gz) = 15e289c6c15fb0e526e3c7a842fda05312b18dc67b4335b5f6f8dee5cf57dcde +SHA512 (posting-1.13.0.tar.gz) = ef4275e0cb3ccb7cffe36137038c5be38fe52dd3e8bc172d38d29691510b5ef5d382cd870eaea4d106e55f7803727c388cc8b8cedd9353941e27e18fbd00c324 +Size (posting-1.13.0.tar.gz) = 2843116 bytes