From eb7cef14c03af84e16ff25c465e0f0d103ed019e8bcbcdffdd68b3801f90d622 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jan 2024 17:13:33 +0000 Subject: [PATCH] - update to 22.0.0: * Remove dot from `file_name` when `extention` is the empty string. * Allow extension in `file_path` to take a list of allowed extensions, or empty for "no extension". * Fix typo in `ru_RU` company names. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=100 --- Faker-21.0.0.tar.gz | 3 --- Faker-22.0.0.tar.gz | 3 +++ python-Faker.changes | 10 ++++++++++ python-Faker.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 Faker-21.0.0.tar.gz create mode 100644 Faker-22.0.0.tar.gz diff --git a/Faker-21.0.0.tar.gz b/Faker-21.0.0.tar.gz deleted file mode 100644 index 495b53f..0000000 --- a/Faker-21.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d8a350e952225a145307d7461881c44a1c9320e90fbe8bd903d5947f133f3ec -size 1701697 diff --git a/Faker-22.0.0.tar.gz b/Faker-22.0.0.tar.gz new file mode 100644 index 0000000..ce5b93f --- /dev/null +++ b/Faker-22.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5dc0a75da7bc40741ee4c84d99dc087b97bd086d4222ad06ac4dd2219bcf3f +size 1702044 diff --git a/python-Faker.changes b/python-Faker.changes index 5e1bd01..53388d3 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 6 17:12:29 UTC 2024 - Dirk Müller + +- update to 22.0.0: + * Remove dot from `file_name` when `extention` is the empty + string. + * Allow extension in `file_path` to take a list of allowed + extensions, or empty for "no extension". + * Fix typo in `ru_RU` company names. + ------------------------------------------------------------------- Sat Dec 16 21:17:07 UTC 2023 - Dirk Müller diff --git a/python-Faker.spec b/python-Faker.spec index bb45bdc..e86cd7a 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Faker # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Faker -Version: 21.0.0 +Version: 22.0.0 Release: 0 Summary: Python package that generates fake data License: MIT