gnu: python-astroid: Update to 2.1.0.
* gnu/packages/python.scm (python-astroid): Update to 2.1.0.
This commit is contained in:
parent
36df69d6fe
commit
3cf324665d
|
@ -11730,14 +11730,14 @@ clone, while other processes access the original tree.")
|
||||||
(define-public python-astroid
|
(define-public python-astroid
|
||||||
(package
|
(package
|
||||||
(name "python-astroid")
|
(name "python-astroid")
|
||||||
(version "2.0.4")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "astroid" version))
|
(uri (pypi-uri "astroid" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"138svbm88w5k0y2nvl4svyas1jfhcc5iy0d2ywkbcpn9kq8ks0f7"))))
|
"08hz675knh4294bancdapql392fmbjyimhbyrmfkz1ka7l035c1m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-lazy-object-proxy" ,python-lazy-object-proxy)
|
`(("python-lazy-object-proxy" ,python-lazy-object-proxy)
|
||||||
|
@ -11751,13 +11751,13 @@ clone, while other processes access the original tree.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'remove-spurious-test
|
(add-after 'unpack 'remove-spurious-test
|
||||||
(lambda _
|
(lambda _
|
||||||
;; This can be removed after upgrading from python-3.7
|
;; This can be removed after upgrading from python-3.7
|
||||||
;; https://github.com/PyCQA/astroid/issues/593
|
;; https://github.com/PyCQA/astroid/issues/593
|
||||||
;; https://bugs.python.org/issue34056
|
;; https://bugs.python.org/issue34056
|
||||||
(delete-file "astroid/tests/unittest_modutils.py")
|
(delete-file "astroid/tests/unittest_modutils.py")
|
||||||
#t))
|
#t))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "pytest" "astroid"))))))
|
(invoke "pytest" "astroid"))))))
|
||||||
|
|
Loading…
Reference in New Issue