Subject: CVS commit: pkgsrc/finance/py-beancount
From: Adam Ciarcinski
Date: 2023-05-13 10:18:42
Message id: 20230513081842.459CEFA87@cvs.NetBSD.org

Log Message:
py-beancount: updated to 2.3.5

2022-02-15

 - Released 2.3.5 with only a few minor bugfixes. Mainly released for 3.10.

2021-03-20

 - Fixed 639: Released 2.3.4.

2021-01-09

 - Fixed bug in booking that assumed number is set on cost. I did this while
   running booking manually on entries freshly created on an importer (never ahd
   done that before, will be customary in v3).

2021-01-08

 - Fixed recently introduced bug with the export script that reordered the
   columns.
 - Fixed bug with printer leaving trailing whitespace. Was annoying.

2020-12-20

 - Merged half of branch pr128_seltzered_beanpriceupdate on this side of
   Beancount. The other side will be patched to
   http://github.com/beancount/beanprice. This adds some trimming functions to
   beancount.ops.lifetimes.

2020-12-14

 - Fixed 588: Catch more narrow exceptions from plugins and render full stack
   when caught.

2020-11-25

 - Fixed 584 - a bug which was occurring because a pathological example using a
   very large precision was used in inferring the precision of a currency and a
   subsequent attempt to quantize a large number exceeded the default precision.

2020-11-22

 - Fixed bug in parser.parse_file() which when passed a filename in would leave
   the file unclosed.
 - Fixed latent bug with key/value parsing (incorrect grammar rule, was working
   anyway somehow).
 - Internal changes to lexer and parser to minimize diffs with ongoing work in
   'master' / C++ scanner/parser.

2020-11-17

 - Made it legal to insert a balance entry after account closure. It is a common
   case that transactions happen on the last day of an account and the balance
   directive operates at the beginning of the day. It was arguable whether
   directives should be allowed after closure; notes and documents were allowed
   because statements and phone calls may still occur after an account is
   closed, but I suppose you can make the argument that a statement balance can
   also occur at a later date, so voila, make it legal. You still cannot post
   transactions to a closed account, which is the thing that really matters.

2020-11-15

 - Render the tolerance in Balance directives (merged from Aaron Lindsay).

2020-11-01

 - In the process of removing dependencies to the beancount.ops.holdings module,
   significantly sped up the net-worth-over-time script by using simple
   aggregation to an inventory (which is how it should be done).
 - Allow balance_by_account() method to compress positions that aren't booked,
   as an option.
 - Added split() method to Inventory, like segregate_units but with no
   constraints.
 - Fixed 255: Added a new beancount.core.prices.project() method to project
   prices to another cost currency.

2020-10-26

 - Fixed Github Actions workflows and Wheel generation.
 - Released 2.3.3 to trigger new binaries.

Files:
RevisionActionfile
1.4modifypkgsrc/finance/py-beancount/Makefile
1.3modifypkgsrc/finance/py-beancount/PLIST
1.4modifypkgsrc/finance/py-beancount/distinfo