Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/nz
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong11 days1-11/+10
| | | | | | | | | | | | | | The Belgian bpost bank no longer has a registration and a few bank account numbers in the tests that used that bank were removed. Also updates the update/gs1_ai.py script to handle the new format of the data published by GS1. Also update the GS1-128 module to handle some different date formats. The Pakistan entry was kept in the stdnum/iban.dat file because the PDF version of the IBAN Registry still contains the country. fix db
* Update database filesArthur de Jong2023-08-201-22/+6
| | | | | | | | This also modifies the OUI update script because the website has changed to HTTPS and is sometimes very slow. The Belgian Commerzbank no longer has a registration and a bank account number in the tests used that bank.
* Update database filesArthur de Jong2022-11-131-3/+2
|
* Ensure we always run flake8-bugbearArthur de Jong2022-11-131-1/+1
| | | | | This assumes that we no longer use Python 2.7 for running the flake8 tests any more.
* Update database filesArthur de Jong2022-08-151-20/+18
|
* Use str.zfill() for padding leading zerosArthur de Jong2022-08-151-1/+1
|
* Put long line flake8 ignores in files instead of globallyArthur de Jong2022-08-131-1/+1
| | | | | | | | We have some long URLs in the code (mostly in docstrings) and wrapping them does not improve readability (and is difficult in docstrings) so the E501 ignore is now put inside each file instead of globally. Closes https://github.com/arthurdejong/python-stdnum/pull/302
* Update database filesArthur de Jong2021-10-031-81/+43
|
* Update database filesArthur de Jong2021-02-061-2/+3
|
* Update database filesArthur de Jong2021-01-111-26/+22
|
* Update database filesArthur de Jong2020-08-091-18/+17
|
* Add missing vat alias for New ZealandLeandro Regueiro2020-05-161-0/+3
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/202
* Update database filesArthur de Jong2020-01-181-18/+9
|
* Update database filesArthur de Jong2019-10-271-24/+15
| | | | | The BIC for some former Record Bank accounts (now ING Belgium) was changed from HBKABE22 to BBRUBEBB (that of ING).
* Add New Zealand IRD numberLeandro Regueiro2019-06-091-0/+102
| | | | | Closes https://github.com/arthurdejong/python-stdnum/pull/112 Closes https://github.com/arthurdejong/python-stdnum/issues/104
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-291-2/+2
| | | | | | | | | | | The problem with the latter is that it will also accept all kinds of unicode digits that are not the ASCII 0-9 digits causing all kinds of problems in check digit calculations. Some of these unicode characters are also considered digits by int() but some are not (such as the SUPERSCRIPT TWO unicode character). Closes https://github.com/arthurdejong/python-stdnum/issues/96
* Add New Zealand bank account numberArthur de Jong2019-03-103-0/+2516