Roundup Tracker - Issues

Issue 2551183

classification
Replace references to distutils in roundup/dist/command
Type: behavior Severity: normal
Components: Installation Versions:
process
Status: pending
:
: rouilj : rouilj
Priority: normal :

Created on 2021-12-14 15:24 by rouilj, last changed 2022-04-28 22:30 by rouilj.

Messages
msg7419 Author: [hidden] (rouilj) Date: 2021-12-14 15:24
Python 3.10.1 deprecates the distutils namespace. distutils namespace to
be removed in 3.12.

Not sure what these references are or how to replace them.

Some of these command scripts may be able to be removed. E.g.
roundup/dist/command/bdist_rpm.py can be removed if we don't generate
rpm's anymore.

Tools like:

  roundup/dist/command/build.py

may need to be made bilingual to allow installation under python 2.
msg7479 Author: [hidden] (rouilj) Date: 2022-04-28 22:30
changeset:   6647:42bf0a707763

has a first pass at this. Basic testing passes. No automated tests though. Needs some people
to kick the tires.
History
Date User Action Args
2022-04-28 22:30:11rouiljsetstatus: new -> pending
priority: normal
messages: + msg7479
assignee: rouilj
2021-12-14 15:24:55rouiljcreate