gnucash-on-flatpak master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sun Oct 16 08:35:53 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/7b161d34 (commit)
	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/39df3348 (commit)
	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/433ded56 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/387b747d (commit)



commit 7b161d3406c67b3df784f5233d8040f6e5e6d567
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Oct 16 14:31:50 2022 +0200

    Update guidelines for updating Finance::Quote

commit 39df334824a71cdfad778518b57cb942ce8e7343
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Oct 16 14:20:03 2022 +0200

    Update Finance::Quote to 1.53

commit 433ded56fac3c160f3ab1f0cf765e065dc77ffc4
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Oct 16 12:27:50 2022 +0200

    Sort finance::quote sources deterministically
    
    This is done using the following command:
    cat finance-quote-sources.json | jq -S 'sort_by(.dest)' > finance-quote-sources.json
    
    This will make it easier to track changes to F::Q dependencies
    in the future. A git diff will now be helpful to spot dependencies
    that get added or removed and which dependencies change version.
    
    What's still a mess is the build order of the dependencies.
    flatpak-cpan-generator.pl still reshuffles these on each run.
    I think we can live with this. As the build rules are also
    autogenerated I assume the tool does what it needs to correctly.
    And we can use the sources list as reference to track changes.



Summary of changes:
 README.md                          |   30 +-
 modules/finance-quote-sources.json | 1166 +++++++++++++++++++++---------------
 modules/perl.json                  |    2 +-
 3 files changed, 692 insertions(+), 506 deletions(-)



More information about the gnucash-patches mailing list