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:           Fri Sep 13 09:50:37 UTC 2024

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-posting/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/www/py-posting/Makefile:1.7
--- pkgsrc/www/py-posting/Makefile:1.6  Sun Aug 25 10:49:33 2024
+++ pkgsrc/www/py-posting/Makefile      Fri Sep 13 09:50:37 2024
@@ -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-textu
 
 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}

Index: pkgsrc/www/py-posting/distinfo
diff -u pkgsrc/www/py-posting/distinfo:1.5 pkgsrc/www/py-posting/distinfo:1.6
--- pkgsrc/www/py-posting/distinfo:1.5  Sun Aug 25 10:49:33 2024
+++ pkgsrc/www/py-posting/distinfo      Fri Sep 13 09:50:37 2024
@@ -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



Home | Main Index | Thread Index | Old Index