- Sep 09, 2024
-
- Mar 16, 2024
-
-
In a7cdd0a8 (merge request !21 [1]), an entry was added to the `SINGLE_OPTIONS` array. Due to a missing comma [2], the new entry was actually not added but merely concatenated to its successor, causing the `CleanMethod` entry to be changed to `CacheServerCleanMethod`. That in turn caused e.g. `pycman` to print the following warning: > /usr/lib/python3.11/site-packages/pycman/config.py:141: InvalidSyntax: unable to parse /etc/pacman.conf, unrecognized option: 'CleanMethod' Add the missing comma to fix this. [1]: !21 [2]: !21 (diffs) CC: Jelle van der Waa <jelle@archlinux.org>
-
- Mar 12, 2024
-
-
Jelle van der Waa authored
Introduced in pacman 6.1, needs more work to be supported properly.
-
- Mar 02, 2024
-
-
Jelle van der Waa authored
Make the search term more likely to return nothing at all.
-
- Jan 28, 2024
-
-
This allows access to the file databases (`pacman -F`).
-
- Oct 17, 2023
-
-
Levi Zim authored
Fix two tests which are failing because there are no package groups in the core repo and base-devel is a meta package instead of a package group now.
-
- 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.
-