lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.11-41-gd43ad77

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.11-41-gd43ad77



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  d43ad77007cf1f4703ac5eba64894fbefd7ca3de (commit)
       via  e5d7d9fd152b285ba44631a70eabd72015e4753d (commit)
      from  37e603204b0a43bc1debb421ffd2da280be4343c (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=d43ad77007cf1f4703ac5eba64894fbefd7ca3de

commit d43ad77007cf1f4703ac5eba64894fbefd7ca3de
Author: Andreas Häber <andreas.haber@puzzel.com>
Date:   Fri Sep 27 12:06:52 2019 +0200

    IS: Provide personalid as an alias from kennitala

diff --git a/stdnum/is_/__init__.py b/stdnum/is_/__init__.py
index 06abca8..ef06147 100644
--- a/stdnum/is_/__init__.py
+++ b/stdnum/is_/__init__.py
@@ -20,5 +20,6 @@
 
 """Collection of Icelandic numbers."""
 
-# provide vat as an alias
+# provide aliases
+from stdnum.is_ import kennitala as personalid  # noqa: F401
 from stdnum.is_ import vsk as vat  # noqa: F401

https://arthurdejong.org/git/python-stdnum/commit/?id=e5d7d9fd152b285ba44631a70eabd72015e4753d

commit e5d7d9fd152b285ba44631a70eabd72015e4753d
Author: Andreas Häber <andreas.haber@puzzel.com>
Date:   Fri Sep 27 12:05:30 2019 +0200

    DK: Provide personalid as an alias from cpr

diff --git a/stdnum/dk/__init__.py b/stdnum/dk/__init__.py
index 92d595c..4298d22 100644
--- a/stdnum/dk/__init__.py
+++ b/stdnum/dk/__init__.py
@@ -20,5 +20,6 @@
 
 """Collection of Danish numbers."""
 
-# provide vat as an alias
+# provide aliases
+from stdnum.dk import cpr as personalid  # noqa: F401
 from stdnum.dk import cvr as vat  # noqa: F401

-----------------------------------------------------------------------

Summary of changes:
 stdnum/dk/__init__.py  | 3 ++-
 stdnum/is_/__init__.py | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
python-stdnum