Package: python-asyncmy / 0.2.11-1

Metadata

Package Version Patches format
python-asyncmy 0.2.11-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
setup.py Add needed file from the PyPi wheel.patch | (download)

setup.py | 27 27 + 0 - 0 !
1 file changed, 27 insertions(+)

 setup.py: add needed file from the pypi wheel

The git sources are correctly missing the file setup.py in the top root
folder. But we currently failing to get this file rebuild by dh-python.
As we use currently not use poetry (as it's not working as needed), but
using 'python setup.py...' we need this file. We take the file from the
wheel upstream is also providing.

build.py Use setuptools instead of distutils.patch | (download)

build.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build.py: use setuptools instead of distutils

The distutils module is deprecated since Python 3.10.

See also
https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html

pool.pyx Correct misspelled allow one to.patch | (download)

asyncmy/pool.pyx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pool.pyx: correct misspelled "allow one to"