ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
10.34k stars 1.49k forks source link

Update PyPI Package #523

Open litneet64 opened 3 years ago

litneet64 commented 3 years ago

Hi, I'm currently working on a project written in Python that relies on the binwalk API (version 2.2.0), however that version is not currently available on PyPI which means I cannot upload my package there (newest official one is 2.1.0 released on 2015), as PyPI requires that all required dependencies for a package are already available/accessible on PyPI (aka no direct links to other sites or VCS, as I used before I tried to make a package).

I know I could make my own fork and then upload my own PyPI package with the newer 2.2.0 version, however this is not a solution in the long run. Release 2.2.0 has been out for a while, so when will it be updated on PyPI too?

diogopim commented 2 years ago

Hello!

Any developments on this issue? Is there a reason PyPI version is not updated since 2015?

Edit: I think it's related to issue #524

ttufts commented 1 month ago

Is there any update on this issue? The package on pypi seems to be completely broken now, meaning any dependency on binwalk can't point to pypi.

Why aren't any new versions being pushed to pypi?