Wednesday, February 26, 2020

Re: [new] synapse-1.11.0

On Wed, Feb 26, 2020 at 05:36:11PM +0100, Renaud Allard wrote:
>
>
> On 26/02/2020 16:17, Landry Breuil wrote:
>
> >
> > py-signedjson both has MODPY_PI & GH_*, there's no 1.1.0 tarball on pypi
> >
> > ===> Checking files for py3-signedjson-1.1.0
> > > > Fetch https://pypi.io/packages/source/p/python-signedjson/python-signedjson-1.1.0.tar.gz
> > ftp: Error retrieving https://files.pythonhosted.org/packages/source/p/python-signedjson/python-signedjson-1.1.0.tar.gz: 404 Not Found
> >
>
> Ah, yes, I did so much changes to make that one work that I forgot some bad
> ones, the tarball is indeed not python-signedjson-1.1.0.tar.gz but
> signedjson-1.1.0.tar.gz. It must be >=1.1.0 for synapse 1.11.0.

from https://pypi.org/project/signedjson/#files seems it's 1.1 without
the trailing .0.

MODPY_EGG_VERSION = 1.1
DISTNAME = signedjson-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

works with MODPY_PI = Yes

and no need for all the GH_* vars.

sadly for unpaddedbase64, its available on pypi but only the .whl and
not the source tarball.. so we really need to use the GH_* stuff ?

No comments:

Post a Comment