Your message dated Tue, 05 May 2020 10:05:19 +0000
with message-id <e1jvurz-000akm...@fasolo.debian.org>
and subject line Bug#955665: fixed in ofxstatement-plugins 20200505
has caused the Debian Bug report #955665,
regarding ofxstatement-plugins: FTBFS: AssertionError: Failed doctest test for
ofxstatement.plugins.tests.test_litas_esis.doctest_LitasEsisCsvStatementParser
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
955665: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955665
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ofxstatement-plugins
Version: 20191114
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200402 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd ofxstatement-otp && python3 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_otp.egg-info/PKG-INFO
> writing dependency_links to src/ofxstatement_otp.egg-info/dependency_links.txt
> writing entry points to src/ofxstatement_otp.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_otp.egg-info/namespace_packages.txt
> writing requirements to src/ofxstatement_otp.egg-info/requires.txt
> writing top-level names to src/ofxstatement_otp.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_otp.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/ofxstatement_otp.egg-info/SOURCES.txt'
> running build_ext
>
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
>
> OK
> # run pytest with doctest and ignore exit code 5 (no tests found)
> cd ofxstatement-otp && PYTEST_ADDOPTS=--doctest-modules python3 setup.py
> pytest; \
> PYTEST_RESULT=$?; \
> test $PYTEST_RESULT -eq 5 && exit 0; \
> exit $PYTEST_RESULT
> running pytest
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_otp.egg-info/PKG-INFO
> writing dependency_links to src/ofxstatement_otp.egg-info/dependency_links.txt
> writing entry points to src/ofxstatement_otp.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_otp.egg-info/namespace_packages.txt
> writing requirements to src/ofxstatement_otp.egg-info/requires.txt
> writing top-level names to src/ofxstatement_otp.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_otp.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/ofxstatement_otp.egg-info/SOURCES.txt'
> running build_ext
> ============================= test session starts
> ==============================
> platform linux -- Python 3.8.2, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>/ofxstatement-otp
> collected 0 items
>
> =============================== warnings summary
> ===============================
> src/ofxstatement/plugins/otp.py:143
> /<<PKGBUILDDIR>>/ofxstatement-otp/src/ofxstatement/plugins/otp.py:143:
> DeprecationWarning: invalid escape sequence \d
> re.compile('\d+\.\d+\.\d+ \d+'),
>
> src/ofxstatement/plugins/otp.py:144
> /<<PKGBUILDDIR>>/ofxstatement-otp/src/ofxstatement/plugins/otp.py:144:
> DeprecationWarning: invalid escape sequence \d
> re.compile('[\d,]+EUR.*')
>
> -- Docs: https://docs.pytest.org/en/latest/warnings.html
> ========================== 2 warnings in 0.02 seconds
> ==========================
> cd ofxstatement-mbank-sk && python3 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_mbank.sk.egg-info/PKG-INFO
> writing dependency_links to
> src/ofxstatement_mbank.sk.egg-info/dependency_links.txt
> writing entry points to src/ofxstatement_mbank.sk.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_mbank.sk.egg-info/namespace_packages.txt
> writing requirements to src/ofxstatement_mbank.sk.egg-info/requires.txt
> writing top-level names to src/ofxstatement_mbank.sk.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_mbank.sk.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/ofxstatement_mbank.sk.egg-info/SOURCES.txt'
> running build_ext
>
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
>
> OK
> # run pytest with doctest and ignore exit code 5 (no tests found)
> cd ofxstatement-mbank-sk && PYTEST_ADDOPTS=--doctest-modules python3 setup.py
> pytest; \
> PYTEST_RESULT=$?; \
> test $PYTEST_RESULT -eq 5 && exit 0; \
> exit $PYTEST_RESULT
> running pytest
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_mbank.sk.egg-info/PKG-INFO
> writing dependency_links to
> src/ofxstatement_mbank.sk.egg-info/dependency_links.txt
> writing entry points to src/ofxstatement_mbank.sk.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_mbank.sk.egg-info/namespace_packages.txt
> writing requirements to src/ofxstatement_mbank.sk.egg-info/requires.txt
> writing top-level names to src/ofxstatement_mbank.sk.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_mbank.sk.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/ofxstatement_mbank.sk.egg-info/SOURCES.txt'
> running build_ext
> ============================= test session starts
> ==============================
> platform linux -- Python 3.8.2, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>/ofxstatement-mbank-sk
> collected 0 items
>
> ========================= no tests ran in 0.01 seconds
> =========================
> cd ofxstatement-de-triodos && python3 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_de_triodos.egg-info/PKG-INFO
> writing dependency_links to
> src/ofxstatement_de_triodos.egg-info/dependency_links.txt
> writing entry points to src/ofxstatement_de_triodos.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_de_triodos.egg-info/namespace_packages.txt
> writing requirements to src/ofxstatement_de_triodos.egg-info/requires.txt
> writing top-level names to src/ofxstatement_de_triodos.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_de_triodos.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/ofxstatement_de_triodos.egg-info/SOURCES.txt'
> running build_ext
>
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
>
> OK
> # run pytest with doctest and ignore exit code 5 (no tests found)
> cd ofxstatement-de-triodos && PYTEST_ADDOPTS=--doctest-modules python3
> setup.py pytest; \
> PYTEST_RESULT=$?; \
> test $PYTEST_RESULT -eq 5 && exit 0; \
> exit $PYTEST_RESULT
> running pytest
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_de_triodos.egg-info/PKG-INFO
> writing dependency_links to
> src/ofxstatement_de_triodos.egg-info/dependency_links.txt
> writing entry points to src/ofxstatement_de_triodos.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_de_triodos.egg-info/namespace_packages.txt
> writing requirements to src/ofxstatement_de_triodos.egg-info/requires.txt
> writing top-level names to src/ofxstatement_de_triodos.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_de_triodos.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/ofxstatement_de_triodos.egg-info/SOURCES.txt'
> running build_ext
> ============================= test session starts
> ==============================
> platform linux -- Python 3.8.2, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>/ofxstatement-de-triodos
> collected 0 items
>
> ========================= no tests ran in 0.01 seconds
> =========================
> cd ofxstatement-postbank && python3 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_germany_postbank.egg-info/PKG-INFO
> writing dependency_links to
> src/ofxstatement_germany_postbank.egg-info/dependency_links.txt
> writing entry points to
> src/ofxstatement_germany_postbank.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_germany_postbank.egg-info/namespace_packages.txt
> writing requirements to
> src/ofxstatement_germany_postbank.egg-info/requires.txt
> writing top-level names to
> src/ofxstatement_germany_postbank.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_germany_postbank.egg-info/SOURCES.txt'
> writing manifest file 'src/ofxstatement_germany_postbank.egg-info/SOURCES.txt'
> running build_ext
>
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
>
> OK
> # run pytest with doctest and ignore exit code 5 (no tests found)
> cd ofxstatement-postbank && PYTEST_ADDOPTS=--doctest-modules python3 setup.py
> pytest; \
> PYTEST_RESULT=$?; \
> test $PYTEST_RESULT -eq 5 && exit 0; \
> exit $PYTEST_RESULT
> running pytest
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_germany_postbank.egg-info/PKG-INFO
> writing dependency_links to
> src/ofxstatement_germany_postbank.egg-info/dependency_links.txt
> writing entry points to
> src/ofxstatement_germany_postbank.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_germany_postbank.egg-info/namespace_packages.txt
> writing requirements to
> src/ofxstatement_germany_postbank.egg-info/requires.txt
> writing top-level names to
> src/ofxstatement_germany_postbank.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_germany_postbank.egg-info/SOURCES.txt'
> writing manifest file 'src/ofxstatement_germany_postbank.egg-info/SOURCES.txt'
> running build_ext
> ============================= test session starts
> ==============================
> platform linux -- Python 3.8.2, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>/_ofxstatement-germany/germany_postbank
> collected 0 items
>
> ========================= no tests ran in 0.01 seconds
> =========================
> cd ofxstatement-seb && python3 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing ofxstatement_seb.egg-info/PKG-INFO
> writing dependency_links to ofxstatement_seb.egg-info/dependency_links.txt
> writing entry points to ofxstatement_seb.egg-info/entry_points.txt
> writing namespace_packages to ofxstatement_seb.egg-info/namespace_packages.txt
> writing requirements to ofxstatement_seb.egg-info/requires.txt
> writing top-level names to ofxstatement_seb.egg-info/top_level.txt
> reading manifest file 'ofxstatement_seb.egg-info/SOURCES.txt'
> writing manifest file 'ofxstatement_seb.egg-info/SOURCES.txt'
> running build_ext
>
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
>
> OK
> # run pytest with doctest and ignore exit code 5 (no tests found)
> cd ofxstatement-seb && PYTEST_ADDOPTS=--doctest-modules python3 setup.py
> pytest; \
> PYTEST_RESULT=$?; \
> test $PYTEST_RESULT -eq 5 && exit 0; \
> exit $PYTEST_RESULT
> running pytest
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing ofxstatement_seb.egg-info/PKG-INFO
> writing dependency_links to ofxstatement_seb.egg-info/dependency_links.txt
> writing entry points to ofxstatement_seb.egg-info/entry_points.txt
> writing namespace_packages to ofxstatement_seb.egg-info/namespace_packages.txt
> writing requirements to ofxstatement_seb.egg-info/requires.txt
> writing top-level names to ofxstatement_seb.egg-info/top_level.txt
> reading manifest file 'ofxstatement_seb.egg-info/SOURCES.txt'
> writing manifest file 'ofxstatement_seb.egg-info/SOURCES.txt'
> running build_ext
> ============================= test session starts
> ==============================
> platform linux -- Python 3.8.2, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>/ofxstatement-seb
> collected 0 items
>
> ========================= no tests ran in 0.13 seconds
> =========================
> cd ofxstatement-lithuanian && python3 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing src/ofxstatement_lithuanian.egg-info/PKG-INFO
> writing dependency_links to
> src/ofxstatement_lithuanian.egg-info/dependency_links.txt
> writing entry points to src/ofxstatement_lithuanian.egg-info/entry_points.txt
> writing namespace_packages to
> src/ofxstatement_lithuanian.egg-info/namespace_packages.txt
> writing requirements to src/ofxstatement_lithuanian.egg-info/requires.txt
> writing top-level names to src/ofxstatement_lithuanian.egg-info/top_level.txt
> reading manifest file 'src/ofxstatement_lithuanian.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'src/ofxstatement_lithuanian.egg-info/SOURCES.txt'
> running build_ext
> doctest_SwedbankCsvStatementParser (ofxstatement.plugins.tests.test_swedbank)
> Doctest:
> ofxstatement.plugins.tests.test_swedbank.doctest_SwedbankCsvStatementParser
> ... /usr/lib/python3.8/doctest.py:2173: ResourceWarning: unclosed file
> <_io.TextIOWrapper
> name='/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/samples/swedbank.csv'
> mode='r' encoding='utf-8'>
> test.globs.clear()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> FAIL
> doctest_DanskeCsvStatementParser (ofxstatement.plugins.tests.test_danske)
> Doctest:
> ofxstatement.plugins.tests.test_danske.doctest_DanskeCsvStatementParser ...
> /usr/lib/python3.8/doctest.py:2173: ResourceWarning: unclosed file
> <_io.TextIOWrapper
> name='/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/samples/danske.csv'
> mode='r' encoding='cp1257'>
> test.globs.clear()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> FAIL
> doctest_LitasEsisCsvStatementParser
> (ofxstatement.plugins.tests.test_litas_esis)
> Doctest:
> ofxstatement.plugins.tests.test_litas_esis.doctest_LitasEsisCsvStatementParser
> ... /usr/lib/python3.8/doctest.py:2173: ResourceWarning: unclosed file
> <_io.TextIOWrapper
> name='/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/samples/litas_esis.acc'
> mode='r' encoding='cp1257'>
> test.globs.clear()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> FAIL
> doctest_LitasEsisCsvStatementParser_swap_payee_memo
> (ofxstatement.plugins.tests.test_litas_esis)
> Doctest:
> ofxstatement.plugins.tests.test_litas_esis.doctest_LitasEsisCsvStatementParser_swap_payee_memo
> ... ok
>
> ======================================================================
> FAIL: doctest_SwedbankCsvStatementParser
> (ofxstatement.plugins.tests.test_swedbank)
> Doctest:
> ofxstatement.plugins.tests.test_swedbank.doctest_SwedbankCsvStatementParser
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3.8/doctest.py", line 2197, in runTest
> raise self.failureException(self.format_failure(new.getvalue()))
> AssertionError: Failed doctest test for
> ofxstatement.plugins.tests.test_swedbank.doctest_SwedbankCsvStatementParser
> File
> "/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/test_swedbank.py",
> line 5, in doctest_SwedbankCsvStatementParser
>
> ----------------------------------------------------------------------
> File
> "/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/test_swedbank.py",
> line 24, in
> ofxstatement.plugins.tests.test_swedbank.doctest_SwedbankCsvStatementParser
> Failed example:
> statement.start_balance
> Differences (ndiff with -expected +actual):
> - 2123.82
> + Decimal('2123.82')
>
>
> ======================================================================
> FAIL: doctest_DanskeCsvStatementParser
> (ofxstatement.plugins.tests.test_danske)
> Doctest:
> ofxstatement.plugins.tests.test_danske.doctest_DanskeCsvStatementParser
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3.8/doctest.py", line 2197, in runTest
> raise self.failureException(self.format_failure(new.getvalue()))
> AssertionError: Failed doctest test for
> ofxstatement.plugins.tests.test_danske.doctest_DanskeCsvStatementParser
> File
> "/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/test_danske.py",
> line 5, in doctest_DanskeCsvStatementParser
>
> ----------------------------------------------------------------------
> File
> "/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/test_danske.py",
> line 22, in
> ofxstatement.plugins.tests.test_danske.doctest_DanskeCsvStatementParser
> Failed example:
> statement.start_balance
> Differences (ndiff with -expected +actual):
> - 0.0
> + Decimal('0')
>
>
> ======================================================================
> FAIL: doctest_LitasEsisCsvStatementParser
> (ofxstatement.plugins.tests.test_litas_esis)
> Doctest:
> ofxstatement.plugins.tests.test_litas_esis.doctest_LitasEsisCsvStatementParser
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3.8/doctest.py", line 2197, in runTest
> raise self.failureException(self.format_failure(new.getvalue()))
> AssertionError: Failed doctest test for
> ofxstatement.plugins.tests.test_litas_esis.doctest_LitasEsisCsvStatementParser
> File
> "/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/test_litas_esis.py",
> line 6, in doctest_LitasEsisCsvStatementParser
>
> ----------------------------------------------------------------------
> File
> "/<<PKGBUILDDIR>>/ofxstatement-lithuanian/src/ofxstatement/plugins/tests/test_litas_esis.py",
> line 37, in
> ofxstatement.plugins.tests.test_litas_esis.doctest_LitasEsisCsvStatementParser
> Failed example:
> l.amount
> Differences (ndiff with -expected +actual):
> - -1.0
> + Decimal('-100')
>
>
> ----------------------------------------------------------------------
> Ran 4 tests in 0.008s
>
> FAILED (failures=3)
> Test failed: <unittest.runner.TextTestResult run=4 errors=0 failures=3>
> error: Test failed: <unittest.runner.TextTestResult run=4 errors=0 failures=3>
> make[1]: *** [debian/rules:32: plugin_test_ofxstatement-lithuanian] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/04/02/ofxstatement-plugins_20191114_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: ofxstatement-plugins
Source-Version: 20200505
Done: Alexander GQ Gerasiov <g...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ofxstatement-plugins, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 955...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexander GQ Gerasiov <g...@debian.org> (supplier of updated
ofxstatement-plugins package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 05 May 2020 12:26:15 +0300
Source: ofxstatement-plugins
Architecture: source
Version: 20200505
Distribution: unstable
Urgency: medium
Maintainer: Alexander GQ Gerasiov <g...@debian.org>
Changed-By: Alexander GQ Gerasiov <g...@debian.org>
Closes: 955665
Changes:
ofxstatement-plugins (20200505) unstable; urgency=medium
.
* Update submodules
* ofxstatement-de-triodos f7a457d...8aef762 (1):
> Fix typo BE->DE
* ofxstatement-iso20022 0ebc9a2...7190e5f (3):
> Modernize dev environment
> Test for newer python versions
> Merge pull request #2 from peahonen/master
* ofxstatement-otp 8ef690d...195f6a6 (2):
> Bump version 0.0.2 -> 0.0.3
> Merge pull request #2 from gyp/master
* ofxstatement-raiffeisencz 824573d...669bc25 (2):
> Updated .memo and .payee string handling
> Excluded .date_user from mappings and convert to date manually
* ofxstatement-unicreditcz 91fe3c6...2881736 (55):
> Corrected .memo string handling
> Modified string manipulation for .memo and .payee
> Added description of how GnuCash assigns OFX fields. Modified .payee
and .memo field mapping
> Updated git describe
> Added a script with example of setup and test of the plugin.
> Updated README.rst with the new CSV format
> Update of date format 2019 CSV format
> Updated description of CSV structure
> Updated for CSV format of year 2019
> Added unicreditcz18.py
* Fix errors in autotests with ofxstatement 0.6.4 (Closes: #955665):
- ofxstatement-austrian
- ofxstatement-betterment
- ofxstatement-bubbas
- ofxstatement-iso20022
- ofxstatement-lithuanian
* d/control: Switch to debhelper 12.
* d/copyright: Fixes tab-in-license-text warning.
* d/control: Bump Standards-Version.
* d/control: Set minimal suitable version of ofxstatement.
Checksums-Sha1:
386fc3662959461b7f50693d80ca9c12f17c3775 1537 ofxstatement-plugins_20200505.dsc
6dd26ea06807cb7f8d4779eea82d396d0a7e3858 480592
ofxstatement-plugins_20200505.tar.xz
13fc8808dd1ab0223b32b71f129e3b560572c3ad 6386
ofxstatement-plugins_20200505_source.buildinfo
Checksums-Sha256:
51275e7b60887eb4eecea12827fc9abca9f7518af619a27a64dfb767c16a6be3 1537
ofxstatement-plugins_20200505.dsc
5741a1348f752858a7a7ddac8938e26cc2dcb2833b8da4d0b8403c365b00e9e2 480592
ofxstatement-plugins_20200505.tar.xz
4f9ca281cd3126d7969e8bcbd37130857fb883ba154f0990b4842345fac6d6c4 6386
ofxstatement-plugins_20200505_source.buildinfo
Files:
c4ebbcc2df732a349ad364d757545a10 1537 misc optional
ofxstatement-plugins_20200505.dsc
b0b6b7be535f0ec1beb4cab37c111ebf 480592 misc optional
ofxstatement-plugins_20200505.tar.xz
2c70b4e52d6d43c557ed3649c71543aa 6386 misc optional
ofxstatement-plugins_20200505_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFCBAEBCgAsFiEEBLWdkN98wqvNSbrqyofp6CqsM/EFAl6xNNAOHGdxQGRlYmlh
bi5vcmcACgkQyofp6CqsM/GDLgf7B5PxWdEq/uxio79hwldnaPYhYV2zR202Nt6+
1ycAsP3Ui2yZ4rejfEU6Jp1xWfV3L0UGdOLfSfM7Ye1YgJPvua2dWMm5BbexJNF2
0uFF+oAFQgIdNlmIMO/xzSrIaQinKuX5Ul+LxIXd8kPBxSWAEkdbY8Sa3fHHfO7i
O3cLISqghH/KF35dnPO6a807A7DpF/3WN7YRCrSg7foAy4znQYY1KVSl++12rqHQ
Y11vurwqhsZ4agfqVz6ggSa+quR29rPdbBQCYyn6/DIRPUQl/r8pkq4pAFhWkOcl
utLtUQ5IgBFAegvKr9iSvZPzBagKOdCtBKUbJqc4Q3j1ruzsWg==
=n2g8
-----END PGP SIGNATURE-----
--- End Message ---