[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56701] [PATCH 19/19] gnu: conan: Update to 1.50.0.
From: |
Hartmut Goebel |
Subject: |
[bug#56701] [PATCH 19/19] gnu: conan: Update to 1.50.0. |
Date: |
Fri, 22 Jul 2022 16:02:39 +0200 |
* gnu/packages/package-management.scm (conan): Update to 1.50.0.
[arguments]<phases>{check}: Add another test to be skipped, adjust comment.
---
gnu/packages/package-management.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 9c6ea8c772..1685da4903 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1138,7 +1138,7 @@ written entirely in Python.")
(define-public conan
(package
(name "conan")
- (version "1.47.0")
+ (version "1.50.0")
(source
(origin
(method git-fetch) ;no tests in PyPI archive
@@ -1148,7 +1148,7 @@ written entirely in Python.")
(file-name (git-file-name name version))
(sha256
(base32
- "1zs2xb22rsy5fsc0fd7c95vrx1mfz7vasyg1lqkzyfimvn5zah6n"))))
+ "1jjrinz5wkcxfvwdpldrv4h7vacdyz88cc4af5vi3sdnjra0i0m5"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1217,8 +1217,9 @@ 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.
+ ;; These tests expect the 'apt' command to be
available.
"and not test_apt_check "
+ "and not test_apt_install_substitutes "
(if (not (string-prefix? "x86_64" system))
;; These tests either assume the machine is
;; x86_64, or require a cross-compiler to target
--
2.30.4
- [bug#56701] [PATCH 02/19] gnu: Add python-requests-kerberos., (continued)
- [bug#56701] [PATCH 02/19] gnu: Add python-requests-kerberos., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 01/19] gnu: python-args: Make it build with Python 3., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 03/19] gnu: Add python-dogpile.cache., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 04/19] gnu: Add python-statsd., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 05/19] gnu: Add python-os-service-types., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 18/19] gnu: python-pygithub: Update to 1.55., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 08/19] gnu: Add python-requestsexceptions., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 14/19] gnu: python-oslo.log: Update to 5.0.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 17/19] gnu: python-swiftclient: Update to 4.0.1., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 09/19] gnu: Add python-openstacksdk., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 19/19] gnu: conan: Update to 1.50.0.,
Hartmut Goebel <=
- [bug#56701] [PATCH 06/19] gnu: Add python-oslo.concurrency., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 07/19] gnu: Add python-keystoneauth1., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 11/19] gnu: python-keystoneclient: Update to 5.0.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 16/19] gnu: python-pyjwt: Update to 2.4.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 15/19] gnu: python-tempest-lib: Update to 1.0.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 12/19] gnu: python-munch: Update to 2.5.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 10/19] gnu: Add python-tempest., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 13/19] gnu: python-oslo.context: Update to 5.0.0., Hartmut Goebel, 2022/07/22