flier / pyfasthash

Python Non-cryptographic Hash Library
Apache License 2.0
281 stars 52 forks source link

project no longer installs or builds under Setuptools 58 #49

Closed jaraco closed 3 years ago

jaraco commented 3 years ago

Setuptools 58 dropped support for use_2to3. This project should remove reliance on that usage and cut a new release.

A new release may not be necessary if wheels for Python 3 of the latest version could be published. Since this project has extension modules, it may prove easier to make a new sdist-only release.

MichaelStadtmiller commented 3 years ago

This was causing errors for me today with servers relying on pyhash and an updated setuptools. Thanks for cross-posting @jaraco

ayakovlevgh commented 2 years ago

Hey @flier, any plans to release this?