Skip to content

Commit 3ee3c2f

Browse files
authored
Upgrade pulp-maven to 0.21.2 (#1318)
* Fixed repair_metadata not removing orphaned metadata for (group_id, artifact_id) pairs that no longer have any corresponding MavenArtifact in the repository. Previously it returned early when no artifacts existed and only cleaned up version=None metadata, leaving version-level metadata behind. * Fixed repair_metadata failing with AssertionError in pulpcore's _compute_counts() due to finalize_new_version redundantly running _generate_metadata after repair_metadata had already managed all metadata content in the repository version.
1 parent efa71bb commit 3ee3c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pulp_service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ solv>=0.7.21,<0.7.38
44
pulp-python==3.30.3
55
pulp-npm==0.8.0
66
pulp-container==2.28.0
7-
pulp-maven==0.21.0
7+
pulp-maven==0.21.2
88
pulp-hugging-face==0.3.0
99
pulp-cli
1010
requests

0 commit comments

Comments
 (0)