[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")
- branch master updated (1614419 -> 8d2ee4c), guix-commits, 2020/11/14
- 01/12: gnu: perl-www-curl: Fix build with curl@7.69.1., guix-commits, 2020/11/14
- 03/12: gnu: python-podcastparser: Update to 0.6.6.,
guix-commits <=
- 02/12: gnu: fio: Update to 3.24., guix-commits, 2020/11/14
- 04/12: gnu: qemu: Extend I/O test time-outs., guix-commits, 2020/11/14
- 06/12: gnu: Add stb-rect-pack., guix-commits, 2020/11/14
- 09/12: gnu: ogre: Update to 1.12.9., guix-commits, 2020/11/14
- 12/12: gnu: opendoas: Update to 6.8., guix-commits, 2020/11/14
- 08/12: gnu: Add dear-imgui., guix-commits, 2020/11/14
- 07/12: gnu: Update stb to b42009b3b9d4ca35bc703f5310eedc74f584be58., guix-commits, 2020/11/14
- 11/12: gnu: multipath-tools: Update to 0.8.5., guix-commits, 2020/11/14
- 05/12: gnu: perl-lwp-protocol-https: Update to 6.09., guix-commits, 2020/11/14
- 10/12: gnu: msmtp: Update to 1.8.13., guix-commits, 2020/11/14