From f52505216b4f32f688b68b2ee80a377cec193197e2edcefb33bc3cbce2177ed5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 30 Aug 2021 12:55:41 +0000 Subject: [PATCH] Accepting request 915014 from home:glaubitz:branches:devel:languages:python - Update to 8.12.1 * Add missing diacritics in ``fr_FR`` ``person`` provider. Thanks @laowantong. - from version 8.12.0 * Added non-geo numbers and services phones format for ``pt_BR``. Thanks @leogregianin. * Add datetime formats in ``pt_BR``. Thanks @leogregianin. * Add currency formats in ``pt_BR``. Thanks @leogregianin. OBS-URL: https://build.opensuse.org/request/show/915014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=58 --- Faker-8.11.0.tar.gz | 3 --- Faker-8.12.1.tar.gz | 3 +++ python-Faker.changes | 10 ++++++++++ python-Faker.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Faker-8.11.0.tar.gz create mode 100644 Faker-8.12.1.tar.gz diff --git a/Faker-8.11.0.tar.gz b/Faker-8.11.0.tar.gz deleted file mode 100644 index 51aad23..0000000 --- a/Faker-8.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9e81e9da3dda3ac54189e034cfb943de576a259caeb226ccab43fcbcf6a7891 -size 1150354 diff --git a/Faker-8.12.1.tar.gz b/Faker-8.12.1.tar.gz new file mode 100644 index 0000000..01c771b --- /dev/null +++ b/Faker-8.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810859626d19e62a2a13aa4a08d59ada131f0522431eec163b09b6df147a25b9 +size 1151131 diff --git a/python-Faker.changes b/python-Faker.changes index c625e85..e3a1738 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 30 11:18:00 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 8.12.1 + * Add missing diacritics in ``fr_FR`` ``person`` provider. Thanks @laowantong. +- from version 8.12.0 + * Added non-geo numbers and services phones format for ``pt_BR``. Thanks @leogregianin. + * Add datetime formats in ``pt_BR``. Thanks @leogregianin. + * Add currency formats in ``pt_BR``. Thanks @leogregianin. + ------------------------------------------------------------------- Thu Aug 12 11:41:54 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-Faker.spec b/python-Faker.spec index bf83663..29f0e09 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %global skip_python2 1 Name: python-Faker -Version: 8.11.0 +Version: 8.12.1 Release: 0 Summary: Python package that generates fake data License: MIT