2023-09-18 14:55:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-faker: updated to 19.6.1 v19.6.1 * Bump actions/checkout from 3 to 4 v19.6.0 * Add addresses for `en_BD`. Thanks @aamibhoot. v19.5.0 * Add `color_rgb`, `color_rgb_float`, `color_hsv` and `color_hsl`. Thanks @fdemmer. |
2023-09-08 08:30:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-faker: updated to 19.4.0 19.4.0 Unknown changes |
2023-08-28 15:15:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-faker: updated to 19.3.1 v19.3.1 * Remove spurious space in `uk_UA` `first_name`. |
2023-08-08 14:05:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-faker: updated to 19.3.0 v19.3.0 * Add weigthing to dynamic providers. |
2023-07-20 22:36:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-faker: updated to 19.2.0 19.2.0 * Add support for South African Zulu (`zu_ZA`) names and last names. v19.1.0 * Add `ja_JP` locale for `datetime`. v19.0.0 * Drop support for Python 3.7 * Drop support for 32 bit systems. * Add `elector_code` for `es_MX` SSN provider. v18.13.0 * Add `.optional` proxy that may or may not return a fake value. v18.12.0 * Add fake automotive `vin` number function. v18.11.2 * Fix area codes for `fr_FR` mobile phone numbers. v18.11.1 * Update Ukraine Country Code in `phone_number`. v18.11.0 * Add digit-above-two type to numerify function. |
2023-06-06 14:48:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-faker: updated to 18.10.1 v18.10.1 * Fix handling leap year in `en_US` Passport provider. v18.10.0 * Add `passport` Provider and `en_US` Implementation. |
2023-05-22 13:26:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-faker: updated to 18.9.0 v18.9.0 * Add `xml` provider. v18.8.0 * Add `zh_CN` bank locale. |
2023-05-15 23:00:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-faker: updated to 18.7.0 v18.7.0 * Add `license_plate` for `zh_CN` and `zh_TW`. |
2023-05-04 10:15:53 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-faker: updated to 18.6.2 v18.6.2 * Improve accuracy of departments in `fr_FR` provider `postcode` v18.6.1 * Fix `ssn` provider for `zh_TW` v18.6.0 * Add a separate `basic_phone_number` for `en_US` v18.5.1 * Fix release. v18.5.0 * Add `de_DE` `swift_location_codes` v18.4.0 * Add currency symbols for all listed currencies v18.3.4 * Ensure `pyfloat` honors min and max values v18.3.3 * Use correct union type for provider argument v18.3.2 * Bump actions/stale from 7 to 8 v18.3.1 * Fix determinism in `state_abbr()` for `en_US` v18.3.0 * Separate freely-associated states & US territories v18.2.1 * Fix value error formatting v18.2.0 * Add `pyobject` generator v18.1.0 * Add lorem provider for `nl_BE` * Add `nl_BE` automotive provider * Add `nl_BE` company provider v18.0.0 * Add territory zip codes for `en_US`. |
2022-11-23 14:19:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-faker: updated to 15.3.3 v15.3.3 * Fix seeding with multiple locales. v15.3.2 * Fix implicit Optional issues. |