Mon Aug 7 13:39:29 2023 UTC ()
py-asciinema: updated to 2.3.0

2.3.0 (2023-07-05)

* Added official support for Python 3.11
* Dropped official support for Python 3.6
* Implemented markers in `rec` and `play -m` commands
* Added `--loop` option for looped playback in `play` command
* Added `--stream` and `--out-fmt` option for customizing output of `play` command
* Improved terminal charset detection (thanks @djds)
* Extended `cat` command to support multiple files (thanks @Low-power)
* Improved upload error messages
* Fixed direct playback from URL
* Made raw output start with terminal size sequence (`\e[8;H;Wt`)
* Prevented recording to stdout when it's a TTY
* Added target file permission checks to avoid ugly errors
* Removed named pipe re-opening, which was causing hangs in certain scenarios
* Improved PTY/TTY data reading - it goes in bigger chunks now (256 kb)
* Fixed deadlock in PTY writes (thanks @Low-power)
* Improved input forwarding from stdin
* Ignored OSC responses in recorded stdin stream


(adam)
diff -r1.8 -r1.9 pkgsrc/misc/py-asciinema/Makefile
diff -r1.6 -r1.7 pkgsrc/misc/py-asciinema/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/misc/py-asciinema/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/py-asciinema/Makefile 2023/06/06 12:41:58 1.8
+++ pkgsrc/misc/py-asciinema/Makefile 2023/08/07 13:39:29 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2023/06/06 12:41:58 riastradh Exp $ 1# $NetBSD: Makefile,v 1.9 2023/08/07 13:39:29 adam Exp $
2 2
3DISTNAME= asciinema-2.2.0 3DISTNAME= asciinema-2.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= misc multimedia python 5CATEGORIES= misc multimedia python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asciinema/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asciinema/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://asciinema.org/ 9HOMEPAGE= https://asciinema.org/
10COMMENT= Terminal session recorder 10COMMENT= Terminal session recorder
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>0:../../devel/py-wheel 13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>0:../../devel/py-wheel
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.6 -r1.7 pkgsrc/misc/py-asciinema/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/py-asciinema/distinfo 2022/05/10 17:22:50 1.6
+++ pkgsrc/misc/py-asciinema/distinfo 2023/08/07 13:39:29 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/05/10 17:22:50 adam Exp $ 1$NetBSD: distinfo,v 1.7 2023/08/07 13:39:29 adam Exp $
2 2
3BLAKE2s (asciinema-2.2.0.tar.gz) = 68d5083b78618c42b2691fb220e13f9697c0d38f2cd5710eb90553e2e586c452 3BLAKE2s (asciinema-2.3.0.tar.gz) = 154fa8d4bc8b58d2d724d04b719615c048207fd870f78993e3e19263f01a2a95
4SHA512 (asciinema-2.2.0.tar.gz) = 7f521ac7938f085a647dd05d6d8a4652650900d48fd655a7088f8a7259c5aeaa2e0092f888d99c46dc9c06fb2df5366d5ac376b6c2465c4dd3cb8281e20e01ad 4SHA512 (asciinema-2.3.0.tar.gz) = 08c0e5a9bc416f748242f7ef60f2023008ba3221731afa4b889fbd9a6400454cdfe23644f7e456f9f27df531ba82a7366cc817eac6ff8f677b583d68f99bd447
5Size (asciinema-2.2.0.tar.gz) = 84194 bytes 5Size (asciinema-2.3.0.tar.gz) = 87744 bytes