Miro Hrončok
be112f861a
Drop unused rpmlintrc filter
...
python3-pip.noarch: E: unused-rpmlintrc-filter "E: spelling-error .+'venv'"
[skip changelog]
2025-05-03 11:11:10 +02:00
Miro Hrončok
f0db4e7df0
rpmlint: Ignore venv spelling error
...
[skip changelog]
2024-08-06 19:07:00 +02:00
Miro Hrončok
a378787915
Update rpmlintrc rules to match rpmlint 2 and the current pip
...
We got:
python3-pip.noarch: E: unused-rpmlintrc-filter "(non-executable-script|wrong-script-interpreter) .+/pip/_vendor/appdirs.py\b"
python3-pip.noarch: E: unused-rpmlintrc-filter "zero-length .+/site-packages/.+\.dist-info/REQUESTED\b"
python3-pip.noarch: E: unused-rpmlintrc-filter "W: spelling-error .* venv"
python3-pip.noarch: E: non-executable-script /usr/lib/python3.11/site-packages/pip/_vendor/distro/distro.py 644 /usr/bin/env python
2023-05-22 13:34:10 +02:00
Karolina Surma
5afdc00b06
Update to 21.1.1
...
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
2021-05-18 13:43:22 +02:00
Tomas Orsava
8825fe54dc
Update to 20.2.2 ( #1838553 )
2020-08-11 16:20:47 +02:00
Tomas Hrnciar
903b01b22d
Add rpmlint config to filter not important warnings and errors
...
This commit adds rpmlint config to filter warning and errors
that are not really a problem. Such as no-documentation warning
for python-pip-wheel which has documentation README shipped with main
package but rpmlint does not see it.
Then it filters out venv spelling error and adds temporary filter for
non-executable-script and wrong-script-interpreter those will be fixed
once all upstream PRs will be merged.
2020-04-14 16:15:29 +02:00