all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: 27380@debbugs.gnu.org
Subject: [bug#27380] [PATCH 2/2] gnu: python-mock: Update to 2.0.0
Date: Thu, 15 Jun 2017 18:39:06 +0300	[thread overview]
Message-ID: <20170615153906.26709-3-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170615153906.26709-1-fredmanglis@gmail.com>

* gnu/packages/python.scm (python-mock): Update to 2.0.0
[source]: Update hash.
[native-inputs]: Add python-pbr-minimal as a dependency.
---
 gnu/packages/python.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1427d92ab..8e18173a0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -900,14 +900,16 @@ API for locking files.")
 (define-public python-mock
   (package
     (name "python-mock")
-    (version "1.0.1")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mock" version))
        (sha256
         (base32
-         "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq"))))
+         "1flbpksir5sqrvq2z0dp8sl4bzbadg21sj4d42w3klpdfvgvcn5i"))))
+    (native-inputs
+     `(("python-pbr-minimal" ,python-pbr-minimal)))
     (build-system python-build-system)
     (arguments '(#:test-target "check"))
     (home-page "https://github.com/testing-cabal/mock")
-- 
2.13.1

  parent reply	other threads:[~2017-06-15 15:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-15 15:39 [bug#27382] Patches for python-updates Muriithi Frederick Muriuki
2017-06-15 15:39 ` [bug#27381] [PATCH 1/2] gnu: python-pbr-minimal: Update to 3.0.1 Muriithi Frederick Muriuki
2017-08-01 12:30   ` bug#27381: " Efraim Flashner
2017-06-15 15:39 ` Muriithi Frederick Muriuki [this message]
2017-08-15 20:22   ` bug#27380: [PATCH 2/2] gnu: python-mock: Update to 2.0.0 Christopher Baines
2017-06-22 20:07 ` [bug#27382] Patches for python-updates Ludovic Courtès
2019-02-12 22:53 ` bug#27382: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170615153906.26709-3-fredmanglis@gmail.com \
    --to=fredmanglis@gmail.com \
    --cc=27380@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.