pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-asciinema
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 7 13:39:29 UTC 2023
Modified Files:
pkgsrc/misc/py-asciinema: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/py-asciinema/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/py-asciinema/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-asciinema/Makefile
diff -u pkgsrc/misc/py-asciinema/Makefile:1.8 pkgsrc/misc/py-asciinema/Makefile:1.9
--- pkgsrc/misc/py-asciinema/Makefile:1.8 Tue Jun 6 12:41:58 2023
+++ pkgsrc/misc/py-asciinema/Makefile Mon Aug 7 13:39:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/06/06 12:41:58 riastradh Exp $
+# $NetBSD: Makefile,v 1.9 2023/08/07 13:39:29 adam Exp $
-DISTNAME= asciinema-2.2.0
+DISTNAME= asciinema-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= misc multimedia python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asciinema/}
Index: pkgsrc/misc/py-asciinema/distinfo
diff -u pkgsrc/misc/py-asciinema/distinfo:1.6 pkgsrc/misc/py-asciinema/distinfo:1.7
--- pkgsrc/misc/py-asciinema/distinfo:1.6 Tue May 10 17:22:50 2022
+++ pkgsrc/misc/py-asciinema/distinfo Mon Aug 7 13:39:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/05/10 17:22:50 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/08/07 13:39:29 adam Exp $
-BLAKE2s (asciinema-2.2.0.tar.gz) = 68d5083b78618c42b2691fb220e13f9697c0d38f2cd5710eb90553e2e586c452
-SHA512 (asciinema-2.2.0.tar.gz) = 7f521ac7938f085a647dd05d6d8a4652650900d48fd655a7088f8a7259c5aeaa2e0092f888d99c46dc9c06fb2df5366d5ac376b6c2465c4dd3cb8281e20e01ad
-Size (asciinema-2.2.0.tar.gz) = 84194 bytes
+BLAKE2s (asciinema-2.3.0.tar.gz) = 154fa8d4bc8b58d2d724d04b719615c048207fd870f78993e3e19263f01a2a95
+SHA512 (asciinema-2.3.0.tar.gz) = 08c0e5a9bc416f748242f7ef60f2023008ba3221731afa4b889fbd9a6400454cdfe23644f7e456f9f27df531ba82a7366cc817eac6ff8f677b583d68f99bd447
+Size (asciinema-2.3.0.tar.gz) = 87744 bytes
Home |
Main Index |
Thread Index |
Old Index