unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 40078@debbugs.gnu.org
Subject: [bug#40078] [PATCH] gnu: nose2: Update to 0.9.2.
Date: Sun, 15 Mar 2020 18:06:15 +0100	[thread overview]
Message-ID: <CAEwRq=qs1s6dWL9=w0W3CaSf=NhZQ3ZdLSOpWcdjqXvtOZr3JA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]

Sligthly tested with the nvme-cli (pending package) tests (all tests
are failing, probably not because of nose2)

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-nose2-Update-to-0.9.2.patch --]
[-- Type: text/x-patch, Size: 1095 bytes --]

From c4cc7f343f498de39763694c8255e32e4e1e4598 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sun, 15 Mar 2020 17:47:56 +0100
Subject: [PATCH] gnu: nose2: Update to 0.9.2.

* gnu/packages/check.scm (nose2): Update to 0.9.2.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 15ab54dd8a..fa14ac1544 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -706,14 +706,14 @@ have been used.")
 (define-public python-nose2
   (package
     (name "python-nose2")
-    (version "0.6.5")
+    (version "0.9.2")
       (source
         (origin
           (method url-fetch)
           (uri (pypi-uri "nose2" version))
           (sha256
            (base32
-            "1x4zjq1zlyrh8b9ba0cmafd3w94pxhid408kibyjd3s6h1lap6s7"))))
+            "0pmbb6nk31yhgh4zkcblzxsznml7f7pf5q1ihgrwvbxv4mwzfql7"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f)) ; 'module' object has no attribute 'collector'
     (propagated-inputs
-- 
2.25.1


             reply	other threads:[~2020-03-15 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-15 17:06 Vincent Legoll [this message]
2020-03-15 17:46 ` bug#40078: [PATCH] gnu: nose2: Update to 0.9.2 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

  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='CAEwRq=qs1s6dWL9=w0W3CaSf=NhZQ3ZdLSOpWcdjqXvtOZr3JA@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=40078@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).