2024-02-23 12:33:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-faker: updated to 23.2.1
v23.2.1
* fix: update `pydecimal` algorithm to ensure left part is not generated with a \
leading 0.
v23.2.0
* Allow Uniqueness and Localization.
|
2024-02-09 14:16:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 23.1.0
v23.1.0
* Add `uk_UA` lorem provider. Thanks @lozik.
v23.0.0
* Consistently throw an error if the start of a daterange is after the end. \
Thanks @prescod.
v22.7.0
* Add `uk_UA` automotive provider. Thanks @lozik.
|
2024-02-01 15:21:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-faker: updated to 22.6.0
v22.6.0 - 2024-01-29
Add support for birthday and gender to uk_UA ssn method.
v22.5.1 - 2024-01-23
Add area code 830000 to zh_CN.
Add area_code parameter to ssn provider for zh_CN.
v22.5.0 - 2024-01-22
Add http_status_code to internet provider.
|
2024-01-19 23:15:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 22.4.0
v22.4.0
* Add `fa_IR` localization for currency provider.
v22.3.0
* Add bank provider for `uk_UA`.
|
2024-01-15 21:44:33 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 22.2.0
v22.2.0 - 2024-01-10
* Add bank provider for `cs_CZ`.
v22.1.0 - 2024-01-08
* Add support for multiple file systems path rules.
v22.0.0 - 2023-12-29
* 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".
|
2023-12-18 11:23:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-faker: not for Python 2, remove PLIST.py2x
|
2023-12-18 11:01:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 21.0.0
v21.0.0
* Fix: random sign in `pyfloat` when `positive=False`. Thanks @viraj-s15.
v20.1.0
* Add company provider and NUSS for `es_ES` locale. Thanks @fgsalomon.
* Add official support for Python 3.12. Thanks @pfouque.
v20.0.3
* Make `unix_time` always return floats.
v20.0.2
* Fix `pydecimal` crash on float `min_value` or `max_value`. Thanks @s-weigand.
v20.0.1
* Fix type hint for `unix_time`.
v20.0.0
* Support platform-specific second precision. Thanks @cknv.
|
2023-11-08 14:12:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 19.13.0
v19.13.0
* Add more entries in `cs_CZ`'s geo. Thanks @george0st.
v19.12.1
* Fix latest days of the month as birth day in italian SSN. Thanks @@TommasoLencioni
v19.12.0
* Add `geo` provider for `cs_CZ`. Thanks @george0st.
v19.11.1
* Fix handling for finnish ssn where `min_age` and `max_age` are the same. \
Thanks @Pakkanen1.
v19.11.0
* Add a few street names to `cs_CZ`. Thanks @george0st.
* Add words to lorem for `cs_CZ`. Thanks @george0st.
* Add color for `cs_CZ`. Thanks @george0st.
|
2023-10-16 15:03:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-faker: updated to 19.10.0
v19.10.0
* Update names and phone numbers for `cs_CZ`. Thanks @george0st.
v19.9.1
* Revert "fix type error in `pyfloat` when `max_value` is `None`" \
from v19.6.2.
v19.9.0
* Use DE base for `de_CH` AddressProvider. Thanks @nchiapol.
v19.8.1
* Fix `person` Latvian provider.
v19.8.0
* Add Gender support for Latvian (`lv_LV`) names. Thanks @OskarsPakers.
v19.7.0
* Add MAC Address Multicast. Thanks @d3vyce.
|
2023-09-28 18:08:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-faker: updated to 19.6.2
v19.6.2
* fix type error in `pyfloat` when `max_value` is `None`.
|