From f0048605d18500591126df51b986127423865955fe8d12723a272dd1e763e1d5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jun 2024 16:42:46 +0000 Subject: [PATCH] - update to 26.0.0: * Fix upper limit of nb_elements. * Remove duplicate entry in currency provider. * Change `pydecimal` type hint for `min_value`, `max_value` to allow `int`s. * Add support for Nigerian Yoruba names and surnames (`yo_NG`). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=118 --- Faker-25.8.0.tar.gz | 3 --- Faker-26.0.0.tar.gz | 3 +++ python-Faker.changes | 10 ++++++++++ python-Faker.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 Faker-25.8.0.tar.gz create mode 100644 Faker-26.0.0.tar.gz diff --git a/Faker-25.8.0.tar.gz b/Faker-25.8.0.tar.gz deleted file mode 100644 index 33c4ce8..0000000 --- a/Faker-25.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdec5f2fb057d244ebef6e0ed318fea4dcbdf32c3a1a010766fc45f5d68fc68d -size 1760950 diff --git a/Faker-26.0.0.tar.gz b/Faker-26.0.0.tar.gz new file mode 100644 index 0000000..e321cf4 --- /dev/null +++ b/Faker-26.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f60978314973de02c00474c2ae899785a42b2cf4f41b7987e93c132a2b8a4a9 +size 1763318 diff --git a/python-Faker.changes b/python-Faker.changes index f2f7695..116423a 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 29 16:42:25 UTC 2024 - Dirk Müller + +- update to 26.0.0: + * Fix upper limit of nb_elements. + * Remove duplicate entry in currency provider. + * Change `pydecimal` type hint for `min_value`, `max_value` to + allow `int`s. + * Add support for Nigerian Yoruba names and surnames (`yo_NG`). + ------------------------------------------------------------------- Tue Jun 11 08:06:29 UTC 2024 - Dirk Müller diff --git a/python-Faker.spec b/python-Faker.spec index 08f5343..9c339c2 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Faker -Version: 25.8.0 +Version: 26.0.0 Release: 0 Summary: Python package that generates fake data License: MIT