Path to this page:
./
www/py-terminado,
Terminals served to term.js using Tornado websockets
Branch: CURRENT,
Version: 0.18.1,
Package name: py311-terminado-0.18.1,
Maintainer: pkgsrc-usersThis is a Tornado websocket backend for the Xterm.js Javascript terminal
emulator library.
It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py),
v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm
code, v0.11 (2008-11-13) (also on Github as part of QWeb).
Required to run:[
www/py-tornado] [
sysutils/py-ptyprocess] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 31.935 KB
Version history: (Expand)
- (2024-03-22) Updated to version: py311-terminado-0.18.1
- (2023-12-07) Updated to version: py311-terminado-0.18.0
- (2023-10-28) Updated to version: py311-terminado-0.17.1nb1
- (2023-05-05) Updated to version: py310-terminado-0.17.1
- (2023-02-09) Updated to version: py310-terminado-0.10.1nb1
- (2022-01-05) Updated to version: py39-terminado-0.10.1nb1
CVS history: (Expand)
2024-03-22 14:13:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-terminado: updated to 0.18.1
0.18.1
Maintenance and upkeep improvements
- Update Release Scripts
- chore: update pre-commit hooks
- Update pre-commit and ruff config
|
2023-12-07 18:28:44 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-terminado: updated to 0.18.0
0.18.0
Maintenance and upkeep improvements
- Remove py37 support
- chore: update pre-commit hooks
- Clean up lint handling
- Use ruff format and fix docs warning
- Update typings for mypy 1.6
- chore: update pre-commit hooks
- Bump actions/checkout from 3 to 4
- Adopt sp-repo-review
- Use local coverage
- Clean up license file
- Add more linting
- Add docstring enforcement
- Adopt ruff and address lint
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-05-05 17:04:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-terminado: updated to 0.17.1
0.17.1
Bugs fixed
- Don't split manually on linebreaks
Maintenance and upkeep improvements
- Docs and workflow cleanup
- CI Cleanup
- Add ability to release from repo
- Bump actions/checkout from 2 to 3
- Add dependabot
Documentation improvements
- Docs and workflow cleanup
0.17.0
Maintenance and upkeep improvements
- Clean up docs install
- Maintenance cleanup
- Maintenance cleanup
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2021-06-11 07:19:06 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
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
|