Drop distutils use #13

Closed
opened 2025-12-28 18:15:44 +00:00 by sami · 1 comment
Owner

Originally created by @roman-khimov on GitHub (Sep 16, 2024).

Current Behavior

distutils used leading to this warning:

/home/runner/work/_actions/nspcc-dev/gh-push-to-neofs/master/push-to-neofs.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives

Expected Behavior

No warning, no distutils use.

Possible Solution

Replace distutils.

Steps to Reproduce

Run the workflow, see the warning.

Your Environment

  • Version of the product used: v0.3.0
Originally created by @roman-khimov on GitHub (Sep 16, 2024). ## Current Behavior `distutils` used leading to this warning: ``` /home/runner/work/_actions/nspcc-dev/gh-push-to-neofs/master/push-to-neofs.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives ``` ## Expected Behavior No warning, no distutils use. ## Possible Solution Replace `distutils`. ## Steps to Reproduce Run the workflow, see the warning. ## Your Environment * Version of the product used: v0.3.0
sami 2025-12-28 18:15:44 +00:00
  • closed this issue
  • added the
    U2
    S4
    bug
    I4
    labels
Author
Owner

@roman-khimov commented on GitHub (Jan 22, 2025):

Fixed in 0.3.1

@roman-khimov commented on GitHub (Jan 22, 2025): Fixed in 0.3.1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/gh-push-to-neofs#13
No description provided.