Package Details: conan 2.14.0-1

Git Clone URL: https://aur.archlinux.org/conan.git (read-only, click to copy)
Package Base: conan
Description: A distributed, open source, C/C++ package manager.
Upstream URL: https://conan.io
Keywords: conan
Licenses: MIT
Conflicts: conan1
Provides: conan
Submitter: suridaj
Maintainer: suridaj
Last Packager: suridaj
Votes: 76
Popularity: 0.59
First Submitted: 2016-08-21 01:35 (UTC)
Last Updated: 2025-03-26 09:05 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

suridaj commented on 2017-04-21 11:27 (UTC)

Conan 0.22.2 seems to work ok with PyJWT 1.5.0, test run here: https://travis-ci.org/tivek/conan/builds/224285187 To solve the problem with updating to new PyJWT, first update (or remove) Conan and then do pacman -Syu.

suridaj commented on 2017-04-21 09:58 (UTC)

Will post a patch as soon as Conan's tests pass with the new PyJWT.

WiLLiE commented on 2017-04-21 09:13 (UTC) (edited on 2017-04-21 09:14 (UTC) by WiLLiE)

:: conan: installing python-pyjwt (1.5.0-1) breaks dependency 'python-pyjwt<1.5.0'

suridaj commented on 2017-04-18 15:11 (UTC)

Conan 0.22.0 passes all tests with pylint 1.6.4 instead of 1.6.5: https://travis-ci.org/tivek/conan/jobs/223177378

suridaj commented on 2017-02-27 11:10 (UTC)

0.19.3 is a new version in preparation with 0.20. It is important to upgrade: older versions will not be able to properly parse conaninfo.txt made with the coming 0.20 and later.

suridaj commented on 2017-01-29 00:52 (UTC)

I'm glad you fixed it. Please do keep reporting any conflicts you find in the future!

WiLLiE commented on 2017-01-28 21:39 (UTC) (edited on 2017-01-28 22:24 (UTC) by WiLLiE)

Edit: deleting Pacaur's cache of conan fixed it. conan: installing python-requests (2.13.0-1) breaks dependency 'python-requests<2.13.0'

suridaj commented on 2017-01-26 13:47 (UTC)

python-requests 2.13.0 is out. I patched conan 0.18.1 to install alongside. All conan 0.18.1 tests pass with the new python-requests: https://travis-ci.org/tivek/conan/jobs/195523389

suridaj commented on 2016-12-10 01:51 (UTC)

So, thanks to AUR users and the fast pace of Arch rolling release it has been found that conan does not really depend on boto and passlib anymore. The develop branch has been cleaned up so the next upstream release will officially not depend on these libraries. I have decided to patch the remaining mentions of boto and passlib out of 0.16.1 right now. All tests pass ok without them. In this way Arch users can immediately enjoy a smaller number of dependencies and I have an easier job of keeping the PKGBUILD up to date ;)

suridaj commented on 2016-12-09 08:22 (UTC)

I appreciate the report. The new PKGBUILD is up. All tests pass OK with the new boto: https://travis-ci.org/tivek/conan/builds/182520664 I have submitted a pull request to upstream: https://github.com/conan-io/conan/pull/749