Bug 1714279 - Please remove deprecated warnings
Summary: Please remove deprecated warnings
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-dpath
Version: 32
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-05-27 14:44 UTC by Lukas Slebodnik
Modified: 2021-01-13 07:34 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-01-13 07:34:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lukas Slebodnik 2019-05-27 14:44:36 UTC
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

Comment 1 Lukas Slebodnik 2019-05-27 20:49:30 UTC
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)

Comment 2 Miro Hrončok 2019-05-28 10:24:33 UTC
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.

Comment 3 Miro Hrončok 2019-05-28 10:26:29 UTC
The removal is being worked on:

https://bugs.python.org/issue36953
https://github.com/python/cpython/pull/10596

Comment 4 Ben Cotton 2019-08-13 16:54:34 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle.
Changing version to '31'.

Comment 5 Ben Cotton 2019-08-13 19:17:28 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle.
Changing version to 31.

Comment 6 Ben Cotton 2020-02-11 15:49:51 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle.
Changing version to 32.

Comment 7 Fedora Admin user for bugzilla script actions 2020-10-09 14:53:33 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 8 Fedora Admin user for bugzilla script actions 2020-10-22 14:53:15 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 9 Fabian Affolter 2021-01-13 07:34:02 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.