Bug 2183389 - python-colcon-cmake uses the deprecated pkg_resources
Summary: python-colcon-cmake uses the deprecated pkg_resources
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: python-colcon-cmake
Version: 39
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Scott K Logan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2144132
TreeView+ depends on / blocked
 
Reported: 2023-03-31 00:11 UTC by Charalampos Stratakis
Modified: 2023-08-16 07:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github colcon colcon-cmake issues 127 0 None open pkg_resources is deprecated hence colcon-cmake fails to build with the latest setuptools 2023-04-13 02:26:25 UTC

Description Charalampos Stratakis 2023-03-31 00:11:39 UTC
python-colcon-cmake fails to build with the latest setuptools version.

This report is automated and not very verbose, but we'll try to get back here with details.

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/cstratak/setuptools-67.5.1/fedora-rawhide-x86_64/05722699-python-colcon-cmake/

For all our attempts to build python-colcon-cmake with the latest setuptools, see:
https://copr.fedorainfracloud.org/coprs/cstratak/setuptools-67.5.1/package/python-colcon-cmake/

Let us know here if you have any questions.

Comment 1 Charalampos Stratakis 2023-04-13 02:29:26 UTC
Workaround PR: https://src.fedoraproject.org/rpms/python-colcon-cmake/pull-request/1

Comment 2 Charalampos Stratakis 2023-04-19 14:23:28 UTC
Error:

============================= test session starts ==============================
platform linux -- Python 3.11.3, pytest-7.2.2, pluggy-1.0.0
rootdir: /builddir/build/BUILD/colcon-cmake-0.2.27, configfile: setup.cfg
plugins: colcon-core-0.11.0
collected 1 item / 1 error

==================================== ERRORS ====================================
______________ ERROR collecting test/test_parse_cmake_version.py _______________
test/test_parse_cmake_version.py:4: in <module>
    from colcon_cmake.task.cmake import _parse_cmake_version_string
colcon_cmake/task/cmake/__init__.py:12: in <module>
    from pkg_resources import parse_version
/usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: in <module>
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
E   DeprecationWarning: pkg_resources is deprecated as an API
=========================== short test summary info ============================
ERROR test/test_parse_cmake_version.py - DeprecationWarning: pkg_resources is...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.14s ===============================

Comment 3 Charalampos Stratakis 2023-04-19 14:24:04 UTC
I've pushed the workaround.

Keeping this bug open, as while this has been worked around and the package will not fail to build, the issue is still there.

Comment 4 Fedora Release Engineering 2023-08-16 07:12:52 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.


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