Skip to content
Snippets Groups Projects
  1. Nov 20, 2021
  2. Jul 31, 2021
  3. Jul 04, 2021
  4. Jun 30, 2021
    • Jelle van der Waa's avatar
      Update CFLAGS for clang · 8985cce6
      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
      8985cce6
    • Jelle van der Waa's avatar
      Remove unrequired PyCFunction casts · c35beb36
      Jelle van der Waa authored
      c35beb36
    • David Runge's avatar
      Add pyproject.toml · ba2adc15
      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
      ba2adc15
  5. Jun 26, 2021
  6. Jun 25, 2021
  7. Jun 22, 2021
  8. Jun 15, 2021
    • Jelle van der Waa's avatar
      Fix find_grp_pkgs segfault · 8c2741a3
      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
      8c2741a3
  9. Jun 13, 2021
  10. Jun 09, 2021
  11. Jun 04, 2021
  12. Jun 01, 2021
  13. May 20, 2021
  14. May 10, 2021
  15. Apr 19, 2021
Loading