Re: [tor-dev] txtorcon 18.0.1

2018-07-02 Thread meejah
Iain Learmonth writes: > I will look again once this is resolved. I believe 18.0.2 fixes this (also reported by Brian Warner for magic-wormhole). Sorry about that! -- meejah ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproje

Re: [tor-dev] txtorcon 18.0.1

2018-07-02 Thread meejah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Python3.4 doesn't support async-def or await, but the guards being used only accounted for Python2 -- this is fixed by txtorcon 18.0.2 You can download the release from PyPI or GitHub (or of course "pip install txtorcon"): https://pypi.python.o

Re: [tor-dev] txtorcon 18.0.1

2018-07-02 Thread Iain Learmonth
Hi meejah, On 02/07/18 06:38, meejah wrote: > Ah, sorry yes I missed this step. The GitHub release is updated. Thanks! I've just looked at updating the Debian packaging with this but unfortunately I'm blocked by Debian#902766 which appears to be a Python 3.7 issue (async is now a reserved keywor

Re: [tor-dev] txtorcon 18.0.1

2018-07-01 Thread meejah
Iain Learmonth writes: > Is it possible for you to make a GitHub "release" for 18.0.1? For the > Debian packaging I fetch the signatures from here and verify them, which > doesn't work if you've only tagged the release. Ah, sorry yes I missed this step. The GitHub release is updated. thanks, me

Re: [tor-dev] txtorcon 18.0.1

2018-07-01 Thread Iain Learmonth
Hi, On 01/07/18 16:30, dawuud wrote: > What's a github release? > I think you mean a commit which is tagged and I'm > pretty sure meejah tags release commits. I mean what GitHub calls a "release" which is different to a tag. It allows me to base the Debian packaging on a signed tarball from meeja

Re: [tor-dev] txtorcon 18.0.1

2018-07-01 Thread dawuud
What's a github release? I think you mean a commit which is tagged and I'm pretty sure meejah tags release commits. On Sun, Jul 01, 2018 at 04:09:26PM +0100, Iain Learmonth wrote: > Hi meejah, > > On 30/06/18 06:11, meejah wrote: > > Unfortunately there was a problem when parsing onion services

Re: [tor-dev] txtorcon 18.0.1

2018-07-01 Thread Iain Learmonth
Hi meejah, On 30/06/18 06:11, meejah wrote: > Unfortunately there was a problem when parsing onion services on > Python2, which is fixed by txtorcon 18.0.1 Is it possible for you to make a GitHub "release" for 18.0.1? For the Debian packaging I fetch the signatures from here and verify them, whic

[tor-dev] txtorcon 18.0.1

2018-06-29 Thread meejah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Unfortunately there was a problem when parsing onion services on Python2, which is fixed by txtorcon 18.0.1 You can download the release from PyPI or GitHub (or of course "pip install txtorcon"): https://pypi.python.org/pypi/txtorcon/18.0.1