GNU bug report logs - #50292
[PATCH 1/2] gnu: python-decorator: Update to 5.0.9.

Previous Next

Package: guix-patches;

Reported by: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>

Date: Tue, 31 Aug 2021 07:26:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

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: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Subject: bug#50292: closed (Re: bug#50292: [PATCH 1/2] gnu:
 python-decorator: Update to 5.0.9.)
Date: Thu, 09 Sep 2021 17:01:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#50292: [PATCH 1/2] gnu: python-decorator: Update to 5.0.9.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 50292 <at> debbugs.gnu.org.

-- 
50292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50292
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Daniel Meißner <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Cc: 50292-done <at> debbugs.gnu.org
Subject: Re: bug#50292: [PATCH 1/2] gnu: python-decorator: Update to 5.0.9.
Date: Thu, 09 Sep 2021 22:30:30 +0530
[Message part 3 (text/plain, inline)]
Hi Daniel,

I added a copyright header for you, and pushed to master.

Thanks!
Arun
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Daniel Meißner
 <daniel.meissner-i4k <at> ruhr-uni-bochum.de>
Subject: [PATCH 1/2] gnu: python-decorator: Update to 5.0.9.
Date: Tue, 10 Aug 2021 18:28:18 +0200
* gnu/packages/python-xyz.scm (python-decorator): Update to 5.0.9.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 56920f68c3..0de7b53572 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7026,13 +7026,13 @@ PNG, PostScript, PDF, and SVG file output.")
 (define-public python-decorator
   (package
     (name "python-decorator")
-    (version "4.3.0")
+    (version "5.0.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "decorator" version))
        (sha256
-        (base32 "0308djallnh00v112y5b7nadl657ysmkp6vc8xn51d6yzc9zm7n3"))))
+        (base32 "1mcy64hllgm938v8k1x2a4g0q9swsnrfnsvhz59kr28a6ajgpv3j"))))
     (build-system python-build-system)
     (home-page "https://pypi.org/project/decorator/")
     (synopsis "Python module to simplify usage of decorators")
-- 
2.32.0




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

Previous Next


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