mbox series

[bug#54798,0/5] Update python-jmespath to 1.0.0.

Message ID 20220408183335.10473-1-felgru@posteo.net
Headers show
Series Update python-jmespath to 1.0.0. | expand

Message

Felix Gruber April 8, 2022, 6:33 p.m. UTC
This patch series updates python-jmespath and makes sure that all
packages depending on it still build after that update.

Felix Gruber (5):
  gnu: python-jmespath: Update to 1.0.0.
  gnu: python-botocore: Update to 1.24.34.
  gnu: python-boto3: Update to 1.21.34.
  gnu: awscli: Update to 1.22.89.
  gnu: python-moto: Update to 3.1.4.

 gnu/local.mk                                  |  1 +
 .../patches/awscli-support-pyyaml-6.0.patch   | 38 +++++++++++++++++++
 gnu/packages/python-web.scm                   |  5 ++-
 gnu/packages/python-xyz.scm                   | 20 ++++++----
 4 files changed, 54 insertions(+), 10 deletions(-)
 create mode 100644 gnu/packages/patches/awscli-support-pyyaml-6.0.patch

Comments

Ludovic Courtès April 15, 2022, 5:04 p.m. UTC | #1
Hi Felix,

Felix Gruber <felgru@posteo.net> skribis:

> This patch series updates python-jmespath and makes sure that all
> packages depending on it still build after that update.
>
> Felix Gruber (5):
>   gnu: python-jmespath: Update to 1.0.0.
>   gnu: python-botocore: Update to 1.24.34.
>   gnu: python-boto3: Update to 1.21.34.
>   gnu: awscli: Update to 1.22.89.
>   gnu: python-moto: Update to 3.1.4.

I have some bad news: it seems a few things changed recently (there was
an update of python-botocore that’s redundant with this one), and I
cannot get ‘awscli’ to build.

Could you try to rebase this series and send updated patch?

I’ll quickly apply it before someone comes and breaks it all.  :-)

Ludo’.
Simon Tournier April 20, 2022, 7:06 p.m. UTC | #2
Hi,

Please consider this

https://issues.guix.gnu.org/54934

Which also updates related packages.

Cheers