guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: python-pytest-mock: Update to 1.6.3.


From: Marius Bakke
Subject: 06/08: gnu: python-pytest-mock: Update to 1.6.3.
Date: Wed, 7 Feb 2018 09:34:58 -0500 (EST)

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

commit f7bd4f23723cf8985c4859945020c5e6cc772637
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 7 15:16:34 2018 +0100

    gnu: python-pytest-mock: Update to 1.6.3.
    
    * gnu/packages/check.scm (python-pytest-mock): Update to 1.6.3.
    [source]: Use tarball relase.
    [native-inputs]: Remove UNZIP.  Add PYTHON-SETUPTOOLS-SCM.
---
 gnu/packages/check.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1e2eabe..58cea4a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -707,17 +707,17 @@ supports coverage of subprocesses.")
 (define-public python-pytest-mock
   (package
     (name "python-pytest-mock")
-    (version "1.2")
+    (version "1.6.3")
     (source
       (origin
         (method url-fetch)
-        (uri (pypi-uri "pytest-mock" version ".zip"))
+        (uri (pypi-uri "pytest-mock" version))
         (sha256
          (base32
-          "03zxar5drzm7ksqyrwypjaza3cri6wqvpr6iam92djvg6znp32gp"))))
+          "075v7b2wm5f839r1a30n21wfk5rfqp3d05q7zb9jlb2wmxki23cj"))))
     (build-system python-build-system)
     (native-inputs
-     `(("unzip" ,unzip)))
+     `(("python-setuptools-scm" ,python-setuptools-scm)))
     (propagated-inputs
      `(("python-pytest" ,python-pytest)))
     (home-page "https://github.com/pytest-dev/pytest-mock/";)



reply via email to

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