Package Details: conan 2.2.2-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
Licenses: MIT
Conflicts: conan1
Submitter: suridaj
Maintainer: suridaj
Last Packager: suridaj
Votes: 67
Popularity: 0.006895
First Submitted: 2016-08-21 01:35 (UTC)
Last Updated: 2024-04-11 20:21 (UTC)

Latest Comments

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

suridaj commented on 2017-12-24 12:10 (UTC)

I understand python-pylint and conan cannot be upgraded. Please try removing conan, updating packages from the official repos, then installing conan again.

bowhuntr commented on 2017-12-24 11:40 (UTC)

Something has to change because neither conan nor python-pylint can be updated.

suridaj commented on 2017-12-24 09:29 (UTC)

I try to follow closely the requirements listed by the upstream. On the one hand, it is very rare that updating a dependency breaks Conan functionality - I test this quite often and submit patches to Conan so that Arch's fresh packages are accomodated. On the other hand, there are cases where serious bugs do occur and dependency versions really need to be constrained (such as the pylint 1.7.x + astroid 1.6 breaking bug https://github.com/conan-io/conan/issues/2164 )

That said, I am open for suggestions. Would Conan users be willing to suffer possible occasional bugs and breakage if I remove the high-version limit on dependencies?

greyltc commented on 2017-12-23 23:54 (UTC)

conan: installing python-pylint (1.8.1-1) breaks dependency 'python-pylint<=1.8.0'

Does this package really need all the very specific dependency version requirements it has? Maybe most of them could be removed?

suridaj commented on 2017-12-22 16:30 (UTC) (edited on 2017-12-22 16:30 (UTC) by suridaj)

Conan 0.30.3 is out, however it does not work with python-astroid 1.6.0. Here is the bug: https://github.com/conan-io/conan/issues/2164

Until this issue is resolved, I am uncomfortable with pushing Conan 0.30.3 as it would conflict with python-astroid>=1.6.0 from mainline Arch.

suridaj commented on 2017-10-29 00:31 (UTC)

Glad you made it work. Because upstream re-release did not change the filename, at this time I think clearing the build cache is the only feasible workaround for users going from package ver 0.28.0-1 to 0.28.0-2.

JakeStanger commented on 2017-10-28 19:51 (UTC)

Clearing build cache fixed it, should have tried that before really. Thanks!

suridaj commented on 2017-10-28 11:11 (UTC)

@JakeStanger, the 0.28.0-2 package specifically fixes the hash because the upstream had to push a re-release: https://github.com/conan-io/conan/issues/1955 So, the current PKGBUILD should work ok. Could you please verify in a clean environment, ie., if you use an AUR helper please clean the build cache. Alternatively, download the PKGBUILD into an empty directory and makepkg there. Please report your steps and any errors here.

JakeStanger commented on 2017-10-28 10:49 (UTC)

The latest version is failing the validity check

denvit commented on 2017-05-22 16:11 (UTC)

:: conan: installing python-requests (2.14.2-1) breaks dependency 'python-requests<2.14.0' Had to remove it :(