wok rev 25210

updated python-ofxparse (0.20 -> 0.21)
author Hans-G?nter Theisgen
date Wed Jul 13 15:06:03 2022 +0100 (22 months ago)
parents a6d2faa0c47e
children bd54af54b0ef
files python-ofxparse/description.txt python-ofxparse/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-ofxparse/description.txt	Wed Jul 13 15:06:03 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +Ofxparse is a parser for Open Financial Exchange (.ofx) format files.
     1.5 +OFX files are available from almost any online banking site, so they
     1.6 +work well if you want to pull together your finances from multiple
     1.7 +sources.
     1.8 +Online trading accounts also provide account statements in OFX files.
     1.9 +
    1.10 +There are three different types of OFX files, called BankAccount,
    1.11 +CreditAccount and InvestmentAccount files.
    1.12 +This library has been tested with real-world samples of all three types.
     2.1 --- a/python-ofxparse/receipt	Wed Jul 13 15:01:57 2022 +0100
     2.2 +++ b/python-ofxparse/receipt	Wed Jul 13 15:06:03 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-ofxparse"
     2.7 -VERSION="0.20"
     2.8 +VERSION="0.21"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Tools for working with the OFX (Open Financial Exchange) file format."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="MIT"
    2.13  WEB_SITE="https://pypi.python.org/pypi/ofxparse"
    2.14 +REPOLOGY="python:ofxparse"
    2.15  
    2.16  SOURCE="ofxparse"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"