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

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

bug#45789: closed ([PATCH] gnu: python-mpd2: Update to 3.0.1.)


From: GNU bug Tracking System
Subject: bug#45789: closed ([PATCH] gnu: python-mpd2: Update to 3.0.1.)
Date: Tue, 12 Jan 2021 22:21:01 +0000

Your message dated Tue, 12 Jan 2021 17:20:12 -0500
with message-id <X/4gnPGLkqWrggAa@jasmine.lan>
and subject line Re: [bug#45789] [PATCH] gnu: python-mpd2: Update to 3.0.1.
has caused the debbugs.gnu.org bug report #45789,
regarding [PATCH] gnu: python-mpd2: Update to 3.0.1.
to be marked as done.

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


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




--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

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