mbox series

[bug#56701,00/19] Update python-pyjwt and its dependent packages

Message ID cover.1658498185.git.h.goebel@crazy-compilers.com
Headers show
Series Update python-pyjwt and its dependent packages | expand

Message

Hartmut Goebel July 22, 2022, 2:01 p.m. UTC
This changeset updates python-pyjwt and its dependent packages.  It also adds
some other required packages.

Added packages are already linted and verified they build.  I also verified
the dependent packages (as reported by 'guix refresh -l' build.:

Hartmut Goebel (19):
  gnu: python-args: Make it build with Python 3.
  gnu: Add python-requests-kerberos.
  gnu: Add python-dogpile.cache.
  gnu: Add python-statsd.
  gnu: Add python-os-service-types.
  gnu: Add python-oslo.concurrency.
  gnu: Add python-keystoneauth1.
  gnu: Add python-requestsexceptions.
  gnu: Add python-openstacksdk.
  gnu: Add python-tempest.
  gnu: python-keystoneclient: Update to 5.0.0.
  gnu: python-munch: Update to 2.5.0.
  gnu: python-oslo.context: Update to 5.0.0.
  gnu: python-oslo.log: Update to 5.0.0.
  gnu: python-tempest-lib: Update to 1.0.0.
  gnu: python-pyjwt: Update to 2.4.0.
  gnu: python-swiftclient: Update to 4.0.1.
  gnu: python-pygithub: Update to 1.55.
  gnu: conan: Update to 1.50.0.

 gnu/packages/databases.scm          |  31 ++-
 gnu/packages/monitoring.scm         |  19 ++
 gnu/packages/openstack.scm          | 385 ++++++++++++++++++++++++----
 gnu/packages/package-management.scm |   7 +-
 gnu/packages/python-web.scm         |  21 +-
 gnu/packages/python-xyz.scm         |  45 ++--
 6 files changed, 427 insertions(+), 81 deletions(-)


base-commit: bf82f7cbe3067ea6a638655b65f8cfff7b7fd940

Comments

Hartmut Goebel Aug. 10, 2022, 7:54 a.m. UTC | #1
Hi,

thanks for the review. I addresses your xomments and pushed as 
2111a4eee7441213156e9df04dd141cf19d91fdc.

Note: For excluding the failing tests in python-openstacksdk I had to 
also update pythonstestr. All dependencies still seem to build.