GNU bug report logs - #43098
[PATCH] gnu: reuse: Update to 0.11.1.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Sat, 29 Aug 2020 02:57:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#43098: closed ([PATCH] gnu: reuse: Update to 0.11.1.)
Date: Sat, 29 Aug 2020 18:54:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 29 Aug 2020 14:53:46 -0400
with message-id <20200829185346.GB31222 <at> jasmine.lan>
and subject line Re: [bug#43098] [PATCH] gnu: reuse: Update to 0.11.1.
has caused the debbugs.gnu.org bug report #43098,
regarding [PATCH] gnu: reuse: Update to 0.11.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
43098: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43098
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: reuse: Update to 0.11.1.
Date: Sat, 29 Aug 2020 04:55:45 +0200
* gnu/packages/license.scm (reuse): Update to 0.11.1.
[native-inputs]: added python-setuptools-scm.
---
 gnu/packages/license.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm
index 36bcb75f8d..975608c79b 100644
--- a/gnu/packages/license.scm
+++ b/gnu/packages/license.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust <at> gmail.com>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -168,16 +169,17 @@ belonging to various licenses.")
 (define-public reuse
   (package
     (name "reuse")
-    (version "0.7.0")
+    (version "0.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "reuse" version))
        (sha256
-        (base32 "16wn28xxjcm5qlb7bs6jmdkfrkr5v97s59nmi9cn85qcg4gmj7lk"))))
+        (base32 "09qjb4f49vr0a7zrszab8g719ilg2p6b942mr0bgyvplrjikkid5"))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-pytest" ,python-pytest)))
+     `(("python-pytest" ,python-pytest)
+       ("python-setuptools-scm" ,python-setuptools-scm)))
     (inputs
      `(("python-binaryornot" ,python-binaryornot)
        ("python-boolean.py" ,python-boolean.py)
-- 
2.28.0



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 43098-done <at> debbugs.gnu.org
Subject: Re: [bug#43098] [PATCH] gnu: reuse: Update to 0.11.1.
Date: Sat, 29 Aug 2020 14:53:46 -0400
On Sat, Aug 29, 2020 at 04:55:45AM +0200, Michael Rohleder wrote:
> * gnu/packages/license.scm (reuse): Update to 0.11.1.
> [native-inputs]: added python-setuptools-scm.

Thanks! Pushed as a046c03e139af4dcbe4cab3841fc7377f1152295


This bug report was last modified 4 years and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.