PY-79792 Refactored repository handling in Python packaging subsystem. Unified repository management by removing redundant methods (packagesFromRepository, allPackages) and standardized package retrieval via getPackages from PyPackageRepository. Updated related classes to align with the new CompositePythonRepositoryManager and PythonRepositoryManager interfaces. Added Test. PY-80168 Replace latest text with real latest version.

GitOrigin-RevId: 80a78a3798c04e73d98c58eed58b2ca01898ae00
This commit is contained in:
Timur Malanin
2025-04-10 13:11:48 +00:00
committed by intellij-monorepo-bot
parent 160da2f7ac
commit f7c2a83020
21 changed files with 244 additions and 208 deletions

View File

@@ -147,5 +147,6 @@
<orderEntry type="module" module-name="intellij.python.hatch" />
<orderEntry type="module" module-name="intellij.platform.externalSystem.impl" />
<orderEntry type="module" module-name="intellij.platform.externalSystem" />
<orderEntry type="library" name="http-client" level="project" />
</component>
</module>