000f490c2d
Changes: - dropped emit-a-warning-when-running-with-root-privileges.patch (fixed in upstream) - rebased dummy-certifi.patch, remove-existing-dist-only-if-path-conflicts.patch, nowarn-pip._internal.main.patch Related: rhbz#1932713
16 lines
753 B
Plaintext
16 lines
753 B
Plaintext
# This is just temporary, when upstream merges PRs it can be removed
|
|
# https://github.com/ActiveState/appdirs/pull/144
|
|
# https://github.com/psf/requests/pull/5410
|
|
addFilter(r'(non-executable-script|wrong-script-interpreter) .+/pip/_vendor/appdirs.py\b')
|
|
addFilter(r'(non-executable-script|wrong-script-interpreter) .+/pip/_vendor/requests/certs.py\b')
|
|
|
|
# REQUESTED dist-info file is not meant to have any content
|
|
# Discussion: https://src.fedoraproject.org/rpms/python-pip/pull-request/69#comment-52525
|
|
addFilter(r'zero-length .+/site-packages/.+\.dist-info/REQUESTED\b')
|
|
|
|
# We ship README with the main package but not with the wheel
|
|
addFilter(r'python-pip-wheel.noarch: W: no-documentation')
|
|
|
|
# SPELLING ERRORS
|
|
addFilter(r'W: spelling-error .* venv')
|