GNU bug report logs - #60046
[PATCH] gnu: python-pyserial-asyncio: Update to 0.6.

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Tue, 13 Dec 2022 20:40:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.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: peter <at> polidoro.io
Subject: bug#60046: closed (Re: [bug#60046] [PATCH] gnu: python-pyserial-asyncio:
 Update to 0.6.)
Date: Mon, 16 Jan 2023 20:39:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#60046: [PATCH] gnu: python-pyserial-asyncio: Update to 0.6.

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 60046 <at> debbugs.gnu.org.

-- 
60046: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60046
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: peter <at> polidoro.io
Cc: 60046-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#60046] [PATCH] gnu: python-pyserial-asyncio: Update to 0.6.
Date: Mon, 16 Jan 2023 20:37:37 +0000
[Message part 3 (text/plain, inline)]
peter <at> polidoro.io writes:

> From: Peter Polidoro <peter <at> polidoro.io>
>
> * gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6.
> ---
>  gnu/packages/python-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me :) Pushed to master as
bc61a788b385d88b1365327bb11ece77fe5169b3.

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: peter <at> polidoro.io
To: guix-patches <at> gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH] gnu: python-pyserial-asyncio: Update to 0.6.
Date: Tue, 13 Dec 2022 15:39:05 -0500
From: Peter Polidoro <peter <at> polidoro.io>

* gnu/packages/python-xyz.scm (python-pyserial-asyncio): Update to 0.6.
---
 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 3ea2763b49..f966971a2f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18288,13 +18288,13 @@ (define-public python-pyserial
 (define-public python-pyserial-asyncio
   (package
     (name "python-pyserial-asyncio")
-    (version "0.5")
+    (version "0.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyserial-asyncio" version))
        (sha256
-        (base32 "0cwd2cjz859v6jrm3y6hikfqjyhyfj5vhfjb8vvflvl6791yah8n"))))
+        (base32 "0bx3syngmq2j9mh81byzka1x4ilw8ac9mbx52zn7b7ayw0ijj0xn"))))
     (build-system python-build-system)
     (propagated-inputs (list python-pyserial))
     (home-page "https://github.com/pyserial/pyserial-asyncio")
-- 
2.38.1




This bug report was last modified 2 years and 124 days ago.

Previous Next


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