File: changelog

package info (click to toggle)
python-stdnum 1.16-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,652 kB
  • sloc: python: 8,088; javascript: 6,995; makefile: 11
file content (688 lines) | stat: -rw-r--r-- 31,336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
python-stdnum (1.16-1+deb11u1) bullseye; urgency=medium

  * Team upload.
  [ Arthur de Jong ]
  * Update Fødselsnummer test case for date in future. Closes: #1022311.

 -- Santiago Vila <sanvila@debian.org>  Sun, 23 Jun 2024 15:35:00 +0200

python-stdnum (1.16-1) unstable; urgency=medium

  * New upstream release:
    - Support XI country code for Northern Ireland VAT numbers
      (thanks Alexis de Lattre)
    - Switch data source for Austrian postal codes
      (thanks Bernd Schlapsi)
    - Fix Belarus VAT number online lookup

 -- Arthur de Jong <adejong@debian.org>  Sat, 06 Feb 2021 17:52:07 +0100

python-stdnum (1.15-1) unstable; urgency=medium

  [ Arthur de Jong ]
  * New upstream release:
    - Add modules for the following number formats:
      - CUI or CIF (Codul Unic de Înregistrare, Romanian company identifier)
      - PEID (Liechtenstein tax code for individuals and entities)
        (thanks Matthias Schmid)
      - ЄДРПОУ, EDRPOU (Identifier for enterprises and organizations in
        Ukraine) (thanks Leandro Regueiro)
      - РНОКПП, RNTRC (Individual taxpayer registration number in Ukraine)
        (thanks Leandro Regueiro)
    - Make list of EU member states part of public API
    - Retain RO prefix in Romanian VAT numbers
    - Support international VAT numbers that are only valid with country
      prefix
    - Expanded validation for Belgian VAT numbers
    - Use ABN as Australian VAT number
    - Remove GB from EU member states
  * Update debian/watch version
  * Specify Rules-Requires-Root: no
  * Upgrade to standards-version 4.5.1 (no changes needed)
  * Update debian/copyright

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

 -- Arthur de Jong <adejong@debian.org>  Wed, 13 Jan 2021 23:21:29 +0100

