panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.45k stars 475 forks source link

PyPANDA versioning #1489

Closed lacraig2 closed 4 months ago

lacraig2 commented 4 months ago

This PR drops all previous attempts at versioning the PyPANDA project separately from PANDA.

Instead, it adopts a scheme by which a version of PANDA will have a corresponding PyPANDA release regardless of whether or not the underlying PyPANDA code changed.

This is largely a response to #1486. It implements this change with setuptools_scm which allows the setup and bdist_wheel generation to read the git tags just as PANDA does.