Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
0.9.0 release Notable changes: * Pacman 5.2 support * Removed xdelta support for pacman 5.2 * Added setuptools support instead of distutils * Added Makefile with tests support and coverage for C bindings * Added sphinx documentation for pyalpm * Cleanup of C extension code
0.8.5 release This release fixes memory leaks occuring in long running daemons which open the alpm_hanlde_t multiple times. When the handle now goes out of scope it is released and a memory leak in pyalpm_sync_newversion.
0.8.2 release This release adds package.base support, add UTF-8 config file support and removes unused imports and a few other fixes
0.8.1 minor relesae Build fixes for Python 3.6, cleanup of unused includes and functions, and fixes a memory leak in the logging function.