guix-commits
[Top][All Lists]
Advanced

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

15/21: gnu: python-pytest-isort: Update to 2.0.0.


From: guix-commits
Subject: 15/21: gnu: python-pytest-isort: Update to 2.0.0.
Date: Mon, 9 Aug 2021 08:29:08 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 62c3d00d1ca5f927799cff4151ccd448041aa848
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 9 14:19:46 2021 +0300

    gnu: python-pytest-isort: Update to 2.0.0.
    
    * gnu/packages/python-check.scm (python-pytest-isort): Update to 2.0.0.
    [native-inputs]: Add python-mock.
---
 gnu/packages/python-check.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 740b943..f5258d2 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2019, 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2019, 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
@@ -727,13 +727,13 @@ compliance.")
 (define-public python-pytest-isort
   (package
     (name "python-pytest-isort")
-    (version "0.3.1")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-isort" version))
        (sha256
-        (base32 "06myn5hhxs5yp8dqr1yjsgcnnxnsrvsqannm00bvaw0qml6ydzjb"))))
+        (base32 "05wi28zlqk3jafpjal8j523y5jcsx3xl3id9rx93qfjgkif8q6l2"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -745,6 +745,8 @@ compliance.")
     (propagated-inputs
      `(("python-isort" ,python-isort)
        ("python-pytest" ,python-pytest)))
+    (native-inputs
+     `(("python-mock" ,python-mock)))
     (home-page "https://github.com/moccu/pytest-isort/";)
     (synopsis "Pytest plugin to check import ordering using isort")
     (description



reply via email to

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