lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.5-4-g5b43857

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

python-stdnum branch master updated. 1.5-4-g5b43857



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  5b4385732f6b7d7b5959e742881e20d63ec58183 (commit)
       via  7d16ea5318bd0c3ce0606718c9e0a376cef3b023 (commit)
      from  dcde8f4f0dfbaba274d0ced7383b5a0809c11e48 (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=5b4385732f6b7d7b5959e742881e20d63ec58183

commit 5b4385732f6b7d7b5959e742881e20d63ec58183
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Dec 11 19:07:41 2016 +0100

    Remove unused import

diff --git a/stdnum/au/tfn.py b/stdnum/au/tfn.py
index 99b4b84..f4c1ab4 100644
--- a/stdnum/au/tfn.py
+++ b/stdnum/au/tfn.py
@@ -42,8 +42,6 @@ InvalidChecksum: ...
 '123 456 782'
 """
 
-import operator
-
 from stdnum.exceptions import *
 from stdnum.util import clean
 

http://arthurdejong.org/git/python-stdnum/commit/?id=7d16ea5318bd0c3ce0606718c9e0a376cef3b023

commit 7d16ea5318bd0c3ce0606718c9e0a376cef3b023
Author: Greg Kuwaye <gkuwaye@lyft.com>
Date:   Thu Dec 1 14:30:32 2016 -0800

    Add new 47 EIN prefix; fix duplicate 46; move 81
    
    47 appears to be a new Internet campus code. Prefix 46 was listed twice,
    once under the Philadelphia campus and again under the Internet campus.
    This error may be seen on the IRS website itself. The Wikipedia article
    on EIN (https://en.wikipedia.org/wiki/Employer_Identification_Number)
    does not have 46 listed twice. 81 has moved from the Philadelphia campus
    to the Internet campus.

diff --git a/stdnum/us/ein.dat b/stdnum/us/ein.dat
index e1a8e03..d4d72e0 100644
--- a/stdnum/us/ein.dat
+++ b/stdnum/us/ein.dat
@@ -4,10 +4,10 @@
 01,02,03,04,05,06,11,13,14,16,21,22,23,25,34,51,52,54,55,56,57,58,59,65 
campus="Brookhaven"
 10,12 campus="Andover"
 15,24 campus="Fresno"
-20,26,27,45,46 campus="Internet"
+20,26,27,45,46,47,81 campus="Internet"
 30,32,35,36,37,38,61 campus="Cincinnati"
 31 campus="Small Business Administration (SBA)"
-33,39,41,42,43,46,48,62,63,64,66,68,71,72,73,74,75,76,77,81,82,83,84,85,86,87,88,91,92,93,98,99
 campus="Philadelphia"
+33,39,41,42,43,48,62,63,64,66,68,71,72,73,74,75,76,77,82,83,84,85,86,87,88,91,92,93,98,99
 campus="Philadelphia"
 40,44 campus="Kansas City"
 50,53 campus="Austin"
 60,67 campus="Atlanta"

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

Summary of changes:
 stdnum/au/tfn.py  | 2 --
 stdnum/us/ein.dat | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)


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/