astroid and logilab-common still disagree about versions

I reported a couple weeks ago about astroid demanding logilab-common
= 0.60, while the latest stable branch of logilab-common insists that
the latest version is just 0.58.2. I trying "hg pull ; hg update" on both repos just now and find the situation hasn't changed. I am updated to the stable branch of logilab-common and the default branch of astroid. Am I supposed to be on the stable branch of astroid? That doesn't seem right, as its __pkginfo__ module says it's only version 0.24.3
So, I'm kind of stuck, looking for a "correct" solution here. I could, in theory, mangle my __pkginfo__ modules, but that just introduces a bad hack I have to remember later.
Thx,
Skip

I reported a couple weeks ago about astroid demanding logilab-common
= 0.60, while the latest stable branch of logilab-common insists that
the latest version is just 0.58.2.....
So, I'm kind of stuck, looking for a "correct" solution here.
I finally just punted, and replaced (0, 58, 2) with (0, 60, 0) in __pkginfo__.py. This at least allows me to run pylint. Perhaps something subtle will break later on.
Skip

Hi Skip,
On Tue, Aug 13, 2013 at 10:26:19 -0500, Skip Montanaro wrote:
I reported a couple weeks ago about astroid demanding logilab-common
= 0.60, while the latest stable branch of logilab-common insists that
the latest version is just 0.58.2. I trying "hg pull ; hg update" on both repos just now and find the situation hasn't changed. I am updated to the stable branch of logilab-common and the default branch of astroid. Am I supposed to be on the stable branch of astroid? That doesn't seem right, as its __pkginfo__ module says it's only version 0.24.3
logilab-common 0.60 is on the 'default' branch in the hg repo.
Cheers, Julien
participants (2)
-
Julien Cristau
-
Skip Montanaro