- update to 21.0.0:
* Fix: random sign in `pyfloat` when `positive=False`. * Add company provider and NUSS for `es_ES` locale. * Add official support for Python 3.12. * Make `unix_time` always return floats. * Fix `pydecimal` crash on float `min_value` or `max_value`. * Fix type hint for `unix_time`. * Support platform-specific second precision. Thanks @cknv. * Add more entries in `cs_CZ`'s geo * Fix latest days of the month as birth day in italian SSN. * Add `geo` provider for `cs_CZ` * Fix handling for finnish ssn where `min_age` and `max_age` are the same * Add a few street names to `cs_CZ` * Add words to lorem for `cs_CZ` * Add color for `cs_CZ` distribution anymore * Add banks for en_IN locale. Thanks @ChiragMangukia. - Update to v15.1.1 * automotive: add de_CH license plates. Thanks @gsilvan. - Update to 6.3.0: phone number format for th_TH. Thanks @bact. * Remove datetime_safe shim subclass in favor of native Python datetime.datetime. Thanks @samcrang. * Breaking change: Only allow providers to use OrderedDict s, to * Remove some validations from Faker and delegate it to an * Add min and max values for ``pyfloat`` and ``pydecimal``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=98
This commit is contained in:
parent
6e978d2e57
commit
9dd3b5c0bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63da90512d0cb3acdb71bd833bb3071cb8a196020d08b8567a01d232954f1820
|
||||
size 1680833
|
3
Faker-21.0.0.tar.gz
Normal file
3
Faker-21.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d8a350e952225a145307d7461881c44a1c9320e90fbe8bd903d5947f133f3ec
|
||||
size 1701697
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 21:17:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 21.0.0:
|
||||
* Fix: random sign in `pyfloat` when `positive=False`.
|
||||
* Add company provider and NUSS for `es_ES` locale.
|
||||
* Add official support for Python 3.12.
|
||||
* Make `unix_time` always return floats.
|
||||
* Fix `pydecimal` crash on float `min_value` or `max_value`.
|
||||
* Fix type hint for `unix_time`.
|
||||
* Support platform-specific second precision. Thanks @cknv.
|
||||
* Add more entries in `cs_CZ`'s geo
|
||||
* Fix latest days of the month as birth day in italian SSN.
|
||||
* Add `geo` provider for `cs_CZ`
|
||||
* Fix handling for finnish ssn where `min_age` and `max_age`
|
||||
are the same
|
||||
* Add a few street names to `cs_CZ`
|
||||
* Add words to lorem for `cs_CZ`
|
||||
* Add color for `cs_CZ`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 15:45:31 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Faker
|
||||
Version: 19.10.0
|
||||
Version: 21.0.0
|
||||
Release: 0
|
||||
Summary: Python package that generates fake data
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user