Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps python-stdnum from 1.14 to 1.18.

Release notes

Sourced from python-stdnum's releases.

1.18

changes from 1.17 to 1.18

  • Add modules for the following number formats:

    • NN, NISS (Belgian national number) (thanks Cédric Krier)
    • CFI (ISO 10962 Classification of Financial Instruments)
    • Czech bank account number (thanks Petr Přikryl)
    • NIF, sometimes N.I.F. (Numéro d'Identification Fiscale, Algeria tax number) (thanks Leandro Regueiro)
    • V-number (Vinnutal, Faroe Islands tax number) (thanks Leandro Regueiro)
    • TIN (Taxpayer Identification Number, Ghana tax number) (thanks Leandro Regueiro)
    • PIN (Personal Identification Number, Kenya tax number) (thanks Leandro Regueiro)
    • ICE (Identifiant Commun de l’Entreprise, التعريف الموحد للمقاولة, Morocco tax number) (thanks Leandro Regueiro)
    • PIB (Poreski Identifikacioni Broj, Montenegro tax number) (thanks Leandro Regueiro)
    • ЕДБ (Едниствен Даночен Број, North Macedonia tax number) (thanks Leandro Regueiro)
    • CNIC number (Pakistani Computerised National Identity Card number) (thanks Syed Haseeb Shah)
    • Enotna matična številka občana (Unique Master Citizen Number) (thanks Blaž Bregar)
    • MF (Matricule Fiscal, Tunisia tax number) (thanks Leandro Regueiro)
  • Fix disabling check digit validation of Mexican CURP (thanks guyskk)

  • Support special validation of La Post SIRET (thanks BIGBen99 and Cédric Krier)

  • Fix support for "I" and "O" in CUSIP number (thanks Thomas Kavanagh)

  • Calculate ISO 7064 Mod 97, 10 check digits in the range 02-98 for IBAN (thanks David Svenson)

  • Fix German OffeneRegister lookups (change of URL and of data structure)

  • Add extra court alias for Berlin in German Handelsregisternummer (thanks Romuald R)

  • Ensure certificate for the Belarus VAT number check_nalog() lookup is included

  • Support parsing incomplete dates in GS1-128 (thanks Alexis de Lattre)

  • Improve validation of CAS Registry Number

  • Typo fixes (thanks Vladimir and Dimitri Papadopoulos)

  • Add a check_uid() function to the stdnum.ch.uid module

  • All validation exceptions should now inherit from ValueError

  • Switch from nose to pytest as test runner

1.17

changes from 1.16 to 1.17

  • Add modules for the following number formats:

    • EPIC (Electoral Photo Identity Card, Indian Voter ID) (thanks Gaurav Chauhan)
    • GSTIN (Goods and Services Tax identification number, Indian VAT number) (thanks Gaurav Chauhan)
    • ISRC (International Standard Recording Code) (thanks Nuno André)
    • CC (Número de Cartão de Cidadão, Portuguese Identity number) (thanks David Vaz)
    • Postcode (the Swedish postal code) (thanks Michele Ciccozzi)

... (truncated)

Commits
  • 60a90ed Get files ready for 1.18 release
  • 31b2694 Update database files
  • f691bf7 Update German OffeneRegister lookup data format
  • 5cdef0d Increase timeout for CN Open Data download
  • 580d6e0 Pick up custom certificate from script path
  • 7348c7a vatin: Add a few more tests for is_valid
  • fa62ea3 Add Pakistani ID card number
  • feccaff Add support for Slovenian EMŠO (Unique Master Citizen Number)
  • 74cc981 Ensure we always run flake8-bugbear
  • a03ac04 Use HTTPS in URLs where possible
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-stdnum](https://github.com/arthurdejong/python-stdnum) from 1.14 to 1.18.
- [Release notes](https://github.com/arthurdejong/python-stdnum/releases)
- [Changelog](https://github.com/arthurdejong/python-stdnum/blob/master/ChangeLog)
- [Commits](arthurdejong/python-stdnum@1.14...1.18)

---
updated-dependencies:
- dependency-name: python-stdnum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant