Re: WIP gnu: poetry: Update to 1.0.3.

2020-02-19 Thread Tanguy Le Carrour
Hi Guix, Here is an update on my work to update Poetry to version 1.0.3. I have a working version that I've been using for 2 weeks, but I had to "downgrade" some requirements to make it work: ``` (substitute* "setup.py" (("pexpect>=4.7.0,<5.0.0") "pexpect>=4.6.0,<5.0.0")

Re: WIP gnu: poetry: Update to 1.0.3.

2020-02-05 Thread Tanguy Le Carrour
Hi Gui, hi Gábor! Le 02/04, Tanguy Le Carrour a écrit : > Le 02/03, Gábor Boskovits a écrit : > > Tanguy Le Carrour ezt írta (időpont: 2020. > > febr. 3., H, 16:31): > > > I'm working on updating Poetry to version 1.0.3 and I have a problem > > > with the version of a dependency. > > > > […] > >

Re: WIP gnu: poetry: Update to 1.0.3.

2020-02-04 Thread Tanguy Le Carrour
Hi Gábor! Le 02/03, Gábor Boskovits a écrit : > Tanguy Le Carrour ezt írta (időpont: 2020. > febr. 3., H, 16:31): > > I'm working on updating Poetry to version 1.0.3 and I have a problem > > with the version of a dependency. > > > > Poetry now depends on python-keyring >=20.0.0,<21.0.0. In Guix

Re: WIP gnu: poetry: Update to 1.0.3.

2020-02-03 Thread Gábor Boskovits
Hello, Tanguy Le Carrour ezt írta (időpont: 2020. febr. 3., H, 16:31): > > Dear Guix, > > I'm working on updating Poetry to version 1.0.3 and I have a problem > with the version of a dependency. > > Poetry now depends on python-keyring >=20.0.0,<21.0.0. In Guix we > have python-keyring