diff options
-rw-r--r-- | docs/index.rst | 2 | ||||
-rwxr-xr-x | setup.py | 4 | ||||
-rw-r--r-- | stdnum/fr/nir.py | 4 | ||||
-rw-r--r-- | stdnum/fr/siren.py | 4 | ||||
-rw-r--r-- | stdnum/gb/nhs.py | 4 | ||||
-rw-r--r-- | stdnum/isil.py | 4 | ||||
-rw-r--r-- | stdnum/iso6346.py | 4 | ||||
-rw-r--r-- | stdnum/lv/pvn.py | 4 | ||||
-rw-r--r-- | stdnum/nl/brin.py | 4 | ||||
-rw-r--r-- | stdnum/us/ein.dat | 2 | ||||
-rw-r--r-- | tests/test_al_nipt.doctest | 4 |
11 files changed, 20 insertions, 20 deletions
diff --git a/docs/index.rst b/docs/index.rst index 56c6fc7..e56ceff 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ in different formats. It contains a large collection of number formats. Basically any number or code that has some validation mechanism available or some common formatting is eligible for inclusion in this library. -http://arthurdejong.org/python-stdnum/ +https://arthurdejong.org/python-stdnum/ Common Interface @@ -2,7 +2,7 @@ # setup.py - python-stdnum installation script # -# Copyright (C) 2010-2016 Arthur de Jong +# Copyright (C) 2010-2017 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 @@ -38,7 +38,7 @@ setup(name='python-stdnum', long_description=stdnum.__doc__, author='Arthur de Jong', author_email='arthur@arthurdejong.org', - url='http://arthurdejong.org/python-stdnum/', + url='https://arthurdejong.org/python-stdnum/', license='LGPL', classifiers=[ 'Development Status :: 5 - Production/Stable', diff --git a/stdnum/fr/nir.py b/stdnum/fr/nir.py index bf1206a..c9381b2 100644 --- a/stdnum/fr/nir.py +++ b/stdnum/fr/nir.py @@ -2,7 +2,7 @@ # coding: utf-8 # # Copyright (C) 2016 Dimitri Papadopoulos -# Copyright (C) 2016 Arthur de Jong +# Copyright (C) 2016-2017 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 @@ -33,7 +33,7 @@ the location of birth (COG), 3 for a serial and 2 check digits. More information: -* http://www.insee.fr/en/methodes/default.asp?page=definitions/nir.htm +* https://www.insee.fr/en/metadonnees/definition/c1409 * https://en.wikipedia.org/wiki/INSEE_code * http://resoo.org/docs/_docs/regles-numero-insee.pdf * https://fr.wikipedia.org/wiki/Numéro_de_sécurité_sociale_en_France diff --git a/stdnum/fr/siren.py b/stdnum/fr/siren.py index 543f428..ff06b69 100644 --- a/stdnum/fr/siren.py +++ b/stdnum/fr/siren.py @@ -1,7 +1,7 @@ # siren.py - functions for handling French SIREN numbers # coding: utf-8 # -# Copyright (C) 2012, 2013 Arthur de Jong +# Copyright (C) 2012-2017 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 @@ -44,7 +44,7 @@ from stdnum.util import clean # An online validation function is available but it does not provide an # automated entry point, has usage restrictions and seems to require # attribution to the service for any results used. -# http://avis-situation-sirene.insee.fr/ +# https://avis-situation-sirene.insee.fr/ def compact(number): diff --git a/stdnum/gb/nhs.py b/stdnum/gb/nhs.py index c1367e3..286d41d 100644 --- a/stdnum/gb/nhs.py +++ b/stdnum/gb/nhs.py @@ -1,6 +1,6 @@ # nhs.py - functions for handling United Kingdom NHS numbers # -# Copyright (C) 2016 Arthur de Jong +# Copyright (C) 2016-2017 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 @@ -28,7 +28,7 @@ More information: * https://en.wikipedia.org/wiki/NHS_number * http://www.nhs.uk/NHSEngland/thenhs/records/nhs-number/ -* http://systems.hscic.gov.uk/nhsnumber +* https://digital.nhs.uk/article/301/NHS-Number * http://www.datadictionary.nhs.uk/data_dictionary/attributes/n/nhs/nhs_number_de.asp >>> validate('943-476-5870') diff --git a/stdnum/isil.py b/stdnum/isil.py index ec1afd6..d16cc46 100644 --- a/stdnum/isil.py +++ b/stdnum/isil.py @@ -1,7 +1,7 @@ # isil.py - functions for handling identifiers for libraries and related # organizations # -# Copyright (C) 2011-2015 Arthur de Jong +# Copyright (C) 2011-2017 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 @@ -41,7 +41,7 @@ More information: * https://en.wikipedia.org/wiki/ISBT_128 * http://biblstandard.dk/isil/ -* http://www.iso.org/iso/catalogue_detail?csnumber=57332 +* https://www.iso.org/standard/57332.html >>> validate('IT-RM0267') 'IT-RM0267' diff --git a/stdnum/iso6346.py b/stdnum/iso6346.py index 1956dfc..6a60321 100644 --- a/stdnum/iso6346.py +++ b/stdnum/iso6346.py @@ -1,7 +1,7 @@ # iso6346.py - functions for handling ISO 6346 # # Copyright (C) 2014 Openlabs Technologies & Consulting (P) Limited -# Copyright (C) 2014 Arthur de Jong +# Copyright (C) 2014-2017 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 @@ -30,7 +30,7 @@ Container Bureau (BIC). More information: -* http://en.wikipedia.org/wiki/ISO_6346 +* https://en.wikipedia.org/wiki/ISO_6346 >>> validate('csqu3054383') 'CSQU3054383' diff --git a/stdnum/lv/pvn.py b/stdnum/lv/pvn.py index dbb3b00..e230c2f 100644 --- a/stdnum/lv/pvn.py +++ b/stdnum/lv/pvn.py @@ -1,7 +1,7 @@ # pvn.py - functions for handling Latvian PVN (VAT) numbers # coding: utf-8 # -# Copyright (C) 2012-2015 Arthur de Jong +# Copyright (C) 2012-2017 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 @@ -47,7 +47,7 @@ from stdnum.util import clean # validation functions are available on-line but it is not allowed # to perform automated queries: -# http://www6.vid.gov.lv/VID_PDB?aspxerrorpath=/vid_pdb/pvn.asp +# https://www6.vid.gov.lv/VID_PDB?aspxerrorpath=/vid_pdb/pvn.asp def compact(number): diff --git a/stdnum/nl/brin.py b/stdnum/nl/brin.py index 1975f77..bf9db25 100644 --- a/stdnum/nl/brin.py +++ b/stdnum/nl/brin.py @@ -1,6 +1,6 @@ # brin.py - functions for handling Brin numbers # -# Copyright (C) 2013 Arthur de Jong +# Copyright (C) 2013-2017 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 @@ -25,7 +25,7 @@ characters, sometimes extended with two digits to indicate the site (this complete code is called the vestigingsnummer). The register of these numbers can be downloaded from: -http://www.duo.nl/organisatie/open_onderwijsdata/databestanden/default.asp +https://www.duo.nl/open_onderwijsdata/databestanden/ >>> validate('05 KO') '05KO' diff --git a/stdnum/us/ein.dat b/stdnum/us/ein.dat index d4d72e0..0b6dd7a 100644 --- a/stdnum/us/ein.dat +++ b/stdnum/us/ein.dat @@ -1,5 +1,5 @@ # manually converted from the IRS website -# http://www.irs.gov/Businesses/Small-Businesses-&-Self-Employed/How-EINs-are-Assigned-and-Valid-EIN-Prefixes +# https://www.irs.gov/businesses/small-businesses-self-employed/how-eins-are-assigned-and-valid-ein-prefixes 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" diff --git a/tests/test_al_nipt.doctest b/tests/test_al_nipt.doctest index 786ebb7..471b432 100644 --- a/tests/test_al_nipt.doctest +++ b/tests/test_al_nipt.doctest @@ -1,6 +1,6 @@ test_al_nitp.doctest - more detailed doctests stdnum.al.nipt -Copyright (C) 2015 Arthur de Jong +Copyright (C) 2015-2017 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 @@ -26,7 +26,7 @@ This file contains more detailed doctests for the stdnum.al.nipt module. These have been found online and should all be valid numbers. There is also a validation service at -http://www.qkr.gov.al/nrc/kerko_per_subjekt.aspx +http://www.qkr.gov.al/kerko/kerko-ne-regjistrin-tregtar/kerko-per-subjekt/ >>> numbers = ''' ... |