Version-Release number of selected component (if applicable): sh$ rpm -q python3-dpath python3-dpath-1.4.0-13.fc30.noarch How reproducible: Deterministic Steps to Reproduce: 1. dnf install -y python3-dpath 2. python3 -W all -c "import dpath" Actual results: sh$ python3 -W all -c "import dpath" /usr/lib/python3.7/site-packages/dpath/path.py:9: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import MutableSequence, MutableMapping /usr/lib/python3.7/site-packages/dpath/path.py:9: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import MutableSequence, MutableMapping Expected results: sh$ python3 -W all -c "import dpath" sh$ echo $? 0
Miro, I know you work on python3.8 Will it be problem with python3.8? I could still see just deprecated with python3.8 (but maybe it was just alpha or beta)
3.8.0beta1 was not yet released and until that happens, anything can happen and this will most likely get dropped unless somebody forgets to do that.
The removal is being worked on: https://bugs.python.org/issue36953 https://github.com/python/cpython/pull/10596
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to '31'.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31.
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32.
This package has changed maintainer in the Fedora. Reassigning to the new maintainer of this component.
Fedora Rawhide ships the lastest release of dpath -> https://koji.fedoraproject.org/koji/buildinfo?buildID=1628859 Please re-open this bug if the issue is still present.