python-stdnum (1.14-1) unstable; urgency=medium

  * New upstream release:
    - Add modules for the following number formats:
      - УНП, UNP (Учетный номер плательщика, the Belarus VAT number)
      - AIC (Italian code for identification of drugs)
        (thanks Fabrizio Montanari)
      - Company Number (מספר חברה, or short ח.פ. Israeli company number)
        (thanks Leandro Regueiro)
      - NIT (Número de Identificación Tributaria, El Salvador tax number)
        (thanks Leandro Regueiro)
      - USCC (Unified Social Credit Code, 统一社会信用代码, China tax number)
        (thanks Leandro Regueiro)
      - UEN (Singapore's Unique Entity Number) (thanks Leandro Regueiro)
      - BRN (사업자 등록 번호, South Korea Business Registration Number)
        (thanks Leandro Regueiro)
      - MST (Mã số thuế, Vietnam tax number) (thanks Leandro Regueiro)
      - NPWP (Nomor Pokok Wajib Pajak, Indonesian VAT Number)
        (thanks Leandro Regueiro)
      - UBN (Unified Business Number, 統一編號, Taiwanese tax number)
        (thanks Leandro Regueiro)
      - UTR (United Kingdom Unique Taxpayer Reference) (thanks Mohammed Salman)
      - ONRC (Ordine din Registrul Comerţului, Romanian Trade Register
        identifier) (thanks dotbit1)
      - GS1-128 (Standard to encode product information in Code 128 barcodes)
        (thanks Sergi Almacellas Abellana)
      - VATIN (International value added tax identification number)
        (thanks Leandro Regueiro)
    - Fix missing Dominican Republic NCF document types (thanks Gustavo
      Valverde)
    - Fix issue with extra plus or minus in Swedish Personnummer
      (thanks balderman)
    - Update Dominican Republic DGII endpoint (thanks Gustavo Valverde)
    - Support validating temporary Finnish personal identity codes
      (thanks Aleksi Hoffman)
    - Fix misleading docstring in se.personnummer.get_birth_date()
      (thanks Leon Sandøy)
    - Improve birth date validation in Danish CPR (thanks Leon Sandøy)
    - Add birth date validating in Norwegian Fødselsnummer (thanks Leon Sandøy)
    - Add missing vat aliases for a number of countries (thanks Leandro
      Regueiro)
    - Use HTTPS instead of HTTP fox VIES lookups (thanks grzekru)
    - Switch to HTTPS URLs where possible
    - Support 6 as third digit in Ecuadorian CI (thanks Christopher Ormaza)
    - Add an online check for South Korean BRN
    - Fix unescaping in Dominican Republic RNC online check (thanks evaldez89)
    - Support foreign residents for Romanian CNP (thanks dotbit1)
  * Update debhelper compatibility level to 13
  * Upgrade to standards-version 4.5.0 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Sun, 09 Aug 2020 19:37:02 +0200

python-stdnum (1.13-1) unstable; urgency=medium

  * New upstream release:
    - Add modules for the following number formats:
      - ESR, ISR, QR-reference (reference number on Swiss payment slips)
      - ID number (South African Identity Document number)
    - Add format function for ISO 11649 numbers
    - Add support for Python 3.8
    - Clarify that the Italian Codice Fiscale can also be the IVA for
      companies
    - Support the new Dutch btw-identificatienummer
    - Extend test for Argentinian CUIT to check first two digits
    - Add more country codes to ISIN
  * Update debian/copyright

 -- Arthur de Jong <adejong@debian.org>  Sun, 19 Jan 2020 15:19:58 +0100

python-stdnum (1.12-1) unstable; urgency=medium

  [ Arthur de Jong ]
  * New upstream release:
    - Add modules for the following number formats:
      - NRT (Número de Registre Tributari, Andorra tax number)
      - CPF (Cédula de Persona Física, Costa Rica physical person ID number)
      - CPJ (Cédula de Persona Jurídica, Costa Rica tax number)
      - CR (Cédula de Residencia, Costa Rica foreigners ID number)
      - NIT (Número de Identificación Tributaria, Guatemala tax number)
      - Identity Number (Mispar Zehut, מספר זהות, Israeli identity number)
      - CN (法人番号, hōjin bangō, Japanese Corporate Number)
      - RRN (South Korean resident registration number)
      - IRD number (New Zealand Inland Revenue Department (Te Tari Tāke) number)
      - CUI (Cédula Única de Identidad, Peruvian identity number)
      - RUC (Registro Único de Contribuyentes, Peruvian company tax number)
      - RUC number (Registro Único de Contribuyentes, Paraguay tax number)
      - VKN (Vergi Kimlik Numarası, Turkish tax identification number)
      - RUT (Registro Único Tributario, Uruguay tax number)
      - RIF (Registro de Identificación Fiscal, Venezuelan VAT number)
      - TIN (South African Tax Identification Number)
    - Support GTIN (EAN-14) validation as part of EAN
    - Support Dominican Republic e-CF within NCF
    - Fix Dominican Republic DGII lookups of NCF
    - Fix German Handelsregisternummer to not confuse Hamburg with Homburg
      and to accept shorter numbers
    - Support lookups of German Handelsregisternummer in OffeneRegister.de web
      service
    - Handle - and + sign correctly in Swedish Personnummer
    - Provide various personalid and vat aliases for existing numbers
    - Improve descriptions of Spanish codes
    - Fix handling and normalisation of various Unicode digit representations
  * Add ${sphinxdoc:Depends} to python-stdnum-doc Depends

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

 -- Arthur de Jong <adejong@debian.org>  Sat, 02 Nov 2019 17:40:41 +0100

python-stdnum (1.11-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.

  [ Sandro Tosi ]
  * Team upload.
  * Drop Python 2 support

 -- Sandro Tosi <morph@debian.org>  Fri, 23 Aug 2019 21:07:45 -0400

python-stdnum (1.11-1) unstable; urgency=medium

  * New upstream release:
    - Add modules for the following number formats:
      - DNI (Documento Nacional de Identidad, Argentinian national ID)
      - VNR, SVNR, VSNR (Versicherungsnummer, Austrian social security number)
      - NI (Número de identidad, Cuban identity card numbers)
      - AMKA (Αριθμός Μητρώου Κοινωνικής Ασφάλισης, Greek social security
        number)
      - Asmens kodas (Lithuanian, personal numbers)
      - MAC address (Media Access Control address)
      - IDNO (Moldavian company identification number)
      - CURP (Clave Única de Registro de Población, Mexican personal ID)
      - Fødselsnummer (Norwegian birth number, the national identity number)
      - New Zealand bank account number
      - Personnummer (Swedish personal identity number)
    - Change Dominican Republic DGII check URL to HTTPS
    - Support Ecuadorian Cedula and RUC of foreigners
    - Add format() function for Argentinian CUIT number
    - Support passing formatted numbers to all get_birth_date() and similar
      functions
    - Handle Dominican Republic DGII lookup returning multiple entities
  * Update debian/copyright
  * Upgrade to standards-version 4.3.0 (no changes needed)
  * Make signing key minimal (thanks lintian)
  * Update package description

 -- Arthur de Jong <adejong@debian.org>  Sun, 10 Mar 2019 22:10:03 +0100

python-stdnum (1.10-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs

  [ Arthur de Jong ]
  * New upstream release:
    - Add modules for the following number formats:
      - Bitcoin address
      - ISO 11649 (Structured Creditor Reference)
      - ID number (Mauritian national identifier)
      - Norwegian IBAN (International Bank Account Number)
      - Konto nr. (Norwegian bank account number)
    - Fix a bug in handling of Mexican tax numbers
    - Improve Spanish CIF and NIF validation
    - Update Dominican Republic NCF numbers online check
    - Improve Unicode conversion for bytestrings
    - Improvements to some corner cases in IBAN validation
    - Documentation improvements
    - Add stdnum.ru.vat as an alias for stdnum.ru.inn
  * Switch to using debian/master branch
  * Upgrade to standards-version 4.2.1 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Fri, 19 Oct 2018 13:48:48 +0200

python-stdnum (1.9-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Arthur de Jong ]
  * New upstream release:
    - add modules for the following number formats:
      - Postleitzahl (Austrian postal code)
      - Abgabenkontonummer (Austrian tax identification number)
      - Belgian IBAN (International Bank Account Number)
      - Handelsregisternummer (German company register number)
      - St.-Nr. (Steuernummer, German tax number)
      - FIGI (Financial Instrument Global Identifier)
      - Montenegro IBAN (International Bank Account Number)
    - Have documentation rebuilt reproducibly (thanks Chris Lamb)
      (closes: #886522)
    - Allow configuring the SOAP request timeout
    - Support spaces in ISO 9362 (SWIFT) BIC codes
    - Add check_dgii() to stdnum.do.cedula module
    - Add validation for "individual" part of hetu (thanks Esa Halsti)
    - Support new style of Dominican Republic NCF numbers
    - Fix issue when using PySimpleSOAP for DGII lookups
    - Fix an issue in splitting certain IMSI values
    - Support building a universal wheel
    - Documentation and code style improvements
  * Update package description
  * Upgrade to standards-version 4.1.4 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Sat, 14 Apr 2018 20:58:09 +0200

python-stdnum (1.8.1-1) unstable; urgency=medium

  * New upstream release:
    - add modules for the following number formats:
     - NCF (Números de Comprobante Fiscal, Dominican Republic receipt number)
     - Euro banknote serial numbers
     - CAS RN (Chemical Abstracts Service Registry Number)
     - Aadhaar (Indian digital resident personal identity number)
       (thanks Srikanth Lakshmanan)
     - PAN (Permanent Account Number, Indian income tax identifier)
       (thanks Srikanth Lakshmanan)
    - add functions for using the Dominican Republic DGII web service to
      validate and search for RNC and NCF numbers
    - add/update whitelists for Dominican Republic RNC and Cedula
    - support zeep as preferred SOAP library (suds and pysimplesoap are tried
      as fallback)
    - rename stdnum.iso9362 to stdnum.bic (iso9362 is deprecated but still
      available for compatibility)
    - add tests for web services (not normally run to avoid unnecessary load)
    - fixes and improvement to the sample online validation service
  * Use Python3 version to build Sphinx documentation
  * Update package description with all formats
  * Upgrade to standards-version 4.1.3 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Sat, 06 Jan 2018 19:28:23 +0100

python-stdnum (1.7-1) unstable; urgency=medium

  * New upstream release:
     - add modules for the following number formats:
      - BN (Canadian Business Number)
      - SIN (Canadian Social Insurance Number)
      - IdNr (Steuerliche Identifikationsnummer, German personal tax number)
        (thanks Mohammed Salman of Holvi)
      - Registrikood (Estonian organisation registration code)
        (thanks Mohammed Salman of Holvi)
      - Veronumero (Finnish individual tax number)
        (thanks Mohammed Salman of Holvi)
      - UPN (English Unique Pupil Number)
    - fix a bug in the Czech DIČ check digit calculation
    - fix conversion of 9 digit ISBN to ISBN13
    - fix a bug in the Damm is_valid() function
    - more validation of 13-digit ISBN values
    - more validation of ISMN values
    - various code and test improvements (100% branch coverage now)
    - documentation improvements
  * Update debian/copyright
  * Upgrade to standards-version 4.0.1 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Thu, 14 Sep 2017 22:39:29 +0200

python-stdnum (1.6-1) unstable; urgency=medium

  * New upstream release:
    - add modules for the following number formats:
      - CBU (Clave Bancaria Uniforme, Argentine bank account number)
        (thanks Luciano Rossi)
      - EIC (European Energy Identification Code)
      - NACE (classification for businesses in the European Union)
      - LEI (Legal Entity Identifier)
      - n° TVA (taxe sur la valeur ajoutée, Monacan VAT number)
      - PIB (Poreski Identifikacioni Broj, Serbian tax identification number)
    - add online check example that finds valid formats for a given number
    - fix support for Ñ in Spanish Referencia Catastral
    - updates to U.S. Employer Identification Number (thanks Greg Kuwaye)
    - various minor improvements
  * Update debian/copyright
  * Switch URLs to HTTPS

 -- Arthur de Jong <adejong@debian.org>  Tue, 11 Apr 2017 23:01:27 +0200

python-stdnum (1.5-1) unstable; urgency=medium

  * New upstream release:
    - add modules for the following number formats:
      - ABN (Australian Business Number)
      - ACN (Australian Company Number)
      - TFN (Australian Tax File Number)
      - CCC (Código Cuenta Corriente, Spanish Bank Account Code)
      - CUPS (Código Unificado de Punto de Suministro, Supply Point Unified
        Code)
      - Spanish IBAN (International Bank Account Number)
      - Referencia Catastral (Spanish real estate property id)
    - The IBAN module now support validating the country-specific part
    - The Belgian VAT number is now also referenced as businessid
    - add a Tox configuration file
  * Update debian/copyright

 -- Arthur de Jong <adejong@debian.org>  Sun, 13 Nov 2016 23:56:05 +0100

python-stdnum (1.4-1) unstable; urgency=medium

  * New upstream release:
    - add modules for the following number formats:
      - NIF (Numéro d'Immatriculation Fiscale, French tax identification
        number) provided by Dimitri Papadopoulos
      - NIR (French personal identification number) provided by Dimitri
        Papadopoulos
      - SIRET (a French company establishment identification number) provided
        by Yoann Aubineau
      - NHS (United Kingdom National Health Service patient identifier)
      - T.C. Kimlik No. (Turkish personal identification number)
    - add an implementation of the Damm algorithm
    - ensure data files are properly closed
    - documentation improvements
    - extend test suite
    - a number of minor bug fixes and improvements
  * Upgrade to standards-version 3.9.8 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Wed, 27 Jul 2016 00:09:23 +0200

python-stdnum (1.3-1) unstable; urgency=medium

  * New upstream release:
    - fix ISO 6346 check digit calculation (thanks Ronald Paloschi)
    - fix problem with check_vies_approx() (thanks Lionel Elie Mamane)
      (closes: #803316)
    - fix problem with SOAP client when using suds
    - include documentation that was previously on the Trac wiki
  * Update debian/copyright
  * Add a python-stdnum-doc package
  * Use https in Vcs-Git field (thanks lintian)
  * Upgrade to standards-version 3.9.7 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Sun, 06 Mar 2016 14:58:01 +0100

python-stdnum (1.2-1) unstable; urgency=medium

  * New upstream release:
    - add modules for the following number formats:
      - Austrian Company Register Numbers
      - CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazillian company
        identifier)
      - UID (Unternehmens-Identifikationsnummer, Swiss business identifier)
      - VAT, MWST, TVA, IVA, TPV (Mehrwertsteuernummer, the Swiss VAT number)
      - CUSIP number (financial security identification number)
      - Wertpapierkennnummer (German securities identification code)
      - Isikukood (Estonian Personcal ID number)
      - Finnish Association Identifier
      - Y-tunnus (Finnish business identifier)
      - SEDOL number (Stock Exchange Daily Official List number)
      - IMO number (International Maritime Organization number)
      - ISIN (International Securities Identification Number)
      - RFC (Registro Federal de Contribuyentes, Mexican tax number)
      - PESEL (Polish national identification number)
      - REGON (Rejestr Gospodarki Narodowej, Polish register of economic units)
      - ИНН (Идентификационный номер налогоплательщика, Russian tax identifier)
    - add an alternate VIES check (check_vies_approx()) that includes a proof
      (certificate) that the check was performed (closes: #783644)
    - fall back to pysimplesoap if suds is unavailable (closes: #774948)
    - test and code quality improvements
  * Update debian/copyright
  * Suggest python-pysimplesoap (over python-suds) for SOAP calls
  * Switch to pybuild buildsystem

 -- Arthur de Jong <adejong@debian.org>  Sun, 11 Oct 2015 14:32:05 +0200

python-stdnum (1.1-1) unstable; urgency=medium

  * New upstream release:
    - add number formats based on the implementation in the vatnumber module:
      - NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT
        number)
      - CUIT (Código Único de Identificación Tributaria, Argentinian tax
        number)
      - RUT (Rol Único Tributario, Chilean national tax number)
      - NIT (Número De Identificación Tributaria, Colombian identity code)
      - COE (Codice operatore economico, San Marino national tax number)
    - add modules for the following number formats:
      - Cedula (Dominican Republic national identification number)
      - RNC (Registro Nacional del Contribuyente, Dominican Republic tax
        number)
      - Kennitala (Icelandic personal and organisation identity code,
        provided by Tuomas Toivonen)
      - VSK number (Virðisaukaskattsnúmer, Icelandic VAT number, provided by
        Tuomas Toivonen)
      - ISO 9362 (Business identifier codes, provided by Tony Bajan)
      - MVA (Merverdiavgift, Norwegian VAT number, provided by Tuomas
        Toivonen)
      - Orgnr (Organisasjonsnummer, Norwegian organisation number, provided
        by Tuomas Toivonen)
      - Orgnr (Organisationsnummer, Swedish company number, provided by Tomas
        Thor Jonsson)
    - add Croatia to list of EU VAT numbers
    - various small fixes and additional tests for existing modules
  * Update debhelper compatibility level to 9
  * Update debian/copyright

 -- Arthur de Jong <adejong@debian.org>  Mon, 27 Apr 2015 20:40:00 +0200

python-stdnum (1.0-1) unstable; urgency=medium

  * New upstream release:
    - add modules for the following number formats:
      - Swiss social security number ("Sozialversicherungsnummer")
      - RIC No. (Chinese Resident Identity Card Number)
      - CI (Cédula de identidad, Ecuadorian personal identity code)
      - RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
      - SEPA Identifier of the Creditor (AT-02)
      - ISO 6346 (International standard for container identification)
      - Codice Fiscale (Italian tax code for individuals)
      - RTN (Routing transport number)
    - Add support for 2013 extension of Irish PPS Numbers
  * Move upstream key to debian/upstream/signing-key.asc
  * Drop all patches (all are in this upstream release)
  * Update debian/copyright
  * Upgrade to standards-version 3.9.6 (no changes needed)

 -- Arthur de Jong <adejong@debian.org>  Sun, 19 Oct 2014 23:30:00 +0200

python-stdnum (0.9-2) unstable; urgency=medium

  * Add dont-require-distribute.patch which removes the dependency on
    distribute (Closes: #733869)

 -- Arthur de Jong <adejong@debian.org>  Wed, 01 Jan 2014 23:50:00 +0100

python-stdnum (0.9-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - Brin number (Dutch number for schools)
      - Postcode (Dutch postal code)
      - ATIN (U.S. Adoption Taxpayer Identification Number)
      - EIN (U.S. Employer Identification Number)
      - ITIN (U.S. Individual Taxpayer Identification Number)
      - PTIN (U.S. Preparer Tax Identification Number)
      - TIN (U.S. Taxpayer Identification Number)
    - try to replace Unicode characters with similar-looking ASCII characters
    - update getimsi script (thanks eneq123)
    - update getiban script
    - add proxy support to the stdnum.eu.vat.check_vies() function (thanks
      Cédric Krier)
    - support newer United Kingdom VAT numbers
  * Upgrade to standards-version 3.9.5 (no changes needed)
  * Add signature checking option to watch file
  * Use extend-diff-ignore in debian/source/options to ignore files and
    directories that are created during the build to avoid double build errors

 -- Arthur de Jong <adejong@debian.org>  Tue, 31 Dec 2013 15:00:00 +0100

python-stdnum (0.8.1-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - NRIC No. (Malaysian National Registration Identity Card Number)
    - all modules now provide a validate() function that throws an exception
      that contains more information on the failure reason
    - documentation improvements
    - remove add_check_digit parameter from GRid's format() function
    - improvements to the tests
    - re-add Python3 support (now tested with Python 2.7, 3.2 and 3.3)
  * Drop all patches (all are in this upstream release)
  * The tests require python-nose 1.2.0 or newer (bump build dependency)
  * Add suggests on python-suds for EU VIES lookups

 -- Arthur de Jong <adejong@debian.org>  Tue, 18 Jun 2013 20:50:00 +0200

python-stdnum (0.7-2) unstable; urgency=low

  * Move python-all and python3-all from Build-Depends-Indep to
    Build-Depends.
  * Remove coverage and build data on clean (closes: #671426)
  * Update Vcs-* fields to point to anonscm
  * Upgrade to standards-version 3.9.4 (no changes needed)
  * Fix build failures on Python 3.3 (closes: #705809):
    - Add dont-depend-on-dict-ordering.patch which fixes the doctests to
      not be dependent on dict ordering
    - Add use-cleaner-way-to-get-all-modules.patch which uses a cleaner
      way to list all stdnum modules

 -- Arthur de Jong <adejong@debian.org>  Sat, 27 Apr 2013 22:30:00 +0200

python-stdnum (0.7-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - Onderwijsnummer (Dutch school number)
      - BTW-nummer (Omzetbelastingnummer, the Dutch VAT number)
      - HETU (Finnish personal identity code) as provided by Jussi Judin (#5)
      - RČ (Rodné číslo, the Czech and Slovak birth numbers)
      - SIREN (a French company identification number)
      - FPA, ΦΠΑ (Foros Prostithemenis Aksias, the Greek VAT number)
      - Ust ID Nr. (Umsatzsteur Identifikationnummer, the German VAT number)
      - BTW, TVA, NWSt (Belgian VAT number)
      - DNI (Documento nacional de identidad, Spanish personal identity codes)
      - NIE (Número de Identificación de Extranjeros, Spanish foreigner
        number)
      - CIF (Certificado de Identificación Fiscal, Spanish company tax number)
      - NIF (Número de Identificación Fiscal, Spanish VAT number)
      - PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
      - CVR (Momsregistreringsnummer, Danish VAT number)
      - TVA (taxe sur la valeur ajoutée, Luxembourgian VAT number)
      - CNP (Cod Numeric Personal, Romanian Numerical Personal Code)
      - CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
      - Partita IVA (Italian VAT number)
      - Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
      - UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number)
      - NIF (Número de identificação fiscal, Portuguese VAT number)
      - IČ DPH (IČ pre daň z pridanej hodnoty, Slovak VAT number)
      - ALV nro (Arvonlisäveronumero, Finnish VAT number)
      - DIČ (Daňové identifikační číslo, Czech VAT number)
      - ANUM (Közösségi adószám, Hungarian VAT number)
      - VAT (Irish VAT number)
      - KMKR (Käibemaksukohuslase, Estonian VAT number)
      - PVM (Pridėtinės vertės mokestis mokėtojo kodas, Lithuanian VAT number)
      - n° TVA (taxe sur la valeur ajoutée, French VAT number)
      - VAT (Maltese VAT number)
      - NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
      - ID za DDV (Davčna številka, Slovenian VAT number)
      - VAT (Moms, Mervärdesskatt, Swedish VAT number)
      - VAT (United Kingdom (and Isle of Man) VAT registration number)
      - EGN (ЕГН, Единен граждански номер, Bulgarian personal identity codes)
      - PNF (ЛНЧ, Личен номер на чужденец, Bulgarian number of a foreigner)
      - VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
      - VAT (European Union VAT number)
      - OIB (Osobni identifikacijski broj, Croatian identification number)
      - PPS No (Personal Public Service Number, Irish personal number)
      - CPR (personnummer, the Danish citizen number)
    - improvements to the documentation and provide API documentation using
      Sphinx
  * Add missing dependency on pkg_resources package (closes: #654782)
  * Switch to Version 1.0 debian/copyright format.
  * Add a patch from upstream to re-add support for Python3.
  * Upgrade to standards-version 3.9.3 (no changes needed)
  * Run nosetests during build

 -- Arthur de Jong <adejong@debian.org>  Thu, 01 Mar 2012 23:40:00 +0100

python-stdnum (0.6-1) unstable; urgency=low

  * New upstream release:
    - fix a problem with handling an ISBN13 with a valid check digit but with
      an unknown bookland prefix
    - add an IMSI (International Mobile Subscriber Identity) module
    - implement a conversion function from ISBN13 to ISBN10
    - implement an ismn.ismn_type() function
    - implement an imei.split() function that splits the number into a TAC,
      serial number and checksum or software version
    - source code layout changes to better follow PEP8

 -- Arthur de Jong <adejong@debian.org>  Fri, 30 Sep 2011 11:15:00 +0200

python-stdnum (0.5-2) unstable; urgency=low

  * Add python3-setuptools to Build-Depends (closes: #634011)
  * Explicitly set the character encoding to use to UTF-8 during build to
    fix problem with building with Python3 distutils

 -- Arthur de Jong <adejong@debian.org>  Mon, 18 Jul 2011 23:20:00 +0200

python-stdnum (0.5-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - EAN (International Article Number)
    - refactoring to use the EAN check digit code for ISBN and ISMN checks
    - implement a conversion function from ISSN to EAN
    - support Python3 with the same codebase
    - Python 2.5 compatibility improvement
  * Switch to using dh_python2
  * Upgrade to standards-version 3.9.2 (no changes needed)
  * Also build a python3-stdnum package

 -- Arthur de Jong <adejong@debian.org>  Sat, 09 Jul 2011 22:50:00 +0200

python-stdnum (0.4-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - CPF (Cadastro de Pessoas Físicas, the Brazillian national
        identification number)
      - IBAN (International Bank Account Number)
      - ISIL (International Standard Identifier for Libraries and Related
        Organizations)
      - SSN (U.S. Social Security Number)
    - implement an internal module to store and handle hierarchically
      organised data structures efficiently
    - regional-specific numbers are now in ISO 3166 packages (the BSN module
      is now in stdnum.nl.bsn)
    - ISBN module functions now have a convert flag to convert to ISBN-13 on
      the fly
  * Update package description

 -- Arthur de Jong <adejong@debian.org>  Sun, 06 Feb 2011 19:40:00 +0100

python-stdnum (0.3-1) unstable; urgency=low

  * New upstream release:
    - add modules for the following number formats:
      - ISMN (International Standard Music Number)
      - ISAN (International Standard Audiovisual Number)
      - IMEI (International Mobile Equipment Identity)
      - MEID (Mobile Equipment Identifier)
      - GRid (Global Release Identifier)
    - add modules for handling the following check digit algorithms:
      - the Verhoeff algorithm
      - the Luhn and Luhn mod N algorithms
      - some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2,
        Mod 97, 10, Mod 11, 10 and Mod 37, 36
  * Update package description

 -- Arthur de Jong <adejong@debian.org>  Sat, 11 Sep 2010 11:55:57 +0200

python-stdnum (0.2-1) unstable; urgency=low

  * New upstream release:
    - rename validate() function to is_valid() for all modules
    - handle wrong types passed to is_valid() more gracefully
    - add more tests and fix some minor bugs
  * Standards-Version bumped to 3.9.1 (no changes needed).
  * Added <python-modules-team@lists.alioth.debian.org> to Uploaders.
  * Updated Vcs-* fields.

 -- Arthur de Jong <adejong@debian.org>  Mon, 16 Aug 2010 23:03:41 +0200

python-stdnum (0.1-1) unstable; urgency=low

  * Re-upload as non-native package.
  * Add debian/watch file.

 -- Arthur de Jong <adejong@debian.org>  Mon, 26 Jul 2010 22:00:00 +0200

python-stdnum (0.1) unstable; urgency=low

  * Initial release.

 -- Arthur de Jong <adejong@debian.org>  Sat, 24 Jul 2010 00:55:41 +0200