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

unreleased packages should not list as errors #3

Closed
ssbarnea opened this issue Sep 15, 2019 · 1 comment · Fixed by #7
Closed

unreleased packages should not list as errors #3

ssbarnea opened this issue Sep 15, 2019 · 1 comment · Fixed by #7

Comments

@ssbarnea
Copy link

It is missleading to use red color to present packages that were not released yet. Maybe you could use yellow/orange to display them as their are clearly not out of version specifiers.

screenshot

@eight04
Copy link
Owner

eight04 commented Sep 15, 2019

We should filter out prerelease from the version list around here:

def get_pypi_versions(name, session=requests):

Something like:
https://github.com/eight04/vpip/blob/fd3a11c525a5b917ac2332458615db80d6ca0642/vpip/pypi.py#L40

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

Successfully merging a pull request may close this issue.

2 participants