pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Confusing "Development status" (pre alpha) on pypi.org? #339

Closed dr47 closed 1 year ago

dr47 commented 3 years ago

Description

Pre-Alpha development status is displayed in pypi.org. It is true? If not, is it possible to correct the status? It yes, do you plan to stabilize safety for use in a production environment? (status = stable)

What I Did

I viewed the page: https://pypi.org/project/safety/
damiencarol commented 3 years ago

it's because of this line https://github.com/pyupio/safety/blob/55cc69d40418424d4fdb776963dbf48ed2f7fa4f/setup.py#L45

yeisonvargasf commented 3 years ago

thanks @damiencarol , @dr47 we aren't in Pre-alpha, we will change it.

damiencarol commented 3 years ago

@yeisonvargasf do you accept PR? I can have few proposal to improve this part (not only some flags)

adiroiban commented 3 years ago

Also if handling this, maybe in setup.cfg also remove the universal build as only py3 is supported.

https://github.com/pyupio/safety/blob/55cc69d40418424d4fdb776963dbf48ed2f7fa4f/setup.cfg#L2

Right now the download file is named safety-1.10.3-py2.py3-none-any.whl

yeisonvargasf commented 2 years ago

sorry late answer, PRs are welcome.

yeisonvargasf commented 1 year ago

We have already fixed this issue. Thank you all.