From: Tanguy Le Carrour <tanguy@bioneland.org>
To: Guix <guix-devel@gnu.org>
Subject: Re: WIP gnu: poetry: Update to 1.0.3.
Date: Wed, 19 Feb 2020 17:40:10 +0100 [thread overview]
Message-ID: <20200219164010.i2yp3d6uxcyk53di@rafflesia> (raw)
In-Reply-To: <20200203153122.llccmfho2fwtr7o7@rafflesia>
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")
(("jsonschema>=3.1,<4.0") "jsonschema>=3.0.0,<4.0")
(("cachy>=0.3.0,<0.4.0") "cachy>=0.2.0,<0.4.0")
```
When I try to update those packages, I get various errors that I'm
working on… OK… that I should have been working on! But working on updating
gnunet was more fun! :-)
So, should I wait for those 3 packages to have been updated before
submitting my poetry patch, or can I leave those requirements
"downgraded" and submit it anyway (postponing the update of the dependencies)?
Regards
--
Tanguy
prev parent reply other threads:[~2020-02-19 16:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-03 15:31 WIP gnu: poetry: Update to 1.0.3 Tanguy Le Carrour
2020-02-03 18:20 ` Gábor Boskovits
2020-02-04 8:48 ` Tanguy Le Carrour
2020-02-05 17:13 ` Tanguy Le Carrour
2020-02-19 16:40 ` Tanguy Le Carrour [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200219164010.i2yp3d6uxcyk53di@rafflesia \
--to=tanguy@bioneland.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.