Name: | python3-setuptools |
---|---|
Version: | 39.2.0 |
Release: | 8.el8_10 |
Architecture: | noarch |
Group: | Applications/System |
Size: | 460967 |
License: | MIT |
RPM: | python3-setuptools-39.2.0-8.el8_10.noarch.rpm |
Source RPM: | python-setuptools-39.2.0-8.el8_10.src.rpm |
Build Date: | Mon Aug 19 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/setuptools |
Summary: | Easily build and distribute Python 3 packages |
Description: | Setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. This package also contains the runtime components of setuptools, necessary to execute the software that requires pkg_resources.py. |
- Security fix for CVE-2024-6345 Resolves: RHEL-50470
- Security fix for CVE-2022-40897 Resolves: rhbz#2158559
- Create /usr/local/lib/pythonX.Y when needed Resolves: rhbz#1808301
- Add subpackages with wheels Resolves: rhbz#1718032
- New subpackage platform-python-setuptools without files from /usr/bin/* - python3-setuptools contains only files from /usr/bin/* and depends on platform-python-setuptools - Resolves: rhbz#1641973
- Allow Python 2 for build see https://hurl.corp.redhat.com/rhel8-py2
- Do not use wheel on Python 2
- update to 39.2.0 Fixes bug #1572889
- Remove test requirements on python2 packages and some exotic packages - Skip tests on Python 2
- update to 39.0.1 Fixes bug #1531527