14
0

Accepting request 940591 from devel:languages:python

- version update to 8.12.39
  - New to_string() methods have been added for enum-like
    classes, emitting strings that describe integer values known
    to be enum values.
  - The library now includes .pyi stub files providing typing
    information about the API, thanks to Adam Turner.
  - Updated As-You-Type-Formatter to exclude patterns where some
    digits would be dropped in the output. This also fixes the
    bug where an extra country code is added in some cases to the
    user's output. b/183053929
  - Changes format_out_of_country_calling_number to always use
    preferred intl prefix if present, not just for numbers with
    a non-unique IDD. This means we will output "8~10" as the
    prefix if calling formatOutOfCountryCallingNumber instead of
    "810" for some regions that have this tilde in their prefix
    [designates that the user should wait before continuing to
    dial].

OBS-URL: https://build.opensuse.org/request/show/940591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-phonenumbers?expand=0&rev=11
This commit is contained in:
2021-12-16 01:00:37 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7745e1f108654db347d885e814cbb5f225b8c5f5ce336024b193c79291ddaa
size 2268929

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f887eceb3d9db17ec479a85245bd0ebe74c5f43489217784215ffb231f8c9e88
size 2250397

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Dec 13 12:19:06 UTC 2021 - Michael Ströder <michael@stroeder.com>
- version update to 8.12.39
- New to_string() methods have been added for enum-like
classes, emitting strings that describe integer values known
to be enum values.
- The library now includes .pyi stub files providing typing
information about the API, thanks to Adam Turner.
- Updated As-You-Type-Formatter to exclude patterns where some
digits would be dropped in the output. This also fixes the
bug where an extra country code is added in some cases to the
user's output. b/183053929
- Changes format_out_of_country_calling_number to always use
preferred intl prefix if present, not just for numbers with
a non-unique IDD. This means we will output "8~10" as the
prefix if calling formatOutOfCountryCallingNumber instead of
"810" for some regions that have this tilde in their prefix
[designates that the user should wait before continuing to
dial].
-------------------------------------------------------------------
Sat Sep 19 04:16:44 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-phonenumbers
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-phonenumbers
Version: 8.12.9
Version: 8.12.39
Release: 0
Summary: Python version of Google's common library for international phone numbers
License: Apache-2.0