guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: python-can: Update to 3.3.4.


From: guix-commits
Subject: 03/16: gnu: python-can: Update to 3.3.4.
Date: Thu, 3 Feb 2022 17:44:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3e6dcd1ee5ad47214b052ad7fda28908cf8ff514
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 18:09:25 2022 +0100

    gnu: python-can: Update to 3.3.4.
    
    * gnu/packages/python-xyz.scm (python-can): Update to 3.3.4.
    [arguments]: Adjust version constraints.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b0374622f2..999003176d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2014,14 +2014,14 @@ class.")
 (define-public python-can
   (package
     (name "python-can")
-    (version "3.3.3")
+    (version "3.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-can" version))
        (sha256
         (base32
-         "123lz1bl6xf3d0fvxzr4bg4884yg4m9s21z6xd2m68zhnbv9rmpc"))))
+         "0jclrvyxasaaxr0albq0kqrnrfqdgqxs7m2qw9nd8kfwg8xj4g1d"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -2030,7 +2030,8 @@ class.")
                       (substitute* "setup.py"
                         (("mock~=2\\.0") "mock")
                         (("coverage<5") "coverage")
-                        (("pytest~=4\\.3") "pytest")
+                        (("pytest~=4\\.6") "pytest")
+                        (("pytest-timeout~=1\\.3") "pytest-timeout")
                         (("hypothesis~=4\\.56") "hypothesis"))
                       #t))
                   (add-after 'unpack 'fix-broken-tests



reply via email to

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