unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: 38652@debbugs.gnu.org
Cc: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
Subject: [bug#38652] [PATCH 2/5] gnu: python-multiprocess: Update to 0.70.9.
Date: Tue, 17 Dec 2019 18:24:34 +0100	[thread overview]
Message-ID: <20191217172437.21217-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20191217172437.21217-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/python-xyz.scm (python-multiprocess): Update to 0.70.9.
---
 gnu/packages/python-xyz.scm | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9075dfeb49..acc030fb9b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15685,18 +15685,28 @@ the saved state of the original interpreter session.")
 (define-public python-multiprocess
   (package
     (name "python-multiprocess")
-    (version "0.70.6.1")
+    (version "0.70.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "multiprocess" version))
        (sha256
         (base32
-         "1ip5caz67b3q0553mr8gm8xwsb8x500jn8ml0gihgyfy52m2ypcq"))))
+         "1r882nvd44xqwbrclwqx5rhs80l6809rcvpc7pkpgnij06cvvmcz"))))
     (build-system python-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda _
+             (with-directory-excursion "/tmp"
+               (invoke "nosetests" "-v"))
+             #t)))))
+    (native-inputs
+     `(("python-nose" ,python-nose)))
     (propagated-inputs
      `(("python-dill" ,python-dill)))
-    (home-page "https://pypi.org/project/multiprocess")
+    (home-page "https://pypi.org/project/multiprocess/")
     (synopsis "Multiprocessing and multithreading in Python")
     (description
      "This package is a fork of the multiprocessing Python package, a package
-- 
2.24.1

  reply	other threads:[~2019-12-17 17:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 17:22 [bug#38652] (no subject) mpatras
2019-12-17 17:24 ` [bug#38652] [PATCH 1/5] gnu: python-dill: Update to 0.3.1.1 Mădălin Ionel Patrașcu
2019-12-17 17:24   ` Mădălin Ionel Patrașcu [this message]
2019-12-17 17:24   ` [bug#38652] [PATCH 3/5] gnu: Add python-ppft Mădălin Ionel Patrașcu
2019-12-18 16:28     ` Ricardo Wurmus
2019-12-17 17:24   ` [bug#38652] [PATCH 4/5] gnu: Add python-pox Mădălin Ionel Patrașcu
2019-12-17 17:24   ` [bug#38652] [PATCH 5/5] gnu: Add python-pathos Mădălin Ionel Patrașcu
2019-12-18 23:00     ` Ricardo Wurmus
2019-12-19  7:31     ` Efraim Flashner
2019-12-26  7:40     ` bug#38652: " Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20191217172437.21217-2-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=38652@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).