Skip to content

Commit

Permalink
Updating patterns to libphonenumber v8.12.4 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstislon authored May 21, 2020
1 parent fe1a410 commit 8888025
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
after_success: false

env:
- PHONENUMBERS="8.12.3" # last version
- PHONENUMBERS="8.12.4" # last version

python:
- "pypy3"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
requests = "==2.23.0"
pytest = "==5.4.2"
pytest-cov = "==2.8.1"
phonenumbers = "==8.12.3"
phonenumbers = "==8.12.4"
black = "==19.10b0"
flake8 = "==3.8.1"
pep8-naming = "==0.10.0"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/phone-gen.svg)](https://pypi.org/project/phone-gen/)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/phone-gen)](https://pypi.org/project/phone-gen/)
[![Downloads](https://pepy.tech/badge/phone-gen)](https://pepy.tech/project/phone-gen)
[![Build Status](https://travis-ci.com/tolstislon/phone_gen.svg?branch=master)](https://travis-ci.com/tolstislon/phone-gen)
[![Build Status](https://travis-ci.com/tolstislon/phone-gen.svg?branch=master)](https://travis-ci.com/tolstislon/phone-gen)
[![codecov](https://codecov.io/gh/tolstislon/phone-gen/branch/master/graph/badge.svg)](https://codecov.io/gh/tolstislon/phone-gen)

International phone number generation
Expand Down Expand Up @@ -99,5 +99,6 @@ Contributions are very welcome.

Changelog
----
* **1.1.1** Updating patterns to libphonenumber v8.12.4
* **1.1.0** Added cli
* **1.0.0** The first stable release
6 changes: 3 additions & 3 deletions phone_gen/patterns.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Auto-generated file 2020-05-18 16:15:00 UTC
# Resource: https://github.com/google/libphonenumber v8.12.3
# Auto-generated file 2020-05-21 09:13:58 UTC
# Resource: https://github.com/google/libphonenumber v8.12.4

PATTERNS = {
"info": "libphonenumber v8.12.3",
"info": "libphonenumber v8.12.4",
"data": {
"AC": {"code": "247", "pattern": "((6[2-467][\\d]{3}))"},
"AD": {"code": "376", "pattern": "(([78][\\d]{5}))"},
Expand Down

0 comments on commit 8888025

Please sign in to comment.