Hi On Wed, Mar 24, 2021 at 6:53 PM Allan McRae <allan@archlinux.org> wrote:
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository".
The branch, master has been updated via 1e60a5f00674a9a9b0c530c741bd6701d0e1e834 (commit) via 9bf3d6a7603bf48771a20d1f4bd789670e7446f7 (commit) from ede73f4d898946a7e54634169b3605a024553315 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1e60a5f00674a9a9b0c530c741bd6701d0e1e834 Author: Anatol Pomozov <anatol.pomozov@gmail.com> Date: Mon Mar 15 16:33:08 2021 -0700
Remove "total download" callback in favor of generic event callback
Total download callback called right before packages start downloaded. But we already have an event for such event (ALPM_EVENT_PKG_RETRIEVE_START) and it is naturally to use the event to pass information about expected download size.
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This change modifies pacman API. As it got accepted and merged master the pacman bindings need to be modified accordingly. Jelle, could you please take care of the required changes for pyalpm?