Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql-connector-python==2.0.4 is available (you have 2.1.3) #10

Closed
ElMoribond opened this issue May 5, 2016 · 7 comments
Closed

mysql-connector-python==2.0.4 is available (you have 2.1.3) #10

ElMoribond opened this issue May 5, 2016 · 7 comments
Labels
Milestone

Comments

@ElMoribond
Copy link

Hello

Today I use pip-review for first time.
I updated several packets successfully. Thanks to dev :)
But it remains a wonder that dilemma (I am under ARM Archlinux).
$ pip-review
mysql-connector-python==2.0.4 is available (you have 2.1.3)

It's normal?

@jgonggrijp
Copy link
Owner

No, that's not supposed to happen. Thanks for reporting this. I will accept pull requests that fix this, otherwise the fix is probably going to happen after I find the time to rewrite pip-review to use pip list --outdated.

@jgonggrijp jgonggrijp added the bug label May 6, 2016
@jgonggrijp jgonggrijp modified the milestone: Version 1.0 Dec 15, 2016
@jgonggrijp
Copy link
Owner

jgonggrijp commented Dec 15, 2016

I just found out that this issue appears to have been reported before to the original pip-tools repo. That ticket contained more examples.

jazzband#123

Edit: also jazzband#44.

@ghost
Copy link

ghost commented Jan 4, 2017

More examples

distro-info==0.10 is available (you have =0.14build1)
pygobject==2.28.3 is available (you have 3.22.0)
python-apt==0.7.8 is available (you have 1.1.0b5)


prettytable==7 is available (you have 0.7.2)
Upgrade now? [Y]es, [N]o, [A]ll, [Q]uit Y
Collecting prettytable==7
  Could not find a version that satisfies the requirement prettytable==7 (from versions: 0.3, 0.4, 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2)
No matching distribution found for prettytable==7

@jgonggrijp jgonggrijp changed the title curious pip-review response mysql-connector-python==2.0.4 is available (you have 2.1.3) Jan 10, 2017
@jgonggrijp
Copy link
Owner

@ElMoribond @lardconcepts @k4rtik can you please try the current version from develop on the system on which you experienced this issue? It should be fixed thanks to the patch by bil-elmoussaoui.

@k4rtik
Copy link

k4rtik commented Jan 15, 2017

That's great news, I have not seen the issue appear in last couple of weeks. However, is the following expected behavior?

$ pip-review -i
Everything up-to-date
$ pip list -o
setuptools (32.3.0) - Latest: 33.1.0 [wheel]
$ pip-review -i
Everything up-to-date

@jgonggrijp
Copy link
Owner

Well that is "expected", in the sense that it is a known but unrelated problem: #13.

@k4rtik
Copy link

k4rtik commented Jan 16, 2017

@jgonggrijp as long as that is also expected on macOS, I am okay with it. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants