Skip to content

Commit 0889481

Browse files
gerrod3fao89
authored andcommitted
Merge pull request #555 from gerrod3/bander-5.3
Fix sync failure with bandersnatch==5.3.0 (cherry picked from commit dd3cc1d)
1 parent f12080c commit 0889481

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES/554.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed syncing failing when using bandersnatch 5.3.0

pulp_python/app/tasks/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async def create_content(self, pkg):
240240

241241
await self.python_stage.put(dc)
242242

243-
def finalize_sync(self):
243+
def finalize_sync(self, *args, **kwargs):
244244
"""No work to be done currently"""
245245
pass
246246

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pulpcore>=3.17.0,<3.25
22
pkginfo~=1.8.2
33
packaging~=21.3
4-
bandersnatch~=5.0
4+
bandersnatch>=5.0.0,<5.4
55
pypi-simple~=0.9.0

0 commit comments

Comments
 (0)