python-ssdeep icon indicating copy to clipboard operation
python-ssdeep copied to clipboard

Is it possible to have wheel file for latest version of ssdeep for python 3.6?

Open pacospace opened this issue 5 years ago • 6 comments

QUESTION

We would like to have a wheel file of the latest version of ssdeep == 3.4 . Thank you very much!

Python ssdeep VERSION

latest version

OS / ENVIRONMENT

OS:

  • Fedora

Python version:

  • Python 3.6
Reference

Reference: https://github.com/thoth-station/s2i-thoth/issues/86

pacospace avatar Oct 14 '20 13:10 pacospace

A wheel for Python 3.8 would be also helpful. Thanks!

fridex avatar Oct 14 '20 19:10 fridex

Built wheel files in a fork if you would like to reuse them: https://pypi.org/project/thoth-ssdeep/#files

fridex avatar Oct 14 '20 21:10 fridex

Built wheel files in a fork if you would like to reuse them: https://pypi.org/project/thoth-ssdeep/#files

Thank you very much @fridex!!! :rocket:

pacospace avatar Oct 15 '20 06:10 pacospace

I think the way to go is to automate the release pipeline with GitHub actions. Can you provide some code/config to build the wheels or did you just run the build command inside the manylinux docker container?

phibos avatar Oct 15 '20 22:10 phibos

Hey @fridex , any chance you could help extend your lib with more wheel files for latest Python versions, ie. 3.9, 3.10, 3.11 ? Cheers 🙏

barabasicsongor avatar Mar 18 '24 19:03 barabasicsongor

Built a wheel file for Python 3.11. I did not test it and made a few hacks to make it manulinux compliant - so hopefully it will work 🤞🏻

https://pypi.org/project/thoth-ssdeep/3.4.1/#files

fridex avatar Mar 19 '24 09:03 fridex