forked from daviddrysdale/python-phonenumbers
-
Notifications
You must be signed in to change notification settings - Fork 2
Fst 20251215 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
aickowicz-dp
wants to merge
338
commits into
dev
Choose a base branch
from
fst-20251215
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fst 20251215 #15
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To allow easier comparison with the results emitted by libphonenumber.appspot.com, add a command-line utility that generates roughly the same results.
Includes changes in resources/ up to and including upstream commit f094d308d057: "[maven-release-plugin] prepare release v8.13.10"
Includes changes in resources/ up to and including upstream commit b181c0c91463: "[maven-release-plugin] prepare release v8.13.11"
Includes changes in resources/ up to and including upstream commit a01c572ae310: "[maven-release-plugin] prepare release v8.13.12"
Includes changes in resources/ up to and including upstream commit 18c51f68f5e7: "[maven-release-plugin] prepare release v8.13.13"
Includes changes in resources/ up to and including upstream commit 17b157870a53: "[maven-release-plugin] prepare release v8.13.14"
Includes changes in resources/ up to and including upstream commit d3e97dd64006: "[maven-release-plugin] prepare release v8.13.15"
Despite using a pinned hash for the setup-python v4 action, it has nevertheless changed under us so that Python 2.7 is no longer supported. See actions/setup-python#672 Drop 2.7 from the matrix and just rely on the pypy27 entry for checking Python 2.x builds.
Includes changes in resources/ up to and including upstream commit 478c73ec7bc3: "[maven-release-plugin] prepare release v8.13.16"
Includes changes in resources/ up to and including upstream commit a4a46ef2eae8: "[maven-release-plugin] prepare release v8.13.17"
…e#275) Twice a day, a scheduled action checks the latest upstream release and compares it to the current `phonenumbers` version. The check succeeds if and only if the two versions match. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Includes changes in resources/ up to and including upstream commit 2b5323af4197: "[maven-release-plugin] prepare release v9.0.19"
Includes changes in resources/ up to and including upstream commit bd0235b04b40: "[maven-release-plugin] prepare release v9.0.20"
Summary: TEL-12621 - Unable dial new Poland Police prefix +48 47 731 4848 Test Plan: added Reviewers: jerin Differential Revision: https://phabricator.fspot.us/D14990
Summary: Picked these regex changes from the build branch of Google. https://github.com/google/libphonenumber/blob/bc215578007c2a985a37f20597a5067744dca6b9/javascript/i18n/phonenumbers/metadatalite.js The changes will take time to make it through the google release and the david's phone numbers lib. For the migration on Jan 31st we need to push this lib changes for the numbers to be edited and added on product Test Plan: NA Reviewers: nick, jerin Reviewed By: nick Differential Revision: https://phabricator.fspot.us/D15409
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please report changes to metadata to the upstream libphonenumber
project rather than here.
Do not send pull requests with changes in files under any of the following directories:
resources/python/phonenumbers/data/python/phonenumbers/carrierdata/python/phonenumbers/shortdata/python/phonenumbers/geodata/python/phonenumbers/tzdata/All of these directories hold code that is autogenerated from the metadata in the
resources/directory, which is anexact copy of the equivalent directory in the
upstream project.