lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.0-20-geac4d63

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

python-stdnum branch master updated. 1.0-20-geac4d63



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  eac4d634d6e1170cf79484b5df02dd12c9be9eab (commit)
       via  9934f76e9cd83be21c4663255ed70f46d34de5aa (commit)
      from  4d7163c689fd1a79fd28552ace915c0b09ba6efa (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 -----------------------------------------------------------------
http://arthurdejong.org/git/python-stdnum/commit/?id=eac4d634d6e1170cf79484b5df02dd12c9be9eab

commit eac4d634d6e1170cf79484b5df02dd12c9be9eab
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Apr 25 17:34:16 2015 +0200

    Add extra test for French TVA

diff --git a/stdnum/fr/tva.py b/stdnum/fr/tva.py
index dca4f49..c82ad82 100644
--- a/stdnum/fr/tva.py
+++ b/stdnum/fr/tva.py
@@ -1,7 +1,7 @@
 # tva.py - functions for handling French TVA numbers
 # coding: utf-8
 #
-# Copyright (C) 2012, 2013 Arthur de Jong
+# Copyright (C) 2012-2015 Arthur de Jong
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -37,6 +37,10 @@ InvalidChecksum: ...
 'K7399859412'
 >>> validate('4Z123456782')  # new-style number starting with digit
 '4Z123456782'
+>>> validate('IO334175221')   # the letters cannot by I or O
+Traceback (most recent call last):
+    ...
+InvalidFormat: ...
 """
 
 from stdnum.exceptions import *

http://arthurdejong.org/git/python-stdnum/commit/?id=9934f76e9cd83be21c4663255ed70f46d34de5aa

commit 9934f76e9cd83be21c4663255ed70f46d34de5aa
Author: P. Christeas <xrg@linux.gr>
Date:   Tue Oct 14 22:30:55 2014 +0300

    Change description of Greek FPA number
    
    In Greece, our VAT number is used as a generic "tax registration" num.
    Update the docstring to reflect that name.

diff --git a/stdnum/gr/vat.py b/stdnum/gr/vat.py
index 0a28f43..3510a35 100644
--- a/stdnum/gr/vat.py
+++ b/stdnum/gr/vat.py
@@ -18,7 +18,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301 USA
 
-"""FPA, ΦΠΑ (Foros Prostithemenis Aksias, the Greek VAT number).
+"""FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number).
 
 The FPA is a 9-digit number with a simple checksum.
 

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

Summary of changes:
 stdnum/fr/tva.py |    6 +++++-
 stdnum/gr/vat.py |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
python-stdnum
-- 
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/