On Tue, Feb 25, 2020 at 11:30:26AM +0100, Bjorn Ketelaars wrote:
> Yes, it should!
> New diff enclosed.
Builds, packages, and passes all tests on sparc64.
ok kmos
> diff --git Makefile Makefile
> index a8556156e5e..2c22ba0bb0d 100644
> --- Makefile
> +++ Makefile
> @@ -2,10 +2,9 @@
>
> COMM
On Tue, 25 Feb 2020, Bjorn Ketelaars wrote:
> On Tue 25/02/2020 11:27, Paco Esteban wrote:
> > Hi Bjorn,
> >
> > On Tue, 25 Feb 2020, Bjorn Ketelaars wrote:
> >
> > > diff --git Makefile Makefile
> > > index a8556156e5e..b7b12ba4908 100644
> > > --- Makefile
> > > +++ Makefile
> > > @@ -2,10 +2,
On Tue 25/02/2020 11:27, Paco Esteban wrote:
> Hi Bjorn,
>
> On Tue, 25 Feb 2020, Bjorn Ketelaars wrote:
>
> > diff --git Makefile Makefile
> > index a8556156e5e..b7b12ba4908 100644
> > --- Makefile
> > +++ Makefile
> > @@ -2,10 +2,9 @@
> >
> > COMMENT = terminals served to term.js us
Hi Bjorn,
On Tue, 25 Feb 2020, Bjorn Ketelaars wrote:
> diff --git Makefile Makefile
> index a8556156e5e..b7b12ba4908 100644
> --- Makefile
> +++ Makefile
> @@ -2,10 +2,9 @@
>
> COMMENT =terminals served to term.js using Tornado websockets
>
> -MODPY_EGG_VERSION = 0.8.2
> +MODPY
Diff below updates py-terminado to 0.8.3, which is a minor maintenance
release.
Changes to the port:
- Make this port python3-only as its only consumer is
jupyter-notebook, which dropped python2 support
- Add patch for removing call to getpgid() in
testterminado/management.py. Result i