14
0
forked from pool/python-Faker

- 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
This commit is contained in:
2024-01-06 17:13:33 +00:00
committed by Git OBS Bridge
parent 9dd3b5c0bb
commit eb7cef14c0
4 changed files with 15 additions and 5 deletions

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>