diff mbox series

[bug#37966] gnu: python-coloredlogs: Update to 10.0.

Message ID 20191028172358.16353-1-goodoldpaul@autistici.org
State Accepted
Headers show
Series [bug#37966] gnu: python-coloredlogs: Update to 10.0. | expand

Commit Message

Giacomo Leidi Oct. 28, 2019, 5:23 p.m. UTC
* gnu/packages/python-xyz.scm (python-coloredlogs): Update to 10.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Marius Bakke Oct. 28, 2019, 9:59 p.m. UTC | #1
Giacomo Leidi <goodoldpaul@autistici.org> writes:

> * gnu/packages/python-xyz.scm (python-coloredlogs): Update to 10.0.

Applied, thanks!

Do you know if the comment about the tests is still accurate?
Giacomo Leidi Oct. 28, 2019, 10:10 p.m. UTC | #2
Hi Marius,
Yes, it seems that the tests require human-friendly >= 4.7. I'll look
into that and see if I can bump also human-friendly.

Giacomo

Il 28 ottobre 2019 22:59:56 CET, Marius Bakke <mbakke@fastmail.com> ha
scritto: 

> Giacomo Leidi <goodoldpaul@autistici.org> writes:
> 
>> * gnu/packages/python-xyz.scm (python-coloredlogs): Update to 10.0.
> 
> Applied, thanks!
> 
> Do you know if the comment about the tests is still accurate?
Marius Bakke Oct. 28, 2019, 10:30 p.m. UTC | #3
goodoldpaul@autistici.org writes:

> Hi Marius,
> Yes, it seems that the tests require human-friendly >= 4.7. I'll look
> into that and see if I can bump also human-friendly.

Excellent, thank you!
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 476ac2f588..7dba1500b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -933,14 +933,14 @@  add the log levels NOTICE, SPAM, SUCCESS and VERBOSE.")
 (define-public python-coloredlogs
   (package
     (name "python-coloredlogs")
-    (version "7.3")
+    (version "10.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "coloredlogs" version))
        (sha256
         (base32
-         "1blcann6dyg5dhps9pg12rn0q0rjrlajpmmil0gy0j4cbvnl2il9"))))
+         "0dkw6xp0r1dwgz4s2f58npx5nxfq51wf4l6qkm5ib27slgfs4sdq"))))
     (build-system python-build-system)
     (arguments
      `(;Tests require some updated modules