- Apr 03, 2023
-
-
Technically one can put an Include outside a section and pacman will accept this.
-
- Feb 20, 2023
-
-
Acid Xeon authored
-
- Dec 31, 2022
-
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
No longer used.
-
- Nov 20, 2021
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- Jul 31, 2021
-
-
Jelle van der Waa authored
-
- Jul 04, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
- Jun 30, 2021
-
-
Jelle van der Waa authored
Remove no-cast-function-type and add missing-field-intializers as Python's C functions requires a {NULL} value in the member definition. Closes: #19
-
Jelle van der Waa authored
-
David Runge authored
pyproject.toml: Add build requirements, which enables consumers of pyalpm to build it from source. PEP517 compatible consumers such as poetry are only able to resolve the build requirements via a pyproject.toml declaration and otherwise fail to resolve pkgconfig before it is used. Fixes #22
-
- Jun 26, 2021
-
-
this prevents deallocation of packages from transaction.to_remove to segfault. Fixes: FS#71312
- Jun 25, 2021
-
-
Jelle van der Waa authored
-
- Jun 22, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- Jun 15, 2021
-
-
Jelle van der Waa authored
Use alpmlist_to_pylist2 to pass NULL to the package function to prevent arbitrary memory to be passed to Py_INCREF. Closes: FS#71261
-
- 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
-