ktoblzupdate segfaults if $HOME/.local/share does not exist
cmake: fix syntax error
Release version 1.59
Fix building with MinGW 12
cmake: Added support for python related variables with ‘3’ suffix when cross-compiling
cmake: add support for finding python when cross compiling
cmake: drop python2 support as it is eol
Remove support for creating bankdata files
Fix building with Mingw 12
Fix 'Fails to build without network access'
src/lib/ktoblzcheck.cc:201: exit(1); src/lib/ktoblzcheck.cc:206: exit(1); src/lib/ktoblzcheck.cc:233: exit(1); These references are in constructor of class AccountNumberCheck, where a different approach is required. src/lib/ktoblzcheck.cc:250: exit(1); src/lib/ktoblzcheck.cc:261: exit(1); src/lib/ktoblzcheck.cc:267: exit(1); These locations are in AccountNumberCheck::createChecker(), which should return a null pointer instead.
Fix "Download .xlsx file name is changed"
Download .xlsx file name is changed
cmake: Make downloading raw data optional
cmake: Update url for BIC data from the Netherlands
Ignore invalid lines when processing BIC data from the Netherlands
Readme.md: remove obsolete reference to development package
Adjut filename for download sepa data
cmake: add website link for related page where the mentioned file is listed
cmake: add website link for related page where the xls file is mentioned
Release version 1.58
cmake: drop obsolete support for finding python development package
This issue is also tracked in the Debian bug tracker here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084790
I just discovered that part of the problem is that ENABLE_BANKDATA_DOWNLOAD doesn't work as intended. In case it is set to 0, internet is still accessed to determine some date. I've created the attached patch to fix the issue (by parsing the date from the already downloaded bankdata file instead).
Some debugging later: The second argument to get_filename_component is empty in my case.
Fails to build without network access
Let filename of downloaded raw sepa file honor valid date range.
Filename of download sepa data file does not honor valid range
bankdata databases does not contain a valid end date
Let filename of downloaded raw bankdata file honor valid date range.
Store valid end date in german bankdata database file
bankdata databases does not contain a valid end date
bankdata databases does not contain a valid end date
Filename of download german banks file does not honor valid range
bankdata databases does not contain a valid end date
Let ktoblzupdate be more verbose
Let ktoblzupdate be more verbose
ktoblzupdate: Print location where the database is saved
Let ktoblzupdate be more verbose
doxygen warns about ignoring unsupported tag
Fixed with bug 17
code beautifier does not find any files
uncrustify reported unsupported option "align_number_left=false"
src/lib/algorithms.cc is not utf-8 encoded
Could not fetch german bankdata file
test-python fails with actual data
doxygen warns about ignoring unsupported tag
Could not find sqlite development package with cmake 3.10
German bankdata files could not be downloaded
build system of ktoblzcheck fails to generate database for netherlands
Python 3.12 support - cdll.ktoblzcheck now raises AttributeError
Missing test bank database for testing methods
Building fails on generating target 'bankdata_db'
Python unit tests are broken when run with Python 3
ktoblzcheck is not able to find bank data files on Windows
In Linux, KtoBlzCheck 1.50 does not find bank data
KtoBlzCheck doesn't compile without Python support
KtoBlzCheck doesn't compile without Python support
ktoblzcheck library calls exit(), which is strongly discouraged
Release version 1.57
cmake: use cpack to create source package
cmake: remove unused code
Add generated data
Remove unused script
cmake: fix file path
cmake: remove obsolete code
Rename bankdata.py to germany.py to unify script naming
Add missing files
Moved from ktoblzcheck project
Release version 1.56
Fix warnings in doxygen config file
cmake: make finding present files more robust with multiple files
Update configuration file with doxygen version 1.11
Fix downloading of german bank data
Doxygen 1.11 complains about obsolete tags
German bankdata files could not be downloaded
German bankdata files could not be downloaded
Release version 1.55
Fix bug using broken python module xlrd
Hi, Same build error here on Mageia Cauldron!
The reason is that that the used python module xlrd does not support reading xlsx files anymore as stated at https://pypi.org/project/xlrd/.
build system of ktoblzcheck fails to generate database for netherlands