guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/15: gnu: python-josepy: Update to 1.13.0.


From: guix-commits
Subject: 08/15: gnu: python-josepy: Update to 1.13.0.
Date: Tue, 14 Jun 2022 17:36:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 73e0063888db5ecfa74f16dccde0632b4ff1b95e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 14 18:08:46 2022 +0200

    gnu: python-josepy: Update to 1.13.0.
    
    * gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0.
    [propagated-inputs]: Remove PYTHON-SIX.
---
 gnu/packages/python-crypto.scm | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 84e9102bee..f2059dbbf5 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -871,29 +871,19 @@ Python.")
 (define-public python-josepy
   (package
     (name "python-josepy")
-    (version "1.1.0")
+    (version "1.13.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "josepy" version))
               (sha256
                (base32
-                "11khz8malzrv375b27jjkv66z6z6khdx1v5mkkr4vq16gp3n4p7v"))))
+                "1jaxqyp53paks2z8zyzr50gqvzfxbar7r2qf98kqak4aizrxlcc9"))))
     (build-system python-build-system)
     (arguments
-     ;; The tests require flake8 >= 3.5, which is not yet packaged.
+     ;; TODO: some test dependencies are missing (see pyproject.toml).
      '(#:tests? #f))
     (propagated-inputs
-     (list python-cryptography python-pyopenssl python-six))
-;; TODO Enable when we have flake8 >= 3.5.
-;    (native-inputs
-;     `(("python-coverage" ,python-coverage)
-;       ("python-flake8" ,python-flake8)
-;       ("python-isort" ,python-isort)
-;       ("python-mock" ,python-mock)
-;       ("python-pytest" ,python-pytest)
-;       ("python-pytest-cov" ,python-pytest-cov)
-;       ("python-pytest-cache" ,python-pytest-cache)
-;       ("python-pytest-flake8" ,python-pytest-flake8)))
+     (list python-cryptography python-pyopenssl))
     (home-page "https://github.com/certbot/josepy";)
     (synopsis "JOSE protocol implementation in Python")
     (description "This package provides a Python implementation of the JOSE



reply via email to

[Prev in Thread] Current Thread [Next in Thread]