mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-can: Update to 3.3.4.
* gnu/packages/python-xyz.scm (python-can): Update to 3.3.4. [arguments]: Adjust version constraints.
This commit is contained in:
parent
7d90a6c847
commit
3e6dcd1ee5
1 changed files with 4 additions and 3 deletions
|
@ -2014,14 +2014,14 @@ class.")
|
||||||
(define-public python-can
|
(define-public python-can
|
||||||
(package
|
(package
|
||||||
(name "python-can")
|
(name "python-can")
|
||||||
(version "3.3.3")
|
(version "3.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-can" version))
|
(uri (pypi-uri "python-can" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"123lz1bl6xf3d0fvxzr4bg4884yg4m9s21z6xd2m68zhnbv9rmpc"))))
|
"0jclrvyxasaaxr0albq0kqrnrfqdgqxs7m2qw9nd8kfwg8xj4g1d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
@ -2030,7 +2030,8 @@ class.")
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
(("mock~=2\\.0") "mock")
|
(("mock~=2\\.0") "mock")
|
||||||
(("coverage<5") "coverage")
|
(("coverage<5") "coverage")
|
||||||
(("pytest~=4\\.3") "pytest")
|
(("pytest~=4\\.6") "pytest")
|
||||||
|
(("pytest-timeout~=1\\.3") "pytest-timeout")
|
||||||
(("hypothesis~=4\\.56") "hypothesis"))
|
(("hypothesis~=4\\.56") "hypothesis"))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'unpack 'fix-broken-tests
|
(add-after 'unpack 'fix-broken-tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue