oremanj / python-netfilterqueue

Python bindings for libnetfilter_queue
MIT License
248 stars 96 forks source link

Generate with Cython 0.29.21 #60

Closed johnteslade closed 2 years ago

johnteslade commented 3 years ago

The current code checked in won't build under Python 3.6 or 3.9. This was code was regenerated with python setup.py build_ext --force

Could a new versioned release to PyPi be made with these changes.

leon-richardt commented 3 years ago

Definitely +1 on this one. Unfortunately, I do not have very high hopes of getting a response here since the last commit was a little over two years ago.

Any thoughts on taking over maintainership on PyPI?

mokytis commented 3 years ago

Have you though about publishing your fork on pypi as this repo no longer appears to be maintained? I'd be happy to help with this process if you like (or even try to maintain a fork myself if you'd rather not)

oremanj commented 2 years ago

I've taken over maintainership of this project and just pushed an update. Will release to PyPI shortly; in the meantime you can pip install git+https://github.com/oremanj/python-netfilterqueue.