unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40078] [PATCH] gnu: nose2: Update to 0.9.2.
@ 2020-03-15 17:06 Vincent Legoll
  2020-03-15 17:46 ` bug#40078: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-03-15 17:06 UTC (permalink / raw)
  To: 40078

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40078: [PATCH] gnu: nose2: Update to 0.9.2.
  2020-03-15 17:06 [bug#40078] [PATCH] gnu: nose2: Update to 0.9.2 Vincent Legoll
@ 2020-03-15 17:46 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-03-15 17:46 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 40078-done

On Sun, Mar 15, 2020 at 06:06:15PM +0100, Vincent Legoll wrote:
> Sligthly tested with the nvme-cli (pending package) tests (all tests
> are failing, probably not because of nose2)
> 
> -- 
> Vincent Legoll

> 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.

Thanks! I changed the commit message to correctly refer to the package
variable name and pushed as cd773f118573aad42c1e10dd77061fd3d1279189

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-15 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-15 17:06 [bug#40078] [PATCH] gnu: nose2: Update to 0.9.2 Vincent Legoll
2020-03-15 17:46 ` bug#40078: " Leo Famulari

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).