Hello, all. Short summary: PMS Test Suite is a suite of tools and a test library to test any of the Gentoo Package Managers for compliance against the Package Manager Specification. The project is running on schedule. Changes in gentoopm: - grabbing installed package contents (filelist), - grabbing *DEPEND, IUSE, REQUIRED_USE, EAPI, DEFINED_PHASES, KEYWORDS, - checking whether a USEflag is enabled (including flags not in IUSE like ${ARCH}), - added support for blocker 'atoms'. Changes in pms-test-suite: - updated to use stable gentoopm API, - fixed pkgcore support, - updated the README file, - started switching to .assert*() methods similar to those used in python unittests. Next week should bring: - hopefully final changes leading to first stable API of gentoopm, - switching all tests to use asserts, - storing more information on assert results, - generating extended test reports (using the above info), - running a single test suite with multiple PMs. -- Best regards, Michał Górny