Bug 2252144

Summary: There are unowned __pycache__ directories in python3.11-libs
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python3.11Assignee: Python Maintainers <python-maint>
Status: CLOSED ERRATA QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: cstratak, mhroncok, python-maint, python-packagers-sig, thrnciar, torsava, vstinner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python3.11-3.11.7-1.fc40 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-12-09 15:20:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miro Hrončok 2023-11-29 19:15:12 UTC
When verifying https://src.fedoraproject.org/rpms/python3.13/pull-request/10 I have discovered that the python3.11-libs-3.11.6-2.fc40 package has stray directories in it. When it is installed and uninstalled, it leaves:

/usr/lib64/python3.11
├── __phello__
│   └── __pycache__
├── re
│   └── __pycache__
└── tomllib
    └── __pycache__

This can be fixed either by backporting https://src.fedoraproject.org/rpms/python3.13/pull-request/10 or by manually adding the %dirs to %files.

Comment 1 Fedora Update System 2023-12-09 15:15:17 UTC
FEDORA-2023-349ccb731b has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-349ccb731b

Comment 2 Fedora Update System 2023-12-09 15:20:04 UTC
FEDORA-2023-349ccb731b has been pushed to the Fedora 40 stable repository.
If problem still persists, please make note of it in this bug report.