emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: GNU bug Tracking System
Subject: bug#50292: closed ([PATCH 1/2] gnu: python-decorator: Update to 5.0.9.)
Date: Thu, 09 Sep 2021 17:01:02 +0000

Your message dated Thu, 09 Sep 2021 22:30:30 +0530
with message-id <87h7etbs5t.fsf@systemreboot.net>
and subject line Re: bug#50292: [PATCH 1/2] gnu: python-decorator: Update to 
5.0.9.
has caused the debbugs.gnu.org bug report #50292,
regarding [PATCH 1/2] gnu: python-decorator: Update to 5.0.9.
to be marked as done.

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


-- 
50292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50292
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#50292: [PATCH 1/2] gnu: python-decorator: Update to 5.0.9. Date: Thu, 09 Sep 2021 22:30:30 +0530
Hi Daniel,

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

Thanks!
Arun

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]