GNU bug report logs - #45789
[PATCH] gnu: python-mpd2: Update to 3.0.1.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Mon, 11 Jan 2021 15:35:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45789 in the body.
You can then email your comments to 45789 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45789; Package guix-patches. (Mon, 11 Jan 2021 15:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 11 Jan 2021 15:35:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: python-mpd2: Update to 3.0.1.
Date: Mon, 11 Jan 2021 16:34:07 +0100
* gnu/packages/mpd.scm (python-mpd2): Update to 3.0.1.
[arguments] Use pytest to run the tests. [native-inputs] Add python-pytest.
---
 gnu/packages/mpd.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 3b76b5502a..0183dab79c 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -285,20 +285,22 @@ information about tracks being played to a scrobbler, such as Libre.FM.")
 (define-public python-mpd2
   (package
     (name "python-mpd2")
-    (version "0.5.5")
+    (version "3.0.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "python-mpd2" version))
               (sha256
                (base32
-                "0laypd7h1j14b4vrmiayqlzdsh2j5hc3zv4l0fqvbrbw9y6763ii"))))
+                "0fxssbmnv44m03shjyvbqslc69b0160702j2s0flgvdxjggrnbjj"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
        (modify-phases %standard-phases
          (replace 'check
-           (lambda _ (invoke "python" "mpd_test.py"))))))
-    (native-inputs `(("python-mock" ,python-mock)))
+           (lambda _ (invoke "python" "-m" "pytest" "mpd/tests.py"))))))
+    (native-inputs
+     `(("python-mock" ,python-mock)
+       ("python-pytest" ,python-pytest)))
     (home-page "https://github.com/Mic92/python-mpd2")
     (synopsis "Python MPD client library")
     (description "Python-mpd2 is a Python library which provides a client
-- 
2.30.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 12 Jan 2021 22:21:01 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Tue, 12 Jan 2021 22:21:02 GMT) Full text and rfc822 format available.

Message #10 received at 45789-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 45789-done <at> debbugs.gnu.org
Subject: Re: [bug#45789] [PATCH] gnu: python-mpd2: Update to 3.0.1.
Date: Tue, 12 Jan 2021 17:20:12 -0500
On Mon, Jan 11, 2021 at 04:34:07PM +0100, Tanguy Le Carrour wrote:
> * gnu/packages/mpd.scm (python-mpd2): Update to 3.0.1.
> [arguments] Use pytest to run the tests. [native-inputs] Add python-pytest.

Thanks! Pushed as 85e97c96941a2bd283faa71fdb390ff05632f254




Information forwarded to guix-patches <at> gnu.org:
bug#45789; Package guix-patches. (Wed, 13 Jan 2021 07:55:02 GMT) Full text and rfc822 format available.

Message #13 received at 45789-done <at> debbugs.gnu.org (full text, mbox):

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 45789-done <at> debbugs.gnu.org
Subject: Re: [bug#45789] [PATCH] gnu: python-mpd2: Update to 3.0.1.
Date: Wed, 13 Jan 2021 08:54:42 +0100
Hi Leo,


Excerpts from Leo Famulari's message of January 12, 2021 11:20 pm:
> On Mon, Jan 11, 2021 at 04:34:07PM +0100, Tanguy Le Carrour wrote:
>> * gnu/packages/mpd.scm (python-mpd2): Update to 3.0.1.
>> [arguments] Use pytest to run the tests. [native-inputs] Add python-pytest.
> 
> Thanks! Pushed as 85e97c96941a2bd283faa71fdb390ff05632f254

Thanks!

-- 
Tanguy




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 10 Feb 2021 12:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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