python-stdnum branch master updated. 1.17-53-ga03ac04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.17-53-ga03ac04
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.17-53-ga03ac04
- Date: Sun, 13 Nov 2022 13:12:14 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via a03ac04e75bfc40e3f206405b872bbe9e61039d6 (commit)
from 8e76cd289c5278e03dd502a37d5cb7506f3c3d0e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=a03ac04e75bfc40e3f206405b872bbe9e61039d6
commit a03ac04e75bfc40e3f206405b872bbe9e61039d6
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Nov 12 18:26:40 2022 +0100
Use HTTPS in URLs where possible
diff --git a/stdnum/cz/bankaccount.py b/stdnum/cz/bankaccount.py
index 76169a6..a802642 100644
--- a/stdnum/cz/bankaccount.py
+++ b/stdnum/cz/bankaccount.py
@@ -30,7 +30,7 @@ The final 4 digits represent the bank code.
More information:
*
https://www.penize.cz/osobni-ucty/424173-tajemstvi-cisla-uctu-klicem-pro-banky-je-11
-* http://www.zlatakoruna.info/zpravy/ucty/cislo-uctu-v-cr
+* https://www.zlatakoruna.info/zpravy/ucty/cislo-uctu-v-cr
>>> validate('34278-0727558021/0100')
'034278-0727558021/0100'
diff --git a/stdnum/es/referenciacatastral.py b/stdnum/es/referenciacatastral.py
index 8d5ee1f..2d8cafa 100644
--- a/stdnum/es/referenciacatastral.py
+++ b/stdnum/es/referenciacatastral.py
@@ -32,8 +32,8 @@ differently for urban, non-urban or special (infrastructure)
cases.
More information:
-* http://www.catastro.meh.es/esp/referencia_catastral_1.asp (Spanish)
-* http://www.catastro.meh.es/documentos/05042010_P.pdf (Spanish)
+* https://www.catastro.meh.es/ (Spanish)
+* https://www.catastro.meh.es/documentos/05042010_P.pdf (Spanish)
* https://es.wikipedia.org/wiki/Catastro#Referencia_catastral
>>> validate('7837301-VG8173B-0001 TT') # Lanteira town hall
diff --git a/stdnum/lei.py b/stdnum/lei.py
index 376fd47..057404b 100644
--- a/stdnum/lei.py
+++ b/stdnum/lei.py
@@ -28,7 +28,7 @@ are often 0, 13 digits to identify the organisation and 2
check digits.
More information:
* https://en.wikipedia.org/wiki/Legal_Entity_Identifier
-* http://www.lei-lookup.com/
+* https://www.lei-lookup.com/
* https://www.gleif.org/
* http://openleis.com/
diff --git a/stdnum/nl/bsn.py b/stdnum/nl/bsn.py
index c3b3583..41047e4 100644
--- a/stdnum/nl/bsn.py
+++ b/stdnum/nl/bsn.py
@@ -28,7 +28,7 @@ More information:
* https://en.wikipedia.org/wiki/National_identification_number#Netherlands
* https://nl.wikipedia.org/wiki/Burgerservicenummer
-* http://www.burgerservicenummer.nl/
+* https://www.burgerservicenummer.nl/
>>> validate('1112.22.333')
'111222333'
-----------------------------------------------------------------------
Summary of changes:
stdnum/cz/bankaccount.py | 2 +-
stdnum/es/referenciacatastral.py | 4 ++--
stdnum/lei.py | 2 +-
stdnum/nl/bsn.py | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.17-53-ga03ac04,
Commits of the python-stdnum project