David Steele
David Steele
Python 3.10 is issuing a deprecation warning on pytest asyncio_mode: ../../../../usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in...
I have a report on a test failure due to the deprecation of a get_event_loop() call (https://github.com/davesteele/aiofiles/pull/2). This [patch](https://github.com/davesteele/aiofiles/blob/ea51b5683338d8966fbbcb93f3299e88a3857d70/debian/patches/001-update-get-event-loop.patch) changes the other occurrences of that call.
Unit tests have failed on ppc64el hardware: https://ci.debian.net/data/autopkgtest/unstable/ppc64el/a/aiofiles/18419050/log.gz autopkgtest [08:17:49]: test unittests.py: [----------------------- ============================= test session starts ============================== platform linux -- Python 3.9.10, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 rootdir: /tmp/autopkgtest-lxc.9mzzz2i1/downtmp/build.Jix/src plugins: asyncio-0.16.0...
Add a config option to have NetworkManager determine if the device is CONNECTED, using the NM State. This would cause the device to be CONNECTED if, for instance, there is...
If the content of an email sent with the '-r' option uses a From address that is not the main gmail account address, The OAuth2 comes up, the eventual confirmation...
Do you intend to update the program to Python 3 by 2020?
"Sign and Send" is resulting in the following log entries. 2018-11-03 14:37:03,415:INFO:Gmail:getting message #msg-a:r-1184333689291609288 2018-11-03 14:37:03,607:ERROR:CommandHandler: Traceback (most recent call last): File "/usr/share/goopg/commandhandler.py", line 87, in sign draft = self.gmail.get(id)...
Pytests have picked up a number of deprecation warnings (one involving the elimination of get_event_loop()). Also, CI tests [fail intermittently](https://ci.debian.net/packages/a/aioprocessing/testing/amd64/) with "Exception ignored". ``` $ python3 -m pytest -W=all ==============================================================================================================================...
This patch will add a man page for cryfs-unmount https://github.com/davesteele/cryfs/blob/debian/debian/patches/002-cryfs-unmount-man.patch
The code did not parse function paths for API's whose versions were not integers. Code is added to detect the fractional part, and add it back to the version string....