From 87cef7b013a38be832d639331e104604851c2d78a4d01abc1b919f5f3bd7ec4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 May 2020 09:23:30 +0000 Subject: [PATCH] Accepting request 799999 from home:jgrassler:branches:devel:languages:python - update to 4.0.3: * Fixed MSISDN for pt_BR to return only mobile numbers. Thanks @rodrigondec. * Added Domain Generator Algorithm by date. Thanks @pishchalnikov. * Fixed issue where pydict provider was not returning the correct number of elements. Thanks @mstellon. * Added support for Indian Aadhaar numbers. Thanks @curiousElf. * Added company_vat for it_IT. Thanks @alitaker. * Improved autodocumentation of providers. Thanks @malefice. * Added provider for es_ES license plates. Thanks @mondeja. * Implemented __dir__ method to Faker proxy for better autocompletion. Thanks @douglasfarinelli. * Uppercased HEX colors for all localized color providers. Thanks @mondeja. * Added bank provider for es_ES locale. Thanks @mondeja. * Added support for UK counties. Thanks @neilav. * Added color provider for no_NO license plates. Thanks @bjorskog. * Made value_types a keyword argument in python provider. Thanks @slafs. OBS-URL: https://build.opensuse.org/request/show/799999 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=41 --- Faker-4.0.2.tar.gz | 3 --- Faker-4.0.3.tar.gz | 3 +++ python-Faker.changes | 18 ++++++++++++++++++ python-Faker.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 Faker-4.0.2.tar.gz create mode 100644 Faker-4.0.3.tar.gz diff --git a/Faker-4.0.2.tar.gz b/Faker-4.0.2.tar.gz deleted file mode 100644 index 08b92e9..0000000 --- a/Faker-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d3f866ef25e1a5af80e7b0ceeacc3c92dec5d0fdbad3e2cb6adf6e60b22188f -size 957942 diff --git a/Faker-4.0.3.tar.gz b/Faker-4.0.3.tar.gz new file mode 100644 index 0000000..8a74556 --- /dev/null +++ b/Faker-4.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7292806948ed848f1bcea1e7b963bae6f398687d1da0ea096e156fea2787f454 +size 964755 diff --git a/python-Faker.changes b/python-Faker.changes index 675f5fe..86e3777 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 4 08:37:02 UTC 2020 - Johannes Grassler + +- update to 4.0.3: + * Fixed MSISDN for pt_BR to return only mobile numbers. Thanks @rodrigondec. + * Added Domain Generator Algorithm by date. Thanks @pishchalnikov. + * Fixed issue where pydict provider was not returning the correct number of elements. Thanks @mstellon. + * Added support for Indian Aadhaar numbers. Thanks @curiousElf. + * Added company_vat for it_IT. Thanks @alitaker. + * Improved autodocumentation of providers. Thanks @malefice. + * Added provider for es_ES license plates. Thanks @mondeja. + * Implemented __dir__ method to Faker proxy for better autocompletion. Thanks @douglasfarinelli. + * Uppercased HEX colors for all localized color providers. Thanks @mondeja. + * Added bank provider for es_ES locale. Thanks @mondeja. + * Added support for UK counties. Thanks @neilav. + * Added color provider for no_NO license plates. Thanks @bjorskog. + * Made value_types a keyword argument in python provider. Thanks @slafs. + ------------------------------------------------------------------- Mon Mar 16 10:32:53 UTC 2020 - Tomáš Chvátal diff --git a/python-Faker.spec b/python-Faker.spec index c99c6c6..ce0f9ca 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -20,7 +20,7 @@ %define oldpython python %global skip_python2 1 Name: python-Faker -Version: 4.0.2 +Version: 4.0.3 Release: 0 Summary: Python package that generates fake data License: MIT