[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/40: gnu: python-babel: Update to 2.9.0.
From: |
guix-commits |
Subject: |
16/40: gnu: python-babel: Update to 2.9.0. |
Date: |
Sun, 13 Dec 2020 15:46:16 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit c8e83277d5242af03261fbc713d36da6dbad3afd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 17:35:23 2020 +0100
gnu: python-babel: Update to 2.9.0.
* gnu/packages/python-xyz.scm (python-babel): Update to 2.9.0.
[arguments]: Do not disable any tests.
---
gnu/packages/python-xyz.scm | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bfe005d..333f725 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -680,14 +680,14 @@ by @code{binstar}, @code{binstar-build}, and
@code{chalmers}.")
(define-public python-babel
(package
(name "python-babel")
- (version "2.8.0")
+ (version "2.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Babel" version))
(sha256
(base32
- "0f0f2vvs1mpdpz2c0mg1mnc3sih8bizmc1h9m67kdsnqs3i2mb0s"))))
+ "018yg7g2pa6vjixx1nx41cfispgfi0azzp0a1chlycbj8jsil0ys"))))
(build-system python-build-system)
(native-inputs
`(("python-freezegun" ,python-freezegun)
@@ -698,13 +698,7 @@ by @code{binstar}, @code{binstar-build}, and
@code{chalmers}.")
`(#:phases (modify-phases %standard-phases
(replace 'check
(lambda _
- (invoke "pytest" "-vv" "-k"
- (string-append
- ;; XXX: These tests fail when using Pytest 4.x
and
- ;; Babel 2.6.0. Try removing this for later
versions.
- "not
test_no_inherit_metazone_marker_never_in_output"
- " and not test_smoke_dates"
- " and not test_smoke_numbers")))))))
+ (invoke "pytest" "-vv"))))))
(home-page "http://babel.pocoo.org/")
(synopsis
"Tools for internationalizing Python applications")
- 01/40: Merge branch 'ungrafting' into staging, (continued)
- 01/40: Merge branch 'ungrafting' into staging, guix-commits, 2020/12/13
- 02/40: gnu: linux-pam: Update to 1.5.1., guix-commits, 2020/12/13
- 03/40: gnu: nss, nss-certs: Update to 3.59., guix-commits, 2020/12/13
- 06/40: gnu: Remove gdb@9., guix-commits, 2020/12/13
- 04/40: gnu: MariaDB: Update to 10.5.8., guix-commits, 2020/12/13
- 05/40: gnu: Qt: Update to 5.15.2., guix-commits, 2020/12/13
- 09/40: gnu: ImageMagick: Update to 6.9.11-48., guix-commits, 2020/12/13
- 13/40: gnu: python-cryptography: Update to 3.3.1., guix-commits, 2020/12/13
- 12/40: gnu: python-iso8601: Update to 0.1.13., guix-commits, 2020/12/13
- 08/40: gnu: libva: Update to 2.10.0., guix-commits, 2020/12/13
- 16/40: gnu: python-babel: Update to 2.9.0.,
guix-commits <=
- 19/40: gnu: python-urllib3: Update to 1.26.2., guix-commits, 2020/12/13
- 20/40: gnu: python-sphinx: Update to 3.3.1., guix-commits, 2020/12/13
- 14/40: gnu: python-pyopenssl: Update to 20.0.0., guix-commits, 2020/12/13
- 25/40: gnu: xorg-server-for-tests: Update to 1.20.10., guix-commits, 2020/12/13
- 26/40: gnu: GStreamer: Update to 1.18.2., guix-commits, 2020/12/13
- 23/40: gnu: libdrm: Update to 2.4.103., guix-commits, 2020/12/13
- 27/40: gnu: sbc: Update to 1.5., guix-commits, 2020/12/13
- 28/40: gnu: libcap: Update to 2.45., guix-commits, 2020/12/13
- 29/40: gnu: libnotify: Update to 0.7.9., guix-commits, 2020/12/13
- 31/40: gnu: vulkan-headers: Update to 1.2.164., guix-commits, 2020/12/13