pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-blessed
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 2 13:26:59 UTC 2026
Modified Files:
pkgsrc/devel/py-blessed: Makefile PLIST distinfo
Log Message:
py-blessed: updated to 1.38.0
1.38
* introduced: :meth:`~.Terminal.does_osc52_clipboard`, :meth:`~.Terminal.clipboard_copy`, and
:meth:`~.Terminal.clipboard_paste` to detect, copy, and read from clipboard.
* introduced: :meth:`~.Terminal.get_color_scheme`.
* introduced: :meth:`~.Terminal.does_kitty_query` for Kitty's XTGETTCAP query extensions.
* introduced: :meth:`~.Terminal.does_decrqss` for DECRQSS (Request Status String).
* introduced: :meth:`~.Terminal.does_styled_underlines` and
:meth:`~.Terminal.does_colored_underlines` -- detect extended underline styles (``Smulx``) and
colored underlines (``Setulc``) via XTGETTCAP.
* introduced: :meth:`~.Terminal.set_window_title` and :meth:`~.Terminal.window_title` -- set the
terminal window and/or icon title via xterm OSC sequences, with a context manager that pushes
and pops the title stack (XTWINOPS).
* introduced: :attr:`DecModeResponse.recognized` and :attr:`DecModeResponse.supported`
properties -- distinguish modes the terminal acknowledges from those it can actually use.
* improved: ``Smulx`` and ``Setulc`` added to XTGETTCAP capability list.
* bugfix: ``EOF`` when stdin is connected to a Pipe (eg. pytest capture) caused infinite loop
:ghpull:`366`.
* bugfix: Background SGR not applying to text/suggestion content in
:class:`blessed.line_editor.LineEditor`, now prepend bg_sgr before each content SGR sequence.
* bugfix: OSC responses for 'ST' in addition to 'BEL' terminated iTerm2 capabilities,
Kitty notifications, Kitty pointer shapes responses
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-blessed/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-blessed/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-blessed/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-blessed/Makefile
diff -u pkgsrc/devel/py-blessed/Makefile:1.16 pkgsrc/devel/py-blessed/Makefile:1.17
--- pkgsrc/devel/py-blessed/Makefile:1.16 Fri Mar 13 08:29:17 2026
+++ pkgsrc/devel/py-blessed/Makefile Thu Apr 2 13:26:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/03/13 08:29:17 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/04/02 13:26:59 adam Exp $
-DISTNAME= blessed-1.33.0
+DISTNAME= blessed-1.38.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/blessed/}
Index: pkgsrc/devel/py-blessed/PLIST
diff -u pkgsrc/devel/py-blessed/PLIST:1.6 pkgsrc/devel/py-blessed/PLIST:1.7
--- pkgsrc/devel/py-blessed/PLIST:1.6 Fri Mar 13 08:29:17 2026
+++ pkgsrc/devel/py-blessed/PLIST Thu Apr 2 13:26:59 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2026/03/13 08:29:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/04/02 13:26:59 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -15,6 +15,9 @@ ${PYSITELIB}/blessed/color.pyo
${PYSITELIB}/blessed/colorspace.py
${PYSITELIB}/blessed/colorspace.pyc
${PYSITELIB}/blessed/colorspace.pyo
+${PYSITELIB}/blessed/cursor_shape.py
+${PYSITELIB}/blessed/cursor_shape.pyc
+${PYSITELIB}/blessed/cursor_shape.pyo
${PYSITELIB}/blessed/dec_modes.py
${PYSITELIB}/blessed/dec_modes.pyc
${PYSITELIB}/blessed/dec_modes.pyo
Index: pkgsrc/devel/py-blessed/distinfo
diff -u pkgsrc/devel/py-blessed/distinfo:1.11 pkgsrc/devel/py-blessed/distinfo:1.12
--- pkgsrc/devel/py-blessed/distinfo:1.11 Fri Mar 13 08:29:17 2026
+++ pkgsrc/devel/py-blessed/distinfo Thu Apr 2 13:26:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2026/03/13 08:29:17 adam Exp $
+$NetBSD: distinfo,v 1.12 2026/04/02 13:26:59 adam Exp $
-BLAKE2s (blessed-1.33.0.tar.gz) = 783279ffde75b2e8c88a86cd8104733f110f33477c5414c78a644a112557674d
-SHA512 (blessed-1.33.0.tar.gz) = d940d4ad541f0f62718a7733939d1a4314f43dc2d867ea560c09540aca17f6ac8d8dd6d262a69dc952c14da7ed2755f3f474d4df85be8f59324f723d6a6f543c
-Size (blessed-1.33.0.tar.gz) = 13980368 bytes
+BLAKE2s (blessed-1.38.0.tar.gz) = e4760de7568431e4f9f046bfbde70289e15a356b8f98d88de631abaf3af39ef7
+SHA512 (blessed-1.38.0.tar.gz) = d3db9087dea83d04683f4f1caa6927bc6fbd3ecfe0ad8cb1f60bb831ee3799c9b7cad2768cf759e41c4ecc34f2c6e37ca40edaf8ddd167cc0d6e6ba4d1a46636
+Size (blessed-1.38.0.tar.gz) = 14008103 bytes
Home |
Main Index |
Thread Index |
Old Index