Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • extensions extensions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Inkscape
  • extensionsextensions
  • Merge requests
  • !368

replace deprecated distutils with packaging

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Ziegenberg requested to merge ziegenberg/extensions:fix-deprecation-warning-for-output_scour-py into master Nov 15, 2021
  • Overview 12
  • Commits 2
  • Pipelines 3
  • Changes 2

The distutils package is deprecated and slated for removal in Python 3.12. The migration advice suggests for: "distutils.version — use the packaging package".

Fixes: #428 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-deprecation-warning-for-output_scour-py