Fri Jun 11 05:19:06 2021 UTC ()
py-terminado: updated to 0.10.1

0.10.1

Bugs fixed

Fix blocking of pty_read when there isn't pty data ready to read
Contributors to this release

0.10.0

Enhancements made

Support creating terminal given name in kwargs.

Bugs fixed

avoid persistent handle on IOLoop instance

Maintenance and upkeep improvements

async/await syntax
PR: Pin pywinpty version to 1.1.0

0.9.5
Pin pywinpty version

0.9.4
Allow non-strict decode for process output
Switch to GitHub Actions
Add generated changelog

0.9.3
Make sure SIGPIPE has default handler set

0.9.2
Add js files in package manifest
Add support to ppc64le
Fix config files for publication

0.9.1
v0.9.1

0.9.0
Drop python 2 and 3.4 and 3.5 support
Make sure that all process output makes it to the terminal


(adam)
diff -r1.1 -r1.2 pkgsrc/www/py-terminado/DESCR
diff -r1.1 -r1.2 pkgsrc/www/py-terminado/PLIST
diff -r1.5 -r1.6 pkgsrc/www/py-terminado/Makefile
diff -r1.5 -r1.6 pkgsrc/www/py-terminado/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/www/py-terminado/DESCR (expand / switch to unified diff)

--- pkgsrc/www/py-terminado/DESCR 2017/04/23 03:53:24 1.1
+++ pkgsrc/www/py-terminado/DESCR 2021/06/11 05:19:05 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1This is a Tornado websocket backend for the term.js Javascript terminal emulator 1This is a Tornado websocket backend for the Xterm.js Javascript terminal
2library. 2emulator library.
3  3
4It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py), 4It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
5v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm 5v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
6code, v0.11 (2008-11-13) (also on Github as part of QWeb). 6code, v0.11 (2008-11-13) (also on Github as part of QWeb).

cvs diff -r1.1 -r1.2 pkgsrc/www/py-terminado/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-terminado/PLIST 2017/04/23 03:53:24 1.1
+++ pkgsrc/www/py-terminado/PLIST 2021/06/11 05:19:05 1.2
@@ -1,15 +1,19 @@ @@ -1,15 +1,19 @@
1@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:53:24 markd Exp $ 1@comment $NetBSD: PLIST,v 1.2 2021/06/11 05:19:05 adam Exp $
2${PYSITELIB}/${EGG_FILE} 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
3${PYSITELIB}/terminado/__init__.py 7${PYSITELIB}/terminado/__init__.py
4${PYSITELIB}/terminado/__init__.pyc 8${PYSITELIB}/terminado/__init__.pyc
5${PYSITELIB}/terminado/__init__.pyo 9${PYSITELIB}/terminado/__init__.pyo
6${PYSITELIB}/terminado/_static/terminado.js 10${PYSITELIB}/terminado/_static/terminado.js
7${PYSITELIB}/terminado/management.py 11${PYSITELIB}/terminado/management.py
8${PYSITELIB}/terminado/management.pyc 12${PYSITELIB}/terminado/management.pyc
9${PYSITELIB}/terminado/management.pyo 13${PYSITELIB}/terminado/management.pyo
10${PYSITELIB}/terminado/tests/__init__.py 14${PYSITELIB}/terminado/tests/__init__.py
11${PYSITELIB}/terminado/tests/__init__.pyc 15${PYSITELIB}/terminado/tests/__init__.pyc
12${PYSITELIB}/terminado/tests/__init__.pyo 16${PYSITELIB}/terminado/tests/__init__.pyo
13${PYSITELIB}/terminado/tests/basic_test.py 17${PYSITELIB}/terminado/tests/basic_test.py
14${PYSITELIB}/terminado/tests/basic_test.pyc 18${PYSITELIB}/terminado/tests/basic_test.pyc
15${PYSITELIB}/terminado/tests/basic_test.pyo 19${PYSITELIB}/terminado/tests/basic_test.pyo

cvs diff -r1.5 -r1.6 pkgsrc/www/py-terminado/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-terminado/Makefile 2020/04/11 16:24:52 1.5
+++ pkgsrc/www/py-terminado/Makefile 2021/06/11 05:19:05 1.6
@@ -1,19 +1,25 @@ @@ -1,19 +1,25 @@
1# $NetBSD: Makefile,v 1.5 2020/04/11 16:24:52 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2021/06/11 05:19:05 adam Exp $
2 2
3DISTNAME= terminado-0.8.3 3DISTNAME= terminado-0.10.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/terminado/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/terminado/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/takluyver/terminado 9HOMEPAGE= https://github.com/takluyver/terminado
10COMMENT= Terminals served to term.js using Tornado websockets 10COMMENT= Terminals served to term.js using Tornado websockets
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess 13DEPENDS+= ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
14DEPENDS+= ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado 14DEPENDS+= ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
15 16
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17 18
18.include "../../lang/python/distutils.mk" 19PYTHON_VERSIONS_INCOMPATIBLE= 27
 20
 21do-test:
 22 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 23
 24.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/www/py-terminado/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-terminado/distinfo 2020/04/11 16:24:52 1.5
+++ pkgsrc/www/py-terminado/distinfo 2021/06/11 05:19:05 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2020/04/11 16:24:52 adam Exp $ 1$NetBSD: distinfo,v 1.6 2021/06/11 05:19:05 adam Exp $
2 2
3SHA1 (terminado-0.8.3.tar.gz) = b00dfe43283a5fd74683227bf3b1cfef0573e9a4 3SHA1 (terminado-0.10.1.tar.gz) = 8a27d1772c19c88121ff60c0b6a4c2bd10c6bfb3
4RMD160 (terminado-0.8.3.tar.gz) = 560debcbd40f868b5cb8aaed91f63abcc507f0ac 4RMD160 (terminado-0.10.1.tar.gz) = ff0f7953b1df49c5316c1e4720342de20d796a2c
5SHA512 (terminado-0.8.3.tar.gz) = 441355cdc919b6f04b1bf1eb870f24e0bd6c7ef412e72e1747707049b1fa0d6676644e3646007f2653b3df00e1f30048d9dc40d73f0827b2bbfc0821549e140b 5SHA512 (terminado-0.10.1.tar.gz) = fb6a6e27cec8e644565ecab3a7c43fd288c6ff9e18e68dda6d306532fa5e39274574f3dabdbf629cf00096256fef9a0419c98a3d9b7b038e04dd6ca1af16af46
6Size (terminado-0.8.3.tar.gz) = 21165 bytes 6Size (terminado-0.10.1.tar.gz) = 13911 bytes