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:           Wed Oct 25 09:08:56 UTC 2023

Modified Files:
        pkgsrc/misc/py-asciinema: Makefile distinfo

Log Message:
py-asciinema: updated to 2.4.0

2.4.0 (2023-10-23)

* When recording without file arg we now ask whether to save, upload or discard the recording
* Added capture of terminal resize events
* Fixed blocking write error when PTY master is not ready
* Fixed "broken pipe" errors when piping certain commands during recording
* Fixed crash during playback of cast files with trailing blank line


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/py-asciinema/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/misc/py-asciinema/Makefile:1.10
--- pkgsrc/misc/py-asciinema/Makefile:1.9       Mon Aug  7 13:39:29 2023
+++ pkgsrc/misc/py-asciinema/Makefile   Wed Oct 25 09:08:56 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/08/07 13:39:29 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/10/25 09:08:56 adam Exp $
 
-DISTNAME=      asciinema-2.3.0
+DISTNAME=      asciinema-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc multimedia python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asciinema/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://asciinema.org/
 COMMENT=       Terminal session recorder
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>0:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/misc/py-asciinema/distinfo
diff -u pkgsrc/misc/py-asciinema/distinfo:1.7 pkgsrc/misc/py-asciinema/distinfo:1.8
--- pkgsrc/misc/py-asciinema/distinfo:1.7       Mon Aug  7 13:39:29 2023
+++ pkgsrc/misc/py-asciinema/distinfo   Wed Oct 25 09:08:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/08/07 13:39:29 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/10/25 09:08:56 adam Exp $
 
-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
+BLAKE2s (asciinema-2.4.0.tar.gz) = 942ea88aedb013629a133b064b397f8ff4f44410bc0f2f88dc51de17b8728117
+SHA512 (asciinema-2.4.0.tar.gz) = 7b8b44f9588ca97fa927736c2542034155ed98076e40ba75cc548873c5a806325ba028a77302679a68b3cec3b37713471620311633138d75ba66044c30fa4598
+Size (asciinema-2.4.0.tar.gz) = 88768 bytes



Home | Main Index | Thread Index | Old Index