Fabian Affolter

Results 241 issues of Fabian Affolter

Some tests are failing with Python 3.12 while they are passing with Python 3.11. ```bash ============================= test session starts ============================== platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/source configfile:...

It would be very helpful if you could tag releases as well again. This would enable distributions who want to fetch the source from GitHub instead of PyPI. Thanks

Build process fails otherwise. ```bash [...] copying build/lib/sslstrip/URLMonitor.py -> build/bdist.linux-x86_64/wheel/sslstrip running install_data creating build/bdist.linux-x86_64/wheel/sslstrip-2.0.data creating build/bdist.linux-x86_64/wheel/sslstrip-2.0.data/data creating build/bdist.linux-x86_64/wheel/sslstrip-2.0.data/data/share creating build/bdist.linux-x86_64/wheel/sslstrip-2.0.data/data/share/sslstrip error: can't copy 'README': doesn't exist or not a regular...

For Nixpkgs we see an error for Python 3.11 and Python 3.12 with pytest 7.4.4 and mypy-plugins 3.0.0. ```bash ============================= test session starts ============================== platform linux -- Python 3.11.7, pytest-7.4.4,...

`distutils` is deprecated and slated for removal in Python 3.12 https://peps.python.org/pep-0632//#migration-advice

Those parts are not execute from the command line thus the shebang is not needed.

bs4 is a dummy module for beautifulsoup4

`imp` is remove in Python 3.12.

`distutils` is deprecated and slated for removal in Python 3.12 https://peps.python.org/pep-0632//#migration-advice

[`poetry-core`](https://github.com/python-poetry/poetry-core) is intended to be a lightweight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects. Using `poetry-core` allows distribution packages to depend only...