Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/554.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed syncing failing when using bandersnatch 5.3.0
2 changes: 1 addition & 1 deletion pulp_python/app/tasks/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async def create_content(self, pkg):

await self.python_stage.put(dc)

def finalize_sync(self):
def finalize_sync(self, *args, **kwargs):
"""No work to be done currently"""
pass

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pulpcore>=3.17.0,<3.25
pkginfo~=1.8.2
packaging~=21.3
bandersnatch~=5.0
bandersnatch>=5.0.0,<5.4
pypi-simple~=0.9.0