Debian Patches

Status for python-promise/2.3.0-3

Patch Description Author Forwarded Bugs Origin Last update
Use-markers-in-the-nameless-extras-definitions.patch Use markers in the nameless extras definitions Carsten Schoenert <c.schoenert@t-online.de> yes 2021-07-05
Solve-DeprecationWarning-getName-is-deprecated.patch Solve DeprecationWarning: getName() is deprecated
Using 'getName()' is deperecated within the treading module and replaced
by 'name'.

.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py::test_promise_thread_safety
/build/python-promise-2.3.0/.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py:21: DeprecationWarning: getName() is deprecated, get the name attribute instead
thread_name = threading.current_thread().getName()

.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py::test_promise_thread_safety
/build/python-promise-2.3.0/.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py:33: DeprecationWarning: getName() is deprecated, get the name attribute instead
assert_object['is_same_thread'] = (thread_name == threading.current_thread().getName())

.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py::test_dataloader_thread_safety
.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py::test_dataloader_thread_safety
/build/python-promise-2.3.0/.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py:64: DeprecationWarning: getName() is deprecated, get the name attribute instead
thead_name = threading.current_thread().getName()

.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py::test_dataloader_thread_safety
/build/python-promise-2.3.0/.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py:85: DeprecationWarning: getName() is deprecated, get the name attribute instead
promise.get() == threading.current_thread().getName()

.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py::test_dataloader_thread_safety
/build/python-promise-2.3.0/.pybuild/cpython3_3.10_promise/build/tests/test_thread_safety.py:98: DeprecationWarning: getName() is deprecated, get the name attribute instead
promise.get() == threading.current_thread().getName()
Carsten Schoenert <c.schoenert@t-online.de> no 2021-12-30
Fix-tests-for-pytest-7.0-compatibility.patch Fix tests for pytest 7.0 compatibility
The `path` attribute of `Traceback` objects is now `pathlib.Path`.

This changes the affected code so it will work with pytest 7.0 and
previous versions too.
Bruno Oliveira <nicoddemus@gmail.com> yes 2021-12-17
Convert-asyncio.coroutine-to-async-def.patch Convert @asyncio.coroutine to async def =?utf-8?b?VG9tw6HFoSBIcm7EjWlhcg==?= <thrnciar@redhat.com> yes 2022-06-18

All known versions for source package 'python-promise'

Links