* Set a deadline for the removal of pkg_resources later this year
(December). (#3085)
* Removed reliance on pkg_resources in test_wheel. (#3085)
- Release v80.8.0
* Replaced more references to pkg_resources with importlib
equivalents in wheel module. (#3085)
* Restore explicit LICENSE file. (#5001)
- Release v80.7.1
* Only attempt to fetch eggs for unsatisfied requirements.
(#4998)
* In installer, when discovering egg dists, let metadata
discovery search each egg. (#4998)
- Release v80.7.0
* Removed usage of pkg_resources from installer. Set an official
deadline on the installer deprecation to 2025-10-31. (#4997)
- Release v80.5.0
* Replaced more references to pkg_resources with importlib
equivalents. (#3085)
- Release v80.4.0
* Simplified the error reporting in editable installs. (#4984)
- Release v80.3.0
* Removed easy_install and package_index modules. (#917)
- Release v80.2.0
* Restored support for install_scripts --executable (and classic
behavior for the executable for those invocations). Instead,
build_editable provides the portable form of the executables
for downstream installers to rewrite. (#4934)
- Release v80.1.0
* Added a deadline of Oct 31 to the setup.py install deprecation.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=298
13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
# These are false positives from the importlib call of rpmlint finding setuptools/_vendor/
|
|
addFilter("python-missing-require autocommand")
|
|
addFilter("python-missing-require backports.tarfile")
|
|
addFilter("python-missing-require inflect")
|
|
addFilter("python-missing-require jaraco.context")
|
|
addFilter("python-missing-require jaraco.functools")
|
|
addFilter("python-missing-require jaraco.text")
|
|
addFilter("python-missing-require more-itertools")
|
|
addFilter("python-missing-require typeguard")
|
|
addFilter("python-missing-require typing-extensions")
|
|
addFilter("python-missing-require zipp")
|
|
# empty test files
|
|
addFilter("zero-length .*/tests/") |