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

Bad version handling on prettytable package #3

Open
ionelmc opened this issue May 4, 2017 · 2 comments
Open

Bad version handling on prettytable package #3

ionelmc opened this issue May 4, 2017 · 2 comments

Comments

@ionelmc
Copy link

ionelmc commented May 4, 2017

I get this for prettytable==0.7.2 (latest version):

prettytable ... upgrade available: 0.7.2 ==> 7 (uploaded on 2013-02-17 18:05:18)

https://pypi.python.org/pypi/PrettyTable/json indeed has "version" set to 7 but maybe there's a way to handle this?

@ionelmc
Copy link
Author

ionelmc commented May 4, 2017

Ah, almost forgot, the packages that I have installed (Python 2.7.12):

colorclass (2.2.0)
docopt (0.6.2)
packaging (16.8)
pip-upgrader (1.3.5)
requests (2.11.1)
terminaltables (3.1.0)

@simion
Copy link
Owner

simion commented May 4, 2017

It's definitely a mistake from their side, but I'll figure out a generic solution for this problem.

As an experiment, I'll generate a requirements.txt with all packages from pypi index, and scan all of them, to detect packages with similar issues.

Thanks for the report 😉

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

No branches or pull requests

2 participants