Skip to content

Releases: gentoo/gentoopm

0.3.3

27 Mar 09:10
v0.3.3
66bf440

Choose a tag to compare

  • fixed compatibility with pkgcore-0.11.7+

0.3.2

16 Sep 13:08
v0.3.2
5673ac8

Choose a tag to compare

  • fix crashing due to BashServer exceptions
  • add repo_masked property for pkgcore packages

Python 2 is no longer being tested since it is not provided by pkgcore nor portage anymore. Portage support is maintenance-only and may be removed in a future release.

0.3.1

17 Nov 22:40
v0.3.1
0f83b84

Choose a tag to compare

  • multiple fixes for modern versions of pkgcore,
  • cbuild_build_dependencies (BDEPEND) support.

0.3.0

08 May 15:46
v0.3.0

Choose a tag to compare

API changes:

  • proper support for getting slots and subslots,
  • support for overriding config_root for the package manager,
  • support for at-most-one-of (??) deps,
  • extend package maintainers support to Portage.

gentoopmq changes:

  • support for specifying --package-manager,
  • match command to match packages and print their metadata.

Bug fixes:

  • multiple updates due to API changes in pkgcore,
  • fix bash-server cleanup.

0.2.9

27 Nov 22:08
gentoopm-0.2.9

Choose a tag to compare

  • tests: skip package manager which fail to load,
  • bash: fix obtaining syntax check result and read files in binary mode.

0.2.8

27 Nov 21:58

Choose a tag to compare

  • fix handling all-of deps in portage,
  • fix package sorting with portage.

0.2.7

27 Nov 21:58

Choose a tag to compare

  • respect --build-lib when running tests,
  • fix compatibility with PyPy and Python 3.3.

0.2.6

27 Nov 21:58

Choose a tag to compare

  • fix compatibility with pkgcore-0.8.4.

0.2.5

27 Nov 21:58

Choose a tag to compare

  • Paludis: support changed USEflag API.

0.2.4

27 Nov 21:58

Choose a tag to compare

  • tests: fix running on *BSD (no coreutils there),
  • paludis: support for package contents API change,
  • environment.* file sorting fix.