Download, build, install, upgrade, and uninstall Python packages -- easily!
setuptools is a collection of enhancements to the Python distutils (for Python 2.3 and up) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.
- Developed at devel:languages:python
-
21
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-setuptools && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
importlib.patch | 0000001530 1.49 KB | |
psfl.txt | 0000011900 11.6 KB | |
python-setuptools.changes | 0000084005 82 KB | |
python-setuptools.spec | 0000004987 4.87 KB | |
setuptools-41.6.0.zip | 0000852541 833 KB | |
sort-for-reproducibility.patch | 0000002108 2.06 KB | |
zpl.txt | 0000002366 2.31 KB |
Revision 56 (latest revision is 85)
Dominique Leuenberger (dimstar_suse)
accepted
request 748817
from
Ondřej Súkup (mimi_vx)
(revision 56)
- update to 41.6.0 - add importlib.patch * Replace usage of deprecated imp module with local re-implementation in setuptools._imp * Fix pkg_resources.Requirement hash/equality implementation * Fix tests when running under python3.10. * drop 'deprecated' documentation (test command, ez_setup, EasyInstall) - Remove runtime dependency for the full python3 package, as the actually required SSL module is in python3-base. For python(2), SSL is in the "full" python package. Avoids build loops and shortens the dependency chain for e.g. rust. - Try to use system packages rather than the vendored variants - Add patch to sort outputs for better reproducability: * sort-for-reproducibility.patch - Add missing dep on ordered-set as it is now in the vendored dir too - Update to 41.4.0 * In declarative config, now traps errors when invalid python_requires values are supplied. * When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. * Fixed failing integration test triggered by 'long_description_content_type' in packaging.
Comments 0