Package: beanquery / 0.2.0-2

Metadata

Package Version Patches format
beanquery 0.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 pyproject.toml Correct package discovery.patch | (download)

pyproject.toml | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 pyproject.toml: correct package discovery

Bug-Debian: https://bugs.debian.org/1092768

beancount 3.2.0.patch | (download)

beanquery/query_render.py | 19 18 + 1 - 0 !
1 file changed, 18 insertions(+), 1 deletion(-)

 render: work around backward incompatible change in beancount master

Since commit 10b6f5efd2385e3d0efe6715584d7f540e2e7abf Beancount
assumes the presence of a sign unconditionally, changing the
formatting of columns that do not contain negative numbers.