From 46abc6634fff3d3c0822b1aea13acb64e2dbccee3170d13516c2c5505aa88060 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 7 Dec 2022 17:19:29 +0000 Subject: [PATCH] Accepting request 1041141 from home:yarunachalam:branches:devel:languages:python - Update to v15.3.4 - 2022-11-30 * Fix it_IT SSN generation with latin chars in name or surname. Thanks @panicofr. - Update to v15.3.3 - 2022-11-22 * Fix seeding with multiple locales. Thanks @johntmyers. - Update to v15.3.2 - 2022-11-14 * Fix implicit Optional issues. Thanks @palfrey. OBS-URL: https://build.opensuse.org/request/show/1041141 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=73 --- Faker-15.3.1.tar.gz | 3 --- Faker-15.3.4.tar.gz | 3 +++ python-Faker.changes | 12 ++++++++++++ python-Faker.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 Faker-15.3.1.tar.gz create mode 100644 Faker-15.3.4.tar.gz diff --git a/Faker-15.3.1.tar.gz b/Faker-15.3.1.tar.gz deleted file mode 100644 index 798df84..0000000 --- a/Faker-15.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9dd2fd9a9ac68a4e0c5040cd9e9bfaa099fa8dd15bae5f01f224a45431818d5 -size 1598695 diff --git a/Faker-15.3.4.tar.gz b/Faker-15.3.4.tar.gz new file mode 100644 index 0000000..15d3430 --- /dev/null +++ b/Faker-15.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5443724f640ce07658ca8ca8bbd40d26b58914e63eec6549727869aa67e2cc +size 1599191 diff --git a/python-Faker.changes b/python-Faker.changes index d9a7a49..ceb4697 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 7 14:05:18 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v15.3.4 - 2022-11-30 + * Fix it_IT SSN generation with latin chars in name or surname. Thanks @panicofr. + +- Update to v15.3.3 - 2022-11-22 + * Fix seeding with multiple locales. Thanks @johntmyers. + +- Update to v15.3.2 - 2022-11-14 + * Fix implicit Optional issues. Thanks @palfrey. + ------------------------------------------------------------------- Thu Dec 1 17:52:47 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Faker.spec b/python-Faker.spec index 05cb4a5..056a973 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: 15.3.1 +Version: 15.3.4 Release: 0 Summary: Python package that generates fake data License: MIT