SHA256
1
0
forked from pool/python-Faker

Accepting request 1137275 from devel:languages:python

- 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/request/show/1137275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2024-01-07 20:39:11 +00:00 committed by Git OBS Bridge
commit 23226d35f0
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d8a350e952225a145307d7461881c44a1c9320e90fbe8bd903d5947f133f3ec
size 1701697

3
Faker-22.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d5dc0a75da7bc40741ee4c84d99dc087b97bd086d4222ad06ac4dd2219bcf3f
size 1702044

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 6 17:12:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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