guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: python-podcastparser: Update to 0.6.6.


From: guix-commits
Subject: 03/12: gnu: python-podcastparser: Update to 0.6.6.
Date: Sat, 14 Nov 2020 18:12:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e48eac3b3ed0a29dbcf87cd22106354f50494751
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 16:41:25 2020 +0100

    gnu: python-podcastparser: Update to 0.6.6.
    
    * gnu/packages/gpodder.scm (python-podcastparser): Update to 0.6.6.
    [native-inputs, arguments]: Substitute python-pytest for python-coverage
    & python-nose.
---
 gnu/packages/gpodder.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 26ea15b..fc3a78b 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -177,21 +177,20 @@ downloading episode status changes.")
 (define-public python-podcastparser
   (package
     (name "python-podcastparser")
-    (version "0.6.5")
+    (version "0.6.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "podcastparser" version))
        (sha256
-        (base32 "0k62ppg20i41gcc5x8ddjn7zbpy47hqpxzrq9257g2c71m4qw07b"))))
+        (base32 "0m24r2qhck0win44xfhxajbppkss4ha6am0042s0xyq3408883m3"))))
     (native-inputs
-     `(("python-coverage" ,python-coverage)
-       ("python-nose" ,python-nose)))
+     `(("python-pytest" ,python-pytest)))
     (arguments
      '(#:phases
        (modify-phases %standard-phases
          (replace 'check
-           (lambda _ (invoke "nosetests"))))))
+           (lambda _ (invoke "pytest"))))))
     (build-system python-build-system)
     (home-page "http://gpodder.org/podcastparser";)
     (synopsis "Simplified and fast RSS parser Python library")



reply via email to

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