|
| 1 | +2024-03-17 Arthur de Jong <arthur@arthurdejong.org> |
| 2 | + |
| 3 | + * [b454d3a] stdnum/at/postleitzahl.dat, stdnum/be/banks.dat, |
| 4 | + stdnum/cn/loc.dat, stdnum/gs1_128.py, stdnum/gs1_ai.dat, |
| 5 | + stdnum/iban.dat, stdnum/imsi.dat, stdnum/isbn.dat, stdnum/isil.dat, |
| 6 | + stdnum/nz/banks.dat, stdnum/oui.dat, tests/test_be_iban.doctest, |
| 7 | + update/gs1_ai.py: Update database files |
| 8 | + |
| 9 | + The Belgian bpost bank no longer has a registration and a few |
| 10 | + bank account numbers in the tests that used that bank were removed. |
| 11 | + |
| 12 | + Also updates the update/gs1_ai.py script to handle the new format |
| 13 | + of the data published by GS1. Also update the GS1-128 module to |
| 14 | + handle some different date formats. |
| 15 | + |
| 16 | + The Pakistan entry was kept in the stdnum/iban.dat file because |
| 17 | + the PDF version of the IBAN Registry still contains the country. |
| 18 | + |
| 19 | + fix db |
| 20 | + |
| 21 | +2024-03-17 Arthur de Jong <arthur@arthurdejong.org> |
| 22 | + |
| 23 | + * [97dbced] tox.ini: Add update-dat tox target for convenient data |
| 24 | + file updating |
| 25 | + |
| 26 | +2024-03-17 Arthur de Jong <arthur@arthurdejong.org> |
| 27 | + |
| 28 | + * [26fd25b] setup.cfg, update/cfi.py, update/nz_banks.py, |
| 29 | + update/requirements.txt: Switch to using openpyxl for parsing |
| 30 | + XLSX files |
| 31 | + |
| 32 | + The xlrd has dropped support for parsing XLSX files. We still |
| 33 | + use xlrd for update/be_banks.py because they use the classic |
| 34 | + XLS format and openpyxl does not support that format. |
| 35 | + |
| 36 | +2024-03-17 Arthur de Jong <arthur@arthurdejong.org> |
| 37 | + |
| 38 | + * [9230604] stdnum/za/idnr.py: Use HTTPS in URLs where possible |
| 39 | + |
| 40 | +2024-02-27 Atul Deolekar <atul.deolekar@gmail.com> |
| 41 | + |
| 42 | + * [7cba469] stdnum/in_/vid.py: Add Indian virtual identity number |
| 43 | + |
| 44 | + Closes https://github.com/arthurdejong/python-stdnum/pull/428 |
| 45 | + |
| 46 | +2024-03-17 Arthur de Jong <arthur@arthurdejong.org> |
| 47 | + |
| 48 | + * [bb20121] stdnum/ua/edrpou.py, tests/test_ua_edrpou.doctest: |
| 49 | + Fix Ukrainian EDRPOU check digit calculation |
| 50 | + |
| 51 | + This fixes the case where the weighted sum woud be 10 which |
| 52 | + should result in a check digit of 0. |
| 53 | + |
| 54 | + Closes https://github.com/arthurdejong/python-stdnum/issues/429 |
| 55 | + |
| 56 | +2023-12-15 Kevin Dagostino <kevin@tonkworks.com> |
| 57 | + |
| 58 | + * [9c7c669] stdnum/fr/nif.py: Imporve French NIF validation |
| 59 | + (checksum) |
| 60 | + |
| 61 | + The last 3 digits are a checksum. % 511 |
| 62 | + https://ec.europa.eu/taxation_customs/tin/specs/FS-TIN%20Algorithms-Public.docx |
| 63 | + |
| 64 | + Closes https://github.com/arthurdejong/python-stdnum/pull/426 |
| 65 | + |
| 66 | +2024-02-03 Arthur de Jong <arthur@arthurdejong.org> |
| 67 | + |
| 68 | + * [1e412ee] stdnum/vatin.py, tests/test_vatin.doctest: Fix vatin |
| 69 | + number compacting for "EU" VAT numbers |
| 70 | + |
| 71 | + Thanks Davide Walder for finding this. |
| 72 | + |
| 73 | + Closes https://github.com/arthurdejong/python-stdnum/issues/427 |
| 74 | + |
| 75 | +2023-11-19 Daniel Weber <weberdk01@gmail.com> |
| 76 | + |
| 77 | + * [2535bbf] stdnum/eu/ecnumber.py, tests/test_eu_ecnumber.doctest: |
| 78 | + Add European Community (EC) Number |
| 79 | + |
| 80 | + Closes https://github.com/arthurdejong/python-stdnum/pull/422 |
| 81 | + |
| 82 | +2023-10-20 Ömer Boratav <omerboratav@gmail.com> |
| 83 | + |
| 84 | + * [2478483] stdnum/ca/bc_phn.py: Add British Columbia PHN |
| 85 | + |
| 86 | + Closes https://github.com/arthurdejong/python-stdnum/pull/421 |
| 87 | + |
| 88 | +2023-11-12 Arthur de Jong <arthur@arthurdejong.org> |
| 89 | + |
| 90 | + * [58d6283] stdnum/ro/cf.py, tests/test_eu_vat.doctest: Ensure EU |
| 91 | + VAT numbers don't accept duplicate country codes |
| 92 | + |
| 93 | +2023-11-12 Arthur de Jong <arthur@arthurdejong.org> |
| 94 | + |
| 95 | + * [1a5db1f] stdnum/de/vat.py: Fix typo (thanks Александр |
| 96 | + Кизеев) |
| 97 | + |
| 98 | +2023-10-02 Arthur de Jong <arthur@arthurdejong.org> |
| 99 | + |
| 100 | + * [352bbcb] .github/workflows/test.yml, setup.py, tox.ini: Add |
| 101 | + support for Python 3.12 |
| 102 | + |
| 103 | +2023-08-20 Arthur de Jong <arthur@arthurdejong.org> |
| 104 | + |
| 105 | + * [fa455fc] ChangeLog, NEWS, README.md, docs/index.rst, |
| 106 | + docs/stdnum.be.bis.rst, docs/stdnum.eg.tn.rst, |
| 107 | + docs/stdnum.es.postal_code.rst, docs/stdnum.eu.oss.rst, |
| 108 | + docs/stdnum.gn.nifp.rst, docs/stdnum.si.maticna.rst, |
| 109 | + stdnum/__init__.py: Get files ready for 1.19 release |
| 110 | + |
1 | 111 | 2023-08-20 Arthur de Jong <arthur@arthurdejong.org> |
2 | 112 |
|
3 | 113 | * [3191b4c] MANIFEST.in: Ensure all files are included in source |
|
0 commit comments