[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: python-astroid: Update to 2.1.0.
From: |
guix-commits |
Subject: |
05/08: gnu: python-astroid: Update to 2.1.0. |
Date: |
Sun, 6 Jan 2019 04:10:28 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 3cf324665d0358240492ce560826f11fbce17a60
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 6 09:51:10 2019 +0200
gnu: python-astroid: Update to 2.1.0.
* gnu/packages/python.scm (python-astroid): Update to 2.1.0.
---
gnu/packages/python.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b610cea..fd72e05 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11730,14 +11730,14 @@ clone, while other processes access the original
tree.")
(define-public python-astroid
(package
(name "python-astroid")
- (version "2.0.4")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astroid" version))
(sha256
(base32
- "138svbm88w5k0y2nvl4svyas1jfhcc5iy0d2ywkbcpn9kq8ks0f7"))))
+ "08hz675knh4294bancdapql392fmbjyimhbyrmfkz1ka7l035c1m"))))
(build-system python-build-system)
(propagated-inputs
`(("python-lazy-object-proxy" ,python-lazy-object-proxy)
@@ -11751,13 +11751,13 @@ clone, while other processes access the original
tree.")
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'remove-spurious-test
- (lambda _
- ;; This can be removed after upgrading from python-3.7
- ;; https://github.com/PyCQA/astroid/issues/593
- ;; https://bugs.python.org/issue34056
- (delete-file "astroid/tests/unittest_modutils.py")
- #t))
+ (add-after 'unpack 'remove-spurious-test
+ (lambda _
+ ;; This can be removed after upgrading from python-3.7
+ ;; https://github.com/PyCQA/astroid/issues/593
+ ;; https://bugs.python.org/issue34056
+ (delete-file "astroid/tests/unittest_modutils.py")
+ #t))
(replace 'check
(lambda _
(invoke "pytest" "astroid"))))))
- branch master updated (d95d3d6 -> 99e61f3), guix-commits, 2019/01/06
- 05/08: gnu: python-astroid: Update to 2.1.0.,
guix-commits <=
- 07/08: gnu: python-pysocks: Update to 1.6.8., guix-commits, 2019/01/06
- 03/08: gnu: python-sphinx-alabaster-theme: Update to 0.7.12., guix-commits, 2019/01/06
- 01/08: gnu: python-certifi: Update to 2018.11.29., guix-commits, 2019/01/06
- 08/08: gnu: python-pyicu: Update to 2.2., guix-commits, 2019/01/06
- 06/08: gnu: python-packaging: Update to 18.0., guix-commits, 2019/01/06
- 02/08: gnu: python-pycryptodome: Update to 3.7.2., guix-commits, 2019/01/06
- 04/08: gnu: python-imagesize: Update to 1.1.0., guix-commits, 2019/01/06