|
Bugzilla – Full Text Bug Listing |
| Summary: | We have .cpython-311.pyc in non-311 packages | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Matej Cepl <mcepl> |
| Component: | Python | Assignee: | Daniel Garcia <daniel.garcia> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | bwiedemann, daniel.garcia, steven.kowalik |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Matej Cepl
2023-07-26 22:45:46 UTC
An rpmlint check. Then we can catch them as they appear. If anyone has shell access to a mirror (or we do), a grep should find the victims quickly enough Another option could be to call the sphinx module using "python -m" instead of calling "make html". In this case I think this could also solve the problem, without a patch: $python -m sphinx -M html . _build Take a look to the following request: https://build.opensuse.org/request/show/1101522 I've created a new check in rpmlint for this: https://github.com/rpm-software-management/rpmlint/pull/1095 This is an autogenerated message for OBS integration: This bug (1213698) was mentioned in https://build.opensuse.org/request/show/1102380 Factory / python-blinker The new check is now in rpmlint upstream. Now if different *.pyc versions are detected the warning 'python-pyc-multiple-versions' will be shown. |