mbox series

[bug#39777,0/5] gnu: poetry: Update to 1.0.3.

Message ID 20200225082847.9548-1-tanguy@bioneland.org
Headers show
Series gnu: poetry: Update to 1.0.3. | expand

Message

Tanguy LE CARROUR Feb. 25, 2020, 8:28 a.m. UTC
Hi Guix!

Following my update on the work on poetry [1][], here is a patch series
to update poetry and the required dependencies.

[1][]: https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00293.html

To make it work, I had to disable some tests. Some of those failing
tests were reported upstream, some I'll try to fix later or report upstream.

Regards

Tanguy Le Carrour (5):
  gnu: python-pexpect: Update to 4.8.0.
  gnu: python-jsonschema: Update to 3.2.0.
  gnu: python-fakeredis: Update to 1.2.1.
  gnu: python-cachy: Update to 0.3.0.
  gnu: poetry: Update to 1.0.3.

 gnu/packages/databases.scm  |  7 +++--
 gnu/packages/python-xyz.scm | 59 ++++++++++++++++++++++++++-----------
 2 files changed, 47 insertions(+), 19 deletions(-)

Comments

Tanguy LE CARROUR March 21, 2020, 2:26 p.m. UTC | #1
Argh ! Sorry Leo, but… someone updated (at least) one of Poetry's
dependency in the meantime and… Poetry doesn't support that version
(yet)!

I'm fixing it and sending an updated patch. Fortunately, it's only the
last patch of the stack that has to be updated!

Sorry for the noise!
Leo Famulari March 24, 2020, 9:19 p.m. UTC | #2
On Sat, Mar 21, 2020 at 03:26:09PM +0100, Tanguy Le Carrour wrote:
> Argh ! Sorry Leo, but… someone updated (at least) one of Poetry's
> dependency in the meantime and… Poetry doesn't support that version
> (yet)!
> 
> I'm fixing it and sending an updated patch. Fortunately, it's only the
> last patch of the stack that has to be updated!

Alright I pushed as 97b1366d49179f38a365bdfa383a8ccba779f8b8 with some
cosmetic changes to the commit messages, synopses, and descriptions, as
well as a fix for python-msgpack-transitional.

Thanks!