Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kat-star-me/python-stdnum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arthurdejong/python-stdnum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 554 files changed
  • 6 contributors

Commits on Oct 26, 2025

  1. Validate first digit of Belgian VAT number

    Thanks to antonio-ginestar find pointing this out.
    
    Closes arthurdejong#488
    arthurdejong committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    7ca9b6c View commit details
    Browse the repository at this point in the history
  2. Mark more Romanian CNP county codes as valid

    According to
    https://ro.wikipedia.org/wiki/Carte_de_identitate_rom%C3%A2neasc%C4%83#Seriile_c%C4%83r%C8%9Bilor_de_identitate_(%C3%AEn_modelele_emise_%C3%AEnainte_de_2021)
    70 is used to represent any registration, regardless of county but while
    multiple documents claim 80-83 are also valid it is unclear what they
    represent.
    
    Closes arthurdejong#489
    arthurdejong committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    7a9b852 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Run flake8 with Python 3.13

    Python version 3.14 no longer works.
    arthurdejong committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    c7a7fd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2025

  1. Add DE Leitweg-ID

    holvitolv authored and arthurdejong committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    acda255 View commit details
    Browse the repository at this point in the history
  2. Add support for nace revision 2.1

    This makes revision 2.1 the default but still allows validating against
    version 2.0 using the revision argument.
    
    Closes arthurdejong#490
    KathrinM authored and arthurdejong committed Dec 28, 2025
    Configuration menu
    Copy the full SHA
    2cf475c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. Add Belgian OGM-VCS

    cedk authored and arthurdejong committed Dec 31, 2025
    Configuration menu
    Copy the full SHA
    d534b3c View commit details
    Browse the repository at this point in the history
  2. Add European Excise Number

    cedk authored and arthurdejong committed Dec 31, 2025
    Configuration menu
    Copy the full SHA
    1a254d9 View commit details
    Browse the repository at this point in the history
  3. Add accise - the French number for excise

    cedk authored and arthurdejong committed Dec 31, 2025
    Configuration menu
    Copy the full SHA
    a906a1e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Support Latvian personal codes issued after 2017

    These numbers no longer embed a birth date in the format.
    
    Closes arthurdejong#486
    arthurdejong committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    293136b View commit details
    Browse the repository at this point in the history
  2. Support the new Romanian ONRC format

    dotbit1 authored and arthurdejong committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    cd94bf1 View commit details
    Browse the repository at this point in the history
  3. Support new format for Brazilian CNPJ

    The new format allows letters as well as numbers to identify companies.
    
    Closes arthurdejong#484
    arthurdejong committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    d3ec3bd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. Add support for Senegal TIN

    unho authored and arthurdejong committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    dd22123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d332ee1 View commit details
    Browse the repository at this point in the history
  3. Update download URL of Belgian bank numbers

    This also changes the handling to prefer the English name over other
    names and handles another variant of not-applicable values.
    arthurdejong committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    e7afc61 View commit details
    Browse the repository at this point in the history
  4. Consistently pass a user agent for update scripts

    The scourge of AI bots is forcing more and more sites to block bots that
    don't set particular user agents.
    arthurdejong committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    a7fd300 View commit details
    Browse the repository at this point in the history
  5. Update database files

    arthurdejong committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    6070c60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97d8cae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7e900a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52d3162 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2026

  1. Update LGPL to latest 2.1 version

    This mostly replaces the FSF physical address with their web site.
    arthurdejong committed May 3, 2026
    Configuration menu
    Copy the full SHA
    5d4ad17 View commit details
    Browse the repository at this point in the history
Loading