flier / pyfasthash

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

remove python2 support #50

Closed getumen closed 2 years ago

getumen commented 3 years ago

pyhash build failed.

error in pyhash setup command: use_2to3 is invalid.

dependency: setuptools: 58.0.2

From setuptools v58.0.0, the use_2to3 option is no longer sopported. https://github.com/pypa/setuptools/commit/9f75850ec2455718c4c470c16c4c15139deef624

This pull request proposes removing this option from setup.py. I didn't see any test suite though, so I can't make sure all the code is compatible with newest version of Python.

similar issue is in https://github.com/pallets-eco/flask-openid/issues/59

getumen commented 3 years ago

This issue relates to this PR. https://github.com/flier/pyfasthash/issues/49

flier commented 2 years ago

thanks

mvaught02 commented 2 years ago

@flier any plans to release 0.9.4 with this fix?

Janosch commented 1 year ago

@flier Please release this asap, so pyhash can be installed from pypi again without ugly workarounds like downgrading setuptools.