- Jun 13, 2021
-
-
Felix Yan authored
-
Jelle van der Waa authored
Architectures are now a list and pyalpm's pycman was not able to handle this. For backwards compatibility convert a string to a list.
-
Jelle van der Waa authored
As syncdb's are not signed in Arch Linux providing SIG_DATABASE returns no search results. Fixes: FS#71146
-
- Jun 09, 2021
-
-
Jelle van der Waa authored
-
- Jun 04, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
In 67596333 we removed the total download callback as it no longer exists in pacman but forgot to clean up enum for it leading to the a segfault and callbacks being wrong.
- Jun 01, 2021
-
-
Jelle van der Waa authored
- May 20, 2021
-
-
Jelle van der Waa authored
Minor update to resolve compatibility with libalpm callback api.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
For frontends to manage their callback state libalpm added a void *context argument as this is ABI breakage.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
This release adds compatibility with libalpm v13 and is not backwards compatible.
-
Jelle van der Waa authored
Pacman now supports multiple 'Architecture' values and change the setter/getter library functions which now accepts a list of architectures.
-
Jelle van der Waa authored
The "total download" callback has been removed from libalpm in 1e60a5f00674a9a9b0
-
Jelle van der Waa authored
-
Jelle van der Waa authored
alpm_db_update now supports updating multiple databases at once the so called parallel download feature. This requires an adjustment of the alpm_db_update function call.
-
Jelle van der Waa authored
alpm_db_search now returns an int and set's pm_errno when the result is -1 add a todo as this needs to be handled later
-
- May 10, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Allows us to test our next branch periodically with a Gitlab CI weekly schedule.
-
- Apr 19, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
-
Eli Schwartz authored
It is easier to read if you don't need to try to figure out the flow of a list of strings, and the non-issueful setuptools.Extension() invocation, as they relate to __main__.
-
Eli Schwartz authored
It's declarative and easier to read, and comes with convenient helper functions for reading files.
-
Eli Schwartz authored
-
Eli Schwartz authored
-
Eli Schwartz authored
The source code headers all state "or later", though some specify 2+ and some specify 3+.
-
- Apr 18, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- Apr 12, 2021
-
-
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-
- Feb 23, 2021
-
-
Jelle van der Waa authored
-
- Feb 14, 2021
-
-
Jelle van der Waa authored
The code in find_file never matched the files itself but a tuple of file, 0, 0). Fixes: FS#69414
-
- Jan 10, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
This function can't be tested and it would be testing CPython.
-
- Jan 09, 2021
-
-
Jelle van der Waa authored
The current pyalpm implementation has no proper refcounting for Package objects. Add refcount handling for the Database Object in the Package model and Decref when the package object goes out of scope.
-