Revisions of perl-Number-Phone

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1097568 from Tina Müller's avatar Tina Müller (tinita) (revision 40)
- updated to 3.9002
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.9002    2023-06-14
  - Data updates only
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1070497 from Tina Müller's avatar Tina Müller (tinita) (revision 39)
- updated to 3.9001
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.9001    2023-03-07
  - Bug fix: if libphonenumber doesn't define any formatters for a country,
    such as for Bonaire (BQ), do the best we can and return +CC NNNNN
    instead of nothing. This was a regression in 3.9000, see
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/122
  3.9000    2023-03-05
  - Add validation using libphonenumber's data for non-geographic country
    codes like +800 (International free phone) and +870 (Inmarsat). See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/17
  - Bug fix: NANP toll-free numbers corrected. 833 area code now supported,
    and regex fixed to only match when the B and C digits are the same, so
    800 is toll-free, 888 is toll-free, but 808 is not. See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/110
  - Bug fix: NANP 1-600 area code is non-geographic. See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/113
  - Workaround: OFCOM have the wrong number length for the +44 800 716 range,
    we now have an egregious hack to work around that. See
    https://github.com/DrHyde/perl-modules-Number-Phone/issues/112
  - No longer auto-tested on 5.10 because a 'make test'-time dependency (Test::Deep)
    no longer supports that.
  - Data updates
  3.8007    2022-12-02
  - Data updates
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1001431 from Tina Müller's avatar Tina Müller (tinita) (revision 38)
- updated to 3.8006
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8006    2022-09-03
  - Data updates
  - No longer auto-tested on 5.8 because a 'make dist'-time dependency (XML::XPath)
    no longer supports that.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 982402 from Tina Müller's avatar Tina Müller (tinita) (revision 37)
- updated to 3.8005
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8005    2022-06-01
  - Data updates only
Tina Müller's avatar Tina Müller (tinita) accepted request 970520 from Tina Müller's avatar Tina Müller (tinita) (revision 36)
- updated to 3.8004
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8004    2022-03-07
  - Fix test failure that only occurred if Number::Phone::JP was installed
    (it doesn't have exactly the data we expect from ...::StubCountry::JP)
  - Data updates from OFCOM
  3.8003    2022-03-05
  - New Canadian area codes
  - +882 34 recognised as Antarctica, via Global Networks Switzerland
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 939154 from Tina Müller's avatar Tina Müller (tinita) (revision 35)
- updated to 3.8002
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8002    2021-12-06
  - Fix Makefile.PL to not consume arguments that my code doesn't know about but
    which are relevant to EU::MM (https://github.com/DrHyde/perl-modules-Number-Phone/pull/106)
  - Explicitly open databases read-only so it works on a RO filesystem
    (https://github.com/DrHyde/perl-modules-Number-Phone/issues/107)
  - Data updates
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 921752 from Tina Müller's avatar Tina Müller (tinita) (revision 34)
- updated to 3.8001
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.8001    2021-09-21
  - Tweak build to use more compatible options to tar(1) so some really old tars
    can read the archive correctly
  3.8000    2021-09-19
  - Bugfix for numbers in local format which may be ambiguous for UK Crown Dependencies
    when using Number::Phone::Lib
  - Bugfix for when you ask for an object representing a number in one country
    but provide a number for a different country. This mostly affects countries
    that contain other jurisdictions squatting on parts of their number plan,
    such as the Vatican in the Italian plan, and the Crown Dependencies in the UK
    plan. It is now an error to ask for an object representing a number in a
    'sub-country' which isn't valid in that sub-country (eg asking for a Jersey
    object but passing a Guernsey number); but if you ask for an object representing
    the 'super-country' but pass a 'sub-country' number you'll still get an object
    representing the sub-country. ie, say "gimme a GB object for this 'ere Guernsey number"
    and you'll get a Guernsey object.
  - Data updates
Tina Müller's avatar Tina Müller (tinita) accepted request 897098 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
- updated to 3.7003
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  3.7003    2021-06-02
  - Data updates;
  - Add deprecation warning for platforms with 32 bit int (support will
    go away some time after 2023-06-01 with no further warning)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 878214 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
- updated to 3.7002
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
Christian Wittmer's avatar Christian Wittmer (computersalat) accepted request 869807 from Tina Müller's avatar Tina Müller (tinita) (revision 31)
- updated to 3.7001
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-02-04      3.7001  Data from OFCOM/CNAC/NPA/localcallingguide.com squirreled
                            away during builds for greater reproducibility;
                          Data updates
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 854506 from Tina Müller's avatar Tina Müller (tinita) (revision 30)
- updated to 3.7000
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-12-04      3.7000  Bugfixes in dial_to for stubs and unallocated UK numbers;
                          Windows doesn't properly support fork() so skip the tests for it;
                          Minor documentation clarification re constructor;
                          Stub classes shrunk by de-duping areanames;
                          Kosovo appears to have fully switched to using its own country code;
                          Option to build --without_uk and save disk space
                            (see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
                          Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
                            instead of valid but unallocated (fix arising from
                            https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
                          Use data from a tagged release of libphonenumber instead of whatever
                            is in master, so builds are more reproducible, and expose that
                            tag in libphonenumber_tag method;
                          Expose OFCOM, CNAC, NPA and localcallingguide.com data update
                            date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
                          Data updates
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 832714 from Tina Müller's avatar Tina Müller (tinita) (revision 29)
- updated to 3.6006
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-09-04      3.6006  Data updates
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 812595 from Tina Müller's avatar Tina Müller (tinita) (revision 28)
- updated to 3.6005
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-06-06      3.6005  Data updates
  
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 27)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 803216 from Tina Müller's avatar Tina Müller (tinita) (revision 26)
updated to 3.6004
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-05-11      3.6004  Data updates;
                          Improved doco on the data update policy :-)
  
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 25)
Typo
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 801238 from Tina Müller's avatar Tina Müller (tinita) (revision 24)
- Add manual licensee to cpanspec.yml
- updated to 3.6003
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-04-27      3.6003  Testing improvements for fork()ing code;
                          Data updates
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 783282 from Tina Müller's avatar Tina Müller (tinita) (revision 23)
- updated to 3.6002
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-03-09      3.6002  Data updates
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 756038 from Tina Müller's avatar Tina Müller (tinita) (revision 22)
- updated to 3.6001
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2019-12-11      3.6001  Inmarsat +871 to +874 have been de-commissioned;
                          Added some US overlay codes (not all are in use yet);
                          Data updates
Tina Müller's avatar Tina Müller (tinita) accepted request 731691 from Tina Müller's avatar Tina Müller (tinita) (revision 21)
- updated to 3.6000
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2019-09-12      3.6000  Data updates;
                          UK is_drama() numbers now all respond appropriately
                            to is_mobile, is_tollfree etc, and the mobile range
                            is correctly identified as being UK-wide and not Jersey
                            (see https://github.com/DrHyde/perl-modules-Number-Phone/issues/67);
                          Areaname() sensitive to your locale
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by