[PATCH] gnu: python-pytest-cov: Update to 2.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Leo Famulari
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 8 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20170502073205.981-1-dannym@scratchpost.org
* gnu/packages/python.scm (python-pytest-cov): Update to 2.4.0.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5df679935..b7981c7bf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1843,14 +1843,14 @@ and many external plugins.")
(define-public python-pytest-cov
(package
(name "python-pytest-cov")
- (version "2.2.1")
+ (version "2.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-cov" version))
(sha256
(base32
- "1yl4nbhzfgsxqlsyk4clafgp9x11zvgrkprm9i2p3fgkwx9jxcm8"))))
+ "03c2qc42r4bczyw93gd7n0qi1h1jfhw7fnbhi33c3vp1hs81gm2k"))))
(build-system python-build-system)
(arguments
`(#:phases
Leo Famulari wrote 8 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 26743@debbugs.gnu.org)
20170502144227.GA13895@jasmine
On Tue, May 02, 2017 at 09:32:05AM +0200, Danny Milosavljevic wrote:
Toggle quote (2 lines)
> * gnu/packages/python.scm (python-pytest-cov): Update to 2.4.0.

LGTM, thanks!
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkImtMACgkQJkb6MLrK
fwiiZBAA3RD3hiXO8FNhlTcTu0bSgqG1AFszAX+j2v7+8TcXUVVyzjdOqpy2Cyoy
P7l4PhTbNxy9l+STPl0CMcnbPSDKABPYoVwE69N943biyd9F2K2qwOoIp9uTKTNw
3pfNhD3yrPzlzL4KZmRpQMPm0Rfa7RChmSzeEK5MTxJrgX7E60cwGcuYUIPHu0nY
4ms86DzmaMwP0ICG5hHugpfjLb0MmRuRIO4MKtYAoX79nTdrEMqP03tnCB24bHOL
xaJ0RhbGOXKgCtehq1ofHVwFIGnv1WfNUbtoZStuskUXJ1FiAwougiWrMOjx3Dt3
ok5YPVWrPIwfLVOwUulLYq9hmMgzXghYIm8VrKRmcl6XJqgB+RPTGMXv2N9J9P1d
CzTw+d5VyYFbwi0uH4rrik6g5XXDJYee0iTdpTWoKCIOU5r869LMGjQOg0LtazdJ
O95VoF622pv2Fshm/T0jypoJmGKUHDirhI5HiA9bP9rZt7TgwddMgMk7VM7ZWMdy
sQkSSPdy6Z9m3c4PW/MBY5dn+t5UfvrYYhJUvrjJasVzcNAETW0SLW/EJa8YThos
OdVajb0GjyPrtgsohxpwOJH8Um8+VIH8ZMKIbDziqQEeBjRXbw6yK/Pboxewiptf
visbrI1B0K9OKinLhWtQHqRycWLY/yKJ2Hh/D7ZXjTU3dJ3PeIw=
=ROXm
-----END PGP SIGNATURE-----


Danny Milosavljevic wrote 8 years ago
(no subject)
(address . control@debbugs.gnu.org)
20170507212106.7b1c20b4@scratchpost.org
close 26166
close 26541
close 26614
close 26751
close 26692
close 26731
close 26743
close 26744
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26743@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26743
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help