guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-astroid: Update to 2.4.2.


From: guix-commits
Subject: 03/03: gnu: python-astroid: Update to 2.4.2.
Date: Fri, 7 Aug 2020 11:28:21 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3f0d604093428a6422ce236181a4ba53f3607d46
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 7 16:10:42 2020 +0300

    gnu: python-astroid: Update to 2.4.2.
    
    * gnu/packages/python-xyz.scm (python-astroid): Update to 2.4.2.
    [source]: Add snippet to loosen version requirements of dependants.
---
 gnu/packages/python-xyz.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 89f6a89..5daf0cf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14721,13 +14721,20 @@ clone, while other processes access the original 
tree.")
 (define-public python-astroid
   (package
     (name "python-astroid")
-    (version "2.4.1")
+    (version "2.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "astroid" version))
        (sha256
-        (base32 "1h99jal7ax07xna1djw5z7hpgb8vjrl3hrrg49p1phljwniww5sc"))))
+        (base32 "00xp5gqxidxvgg1bwd91myqzdf2fpb9cjwbdl3p7gwqvlk17hh1g"))
+       (modules '((guix build utils)))
+       (snippet
+        '(begin
+           ;; Check to see if the version pinning has been removed.
+           (substitute* "astroid/__pkginfo__.py"
+             (("==1\\.4\\.\\*") ">=1.4.0"))
+           #t))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-lazy-object-proxy" ,python-lazy-object-proxy)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]