[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
174/233: gnu: conan: Update to 1.47.0 and relax PyYAML requirement.
From: |
guix-commits |
Subject: |
174/233: gnu: conan: Update to 1.47.0 and relax PyYAML requirement. |
Date: |
Sun, 24 Apr 2022 23:40:00 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit e2af989fea37b2a93d5f2cbd03d8ad93493563c5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 19 11:28:07 2022 -0400
gnu: conan: Update to 1.47.0 and relax PyYAML requirement.
* gnu/packages/package-management.scm (conan): Update to 1.47.0.
[phases]{check}: Skip the test_apt_check test.
{relax-requirements}: Drop upper bound on PyYAML.
---
gnu/packages/package-management.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 9c5db0d608..8627a0dc4f 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -18,7 +18,7 @@
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
-;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
;;;
@@ -1067,7 +1067,7 @@ written entirely in Python.")
(define-public conan
(package
(name "conan")
- (version "1.42.0")
+ (version "1.47.0")
(source
(origin
(method git-fetch) ;no tests in PyPI archive
@@ -1077,7 +1077,7 @@ written entirely in Python.")
(file-name (git-file-name name version))
(sha256
(base32
- "153npvj81m1c33gfcv2nry7xhyikxnhjns7lvs525f1x20ck6asg"))))
+ "1zs2xb22rsy5fsc0fd7c95vrx1mfz7vasyg1lqkzyfimvn5zah6n"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1088,7 +1088,9 @@ written entirely in Python.")
(("node-semver==0.6.1")
"node-semver>=0.6.1")
(("Jinja2>=2.9, <3")
- "Jinja2>=2.9"))))
+ "Jinja2>=2.9")
+ (("PyYAML>=3.11, <6.0")
+ "PyYAML"))))
(add-after 'unpack 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
(let ((coreutils (assoc-ref inputs "coreutils")))
@@ -1144,6 +1146,8 @@ written entirely in Python.")
;; This one fails for unknown reasons (see:
;; https://github.com/conan-io/conan/issues/9671).
"and not test_build "
+ ;; This test expects the 'apt' command to be available.
+ "and not test_apt_check "
(if (not (string-prefix? "x86_64" system))
;; These tests either assume the machine is
;; x86_64, or require a cross-compiler to target
- 138/233: gnu: Add python-cbor2., (continued)
- 138/233: gnu: Add python-cbor2., guix-commits, 2022/04/24
- 157/233: gnu: python-numba: Update to 0.55.1., guix-commits, 2022/04/24
- 142/233: gnu: python-httpx: Update to 0.22.0., guix-commits, 2022/04/24
- 166/233: gnu: python-sparqlkernel: Use gexps and fix inputs., guix-commits, 2022/04/24
- 168/233: gnu: python-jupyter-kernel-mgmt: Update to 0.5.1 and disable tests., guix-commits, 2022/04/24
- 171/233: gnu: python-cmarkgfm: Update to 0.8.0., guix-commits, 2022/04/24
- 175/233: gnu: python-parse-type: Update to 0.6.0, fixing build., guix-commits, 2022/04/24
- 181/233: gnu: Add python-argparse-addons., guix-commits, 2022/04/24
- 197/233: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/04/24
- 151/233: gnu: Add python-dictpath., guix-commits, 2022/04/24
- 174/233: gnu: conan: Update to 1.47.0 and relax PyYAML requirement.,
guix-commits <=
- 184/233: gnu: sshoot: Update to 1.5.1., guix-commits, 2022/04/24
- 186/233: gnu: Add python-mergedeep., guix-commits, 2022/04/24
- 194/233: gnu: Remove python2-jmespath., guix-commits, 2022/04/24
- 133/233: gnu: python-websockets: Update to 10.3 and enable tests., guix-commits, 2022/04/24
- 204/233: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24
- 219/233: gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests., guix-commits, 2022/04/24
- 225/233: gnu: python-sphinxext-opengraph: Update to 0.6.3., guix-commits, 2022/04/24
- 227/233: gnu: python-numpy-documentation: Overhaul package definition., guix-commits, 2022/04/24
- 131/233: gnu: Add texlive-xindy., guix-commits, 2022/04/24
- 139/233: gnu: python-httpcore: Update to 0.14.7 and enable tests., guix-commits, 2022/04/24