# HG changeset patch # User Hans-G?nter Theisgen # Date 1657721163 -3600 # Node ID 6ddf40c200c80a94a46438c09d147a8c04f44558 # Parent a6d2faa0c47e022a2978047949c7c946b874201d updated python-ofxparse (0.20 -> 0.21) diff -r a6d2faa0c47e -r 6ddf40c200c8 python-ofxparse/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-ofxparse/description.txt Wed Jul 13 15:06:03 2022 +0100 @@ -0,0 +1,9 @@ +Ofxparse is a parser for Open Financial Exchange (.ofx) format files. +OFX files are available from almost any online banking site, so they +work well if you want to pull together your finances from multiple +sources. +Online trading accounts also provide account statements in OFX files. + +There are three different types of OFX files, called BankAccount, +CreditAccount and InvestmentAccount files. +This library has been tested with real-world samples of all three types. diff -r a6d2faa0c47e -r 6ddf40c200c8 python-ofxparse/receipt --- a/python-ofxparse/receipt Wed Jul 13 15:01:57 2022 +0100 +++ b/python-ofxparse/receipt Wed Jul 13 15:06:03 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="python-ofxparse" -VERSION="0.20" +VERSION="0.21" CATEGORY="development" SHORT_DESC="Tools for working with the OFX (Open Financial Exchange) file format." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.python.org/pypi/ofxparse" +REPOLOGY="python:ofxparse" SOURCE="ofxparse" TARBALL="$SOURCE-$VERSION.tar.gz"