Go to file
Miro Hrončok 77836746d7 rpminspect: Disable the unicode inspection
rpminspect reported:

    A forbidden code point, 0x202E, was found in the idna-3.4/tests/IdnaTestV2.txt source file on line 1871 at column 8. This source file is used by python3.12-idna.spec.
    A forbidden code point, 0x202E, was found in the idna-3.4/tests/IdnaTestV2.txt source file on line 1872 at column 42. This source file is used by python3.12-idna.spec.
    A forbidden code point, 0x202E, was found in the idna-3.4/tests/IdnaTestV2.txt source file on line 1873 at column 45. This source file is used by python3.12-idna.spec.

This is test data. It's fine.

Note that ideally, we would only exclude IdnaTestV2.txt, somehow like this:

    unicode:
        exclude: IdnaTestV2\.txt$

However, it does not work (at least on CentOS Zuul CI).
2024-01-12 12:07:43 +01:00
.fmf Add tmt gating plan 2024-01-12 11:49:06 +01:00
.gitignore Import from Fedora python-idna @ 7121d05 2024-01-12 11:48:55 +01:00
gating.yaml Add tmt gating plan 2024-01-12 11:49:06 +01:00
plans.fmf Add tmt gating plan 2024-01-12 11:49:06 +01:00
python3.12-idna.spec Convert from Fedora for the Python 3.12 stack in RHEL 2024-01-12 11:48:57 +01:00
rpminspect.yaml rpminspect: Disable the unicode inspection 2024-01-12 12:07:43 +01:00
sources Import from Fedora python-idna @ 7121d05 2024-01-12 11:48:55 +01:00