Bug 1772060

Summary: Fix deprecation warning that the functionality will be removed on python 3.9
Product: [Fedora] Fedora Reporter: Jiri Konecny <jkonecny>
Component: pypartedAssignee: Dave Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: bcl, clumens, dcantrell, sbueno
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pyparted-3.11.3 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-15 14:12:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Konecny 2019-11-13 14:43:40 UTC
Description of problem:

When running Anaconda this deprecation warning is printed:

```
WARNING:py.warnings:/usr/lib64/python3.8/site-packages/parted/cachedlist.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

from collections import Sequence
```

The most problematic part is that Python is planning to remove this feature in 3.9 and we have 3.8 in Rawhide.

Release schedule for 3.9:

3.9.0 candidate 1: Monday, 2020-08-10
3.9.0 candidate 2: Monday, 2020-09-14
3.9.0 final: Monday, 2020-10-05

https://www.python.org/dev/peps/pep-0596/


Version-Release number of selected component (if applicable):
python3-pyparted-3.11.2-5.fc32.x86_64

Comment 1 Dave Cantrell 2019-11-15 14:12:54 UTC
Fixed in pyparted-3.11.3, thanks.