Aurora Lanes
Aurora Lanes
I'm unable to compile scripts with the ```#!/bin/bash-static``` shebang. [bash-static](https://packages.debian.org/sid/bash-static) is simply a static version of Bash.
It would heavily reduce the installation overhead.
Affected file: [grab/document.py](https://github.com/lorien/grab/blob/master/grab/document.py#L38) ``` >>> import libgenapi ... /usr/local/lib/python3.9/site-packages/grab/document.py:35: DeprecationWarning: defusedxml.lxml is no longer supported and will be removed in a future release. import defusedxml.lxml ``` The defusedxml.lxml subpackage will...
``` DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10 ``` Infected files in ProxyBroker: - [cli.py](https://github.com/constverum/ProxyBroker/blob/master/proxybroker/cli.py#L389) - [api.py](https://github.com/constverum/ProxyBroker/blob/master/proxybroker/api.py#L97)