python-stdnum branch master updated. 1.10-25-g61a8a94
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.10-25-g61a8a94
- 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
- Subject: python-stdnum branch master updated. 1.10-25-g61a8a94
- Date: Sun, 10 Mar 2019 17:34:54 +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 61a8a94146ea9bc03fa94af44957b14ad673dc49 (commit)
via 151e0d8a03c7e65cf7802b8be4f0b8bf3e4f90fe (commit)
from 3f953f39ba884d9a90adc15459a7cb88bd8dceb4 (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=61a8a94146ea9bc03fa94af44957b14ad673dc49
commit 61a8a94146ea9bc03fa94af44957b14ad673dc49
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Wed Feb 27 22:59:32 2019 +0100
Add documentation
diff --git a/stdnum/ee/ik.py b/stdnum/ee/ik.py
index c21e1ac..eded9e5 100644
--- a/stdnum/ee/ik.py
+++ b/stdnum/ee/ik.py
@@ -25,6 +25,10 @@ The number consists of 11 digits: the first indicates the
gender and century
the person was born in, the following 6 digits the birth date, followed by a
3 digit serial and a check digit.
+More information:
+
+* https://www.riigiteataja.ee/akt/106032012004
+
>>> validate('36805280109')
'36805280109'
>>> validate('36805280108') # incorrect check digit
https://arthurdejong.org/git/python-stdnum/commit/?id=151e0d8a03c7e65cf7802b8be4f0b8bf3e4f90fe
commit 151e0d8a03c7e65cf7802b8be4f0b8bf3e4f90fe
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Thu Dec 27 17:35:43 2018 +0100
Remove broken link
diff --git a/stdnum/ar/cbu.py b/stdnum/ar/cbu.py
index 7339eba..14d0e25 100644
--- a/stdnum/ar/cbu.py
+++ b/stdnum/ar/cbu.py
@@ -28,7 +28,6 @@ identifier and another check digit.
More information:
* https://es.wikipedia.org/wiki/Clave_Bancaria_Uniforme
-* http://www.clientebancario.gov.ar/mediospago/mp080000.asp
>>> validate('2850590940090418135201')
'2850590940090418135201'
-----------------------------------------------------------------------
Summary of changes:
stdnum/ar/cbu.py | 1 -
stdnum/ee/ik.py | 4 ++++
2 files changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
python-stdnum
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 1.10-25-g61a8a94,
Commits of the python-stdnum project