Skip to content

Releases: pkgcore/pkgcore

v0.12.30

02 Jun 05:53
v0.12.30
40012d9

Choose a tag to compare

v0.12.29

24 Jan 07:37
v0.12.29
b17d5b4

Choose a tag to compare

  • patom: support STDIN input when "-" is passed as an argument (@arthurzam, #226)
  • pquery: support STDIN input when "-" is passed as an argument (@arthurzam, #226)
  • docs: ensure that Sphinx builds the current source code (@eli-schwartz)
  • docs: make the manpages contain the extended help text (@eli-schwartz)
  • pquery: add --live and --non-live filters (@arthurzam)
  • pquery: add support for --format custom formatting (@arthurzam, #168)

v0.12.28

06 Sep 11:19
v0.12.28
691a2d3

Choose a tag to compare

  • ebuild.profiles: fix case where a parent path omits the repository identifier (@chewi, #435)
  • bash completion: improve path handling for pquery (@arthurzam)
  • bash completion: suppress error message outside git repository (@akinomyoga, #436)

v0.12.27

29 Mar 16:56
v0.12.27
4aae4cc

Choose a tag to compare

Fix failure instantiating ConfiguredTree causing various tools based on pkgcore to fail.

v0.12.26

27 Mar 19:36
v0.12.26
9e88840

Choose a tag to compare

Don't use this version, it has hard breakage of consumers.

v0.12.25

15 Jan 17:08
v0.12.25
07ebd7e

Choose a tag to compare

  • fix: parsing bug that allows a revision to be part of a package (@ferringb, #419, #420)
  • fix: child repository not inheriting license groups when it defines none (@ferringb, #424)
  • pytest plugin: create_ebuild writes LICENSE before SLOT to match variables order of skel.ebuild (@anthonyryan1, #425)
  • ci: add workflows to verify pmaint regen against gentoo repository (@arthurzam)

v0.12.24

22 Dec 15:47
v0.12.24
30c248e

Choose a tag to compare

  • operations.format.fetch_base: try to use proxy values from domain (i.e. /etc/portage/make.conf) as first priority (@arthurzam)
  • metadata.xsd: add codeberg remote-id (@laumann, #414)
  • examples/verify_at_done: add new helper tool to collect done AT bugs (@arthurzam)
  • eclassdoc: many changes to the way pkgcore generates docs from eclasses: removal of @Bugreports tag, display default or initial values, display exported phases, various improvements to the RST output (@arthurzam, #346)
  • eclassdoc: add devbook output format (@arthurzam, #346)
  • various code refactoring and modernization (@ferringb, #415, #417)
  • drop support for Python 3.9 (@arthurzam)

v0.12.23

29 Aug 18:30
v0.12.23
f594393

Choose a tag to compare

v0.12.22

05 Aug 19:04
v0.12.22
6e49f75

Choose a tag to compare

  • manifest: fix missing errors when all ebuilds for a package are masked as bad. This fixes a long standing bug that pkgdev manifest wasn't working without any helpful error messages when all ebuilds for a package fail to source. (@zhuyifei1999, @echuber2, #406)
  • multiplex.tree: fix config name and type (@arthurzam)
  • pkgsets.glsa: exclude metadata files from warning (@arthurzam)
  • manifest: pass $PATH environment variable to calls of FETCHCOMMAND (@arthurzam, pkgcore/pkgdev#145)

v0.12.21

21 Apr 06:18
v0.12.21
843ed54

Choose a tag to compare

  • ebd: econf matches configure --help output better (@ulm, #403)
  • pytest.plugin.create_ebuild: insert blank line after EAPI= declare (@arthurzam)