GNU bug report logs - #50949
[PATCH 1/5] gnu: Add python-pbr-5.

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Fri, 1 Oct 2021 19:24:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50949: closed ([PATCH 1/5] gnu: Add python-pbr-5.)
Date: Wed, 12 Jan 2022 23:05:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Jan 2022 00:04:45 +0100
with message-id <877db45zea.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5.
has caused the debbugs.gnu.org bug report #50949,
regarding [PATCH 1/5] gnu: Add python-pbr-5.
to be marked as done.

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


-- 
50949: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50949
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: phodina <phodina <at> protonmail.com>
To: phodina via Guix-patches via <guix-patches <at> gnu.org>
Subject: [PATCH 1/5] gnu: Add python-pbr-5.
Date: Fri, 01 Oct 2021 19:22:56 +0000
* gnu/packages/python-xyz.scm (python-pbr-5): New variable.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 16f778dd76..f91d2f158f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3142,6 +3142,18 @@ versions, process requirements files and generate AUTHORS and ChangeLog file
 from git information.
 ")))

+(define-public python-pbr-5
+  (package
+    (inherit python-pbr)
+    (name "python-pbr-5")
+    (version "5.6.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pbr" version))
+        (sha256
+          (base32
+            "1p8hhyrvbax131w7sjpjgpyk8z4w4w009702n4jncybvg7kh7ps2"))))))
 (define-public python-pyrsistent
   (package
     (name "python-pyrsistent")
--
2.32.0


[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: phodina via Guix-patches via <guix-patches <at> gnu.org>
Cc: phodina <phodina <at> protonmail.com>, 50949-done <at> debbugs.gnu.org
Subject: Re: [bug#50949] [PATCH 1/5] gnu: Add python-pbr-5.
Date: Thu, 13 Jan 2022 00:04:45 +0100
Hello,

phodina via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/python-xyz.scm (python-pbr-5): New variable.

I applied the patch set without this first patch, since python-pbr
package is already at 5+.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 133 days ago.

Previous Next


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