2022-11-08 10:04:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 15.3.1
v15.3.1
* Update the `word_list` for `pl_PL`.
v15.3.0
* Add color provider for `id_ID`.
v15.2.0
* Add banks for `en_IN` locale.
v15.1.5
* Fix type variable inside the `ElementsType`.
v15.1.4
* Remove test dependency on `random2`.
v15.1.3
* Fix pyfloat causing ValueError.
v15.1.2
* Fix missing return in `en_US` `state_abbr`.
v15.1.1
* Fix ImportError on python <3.7.2.
v15.1.0
* Add enum provider.
v15.0.0
* Add support for Python 3.10.
* Drop support for Python 3.6.
v14.2.1
* Fix misspelled first name in `da_DK` locale.
|
2022-09-01 09:24:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 14.2.0
v14.2.0
* Add support for prefix and suffix to `pystr` provider.Thanks @stefan6419846.
v14.1.2
* Fix `uk_UA` `postcode` generation.
v14.1.1
* Relax minimum version of `typing-extensions`.
v14.1.0
* Add providers for `bn_BD`: `address`, `automotive`, `bank`, `color`, `company`,
`currency`, `date_time`, `geo`, `internet`, `job`, `person`, `phone_number` \
and `ssn`.
v14.0.0
* Fix `Provider._parse_date_time` to support timestamps.
v13.16.0
* automotive: add `de_CH` license plates.
v13.15.1
* change license_formats `pt_BR` to match Mercosul.
v13.15.0
* Upgrade person, company, internet, currency providers for `tr_TR`.
v13.14.0
* Fix `vat` and police id for `el_GR`.
* Add `tin` and `ssn` for `el_GR`.
v13.13.1
* Fix area codes for `fr_FR` phone numbers.
v13.13.0
* Add support for ISO 8601 timestamp profiles.
v13.12.1
* Correct RUT range in `es_CL`.
|
2022-05-13 07:23:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 13.11.0
v13.11.0
* Add `sq-AL` automotive provider.
v13.10.0
* Improve `it_IT` ssn provider to match real building rules.
v13.9.0
* Add part-of-speech functionality for `en_US`.
v13.8.0
* Add `fr-FR` datetime provider.
* Add `no-NO` datetime provider.
* Add `zh-CN` datetime provider.
v13.7.0
* Add automotive provider for `fi_FI`, `et_EE`, `lt_LT` and `vi_VN`.
v13.6.0
* Add `ar_BH` automotive provider.
v13.5.0
* Add Mexican CLABE bank code for `es_MX` locale.
v13.4.0
* Add `it_IT` automotive provider.
|
2022-04-21 09:38:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-faker: updated to 13.3.5
v13.3.5
* Fix error in currency provider data.
|
2022-03-29 09:24:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-faker: updated to 13.3.4
v13.3.4
* Bump actions/cache from 2 to 3.
v13.3.3
* Fix factory selection when Faker has been seeded.
|
2022-03-16 07:25:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 13.3.2
v13.3.2
* Bump actions/stale from 3 to 5
v13.3.1
* Bump actions/setup-python from 2 to 3
|
2022-03-06 18:22:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 13.3.0
v13.3.0
* Add lorem provider for `fa-ir` language code. Thanks @arminshoughi.
v13.2.0
* Add `bn_BD` Lorem Provider. Thanks @jabertuhin.
[v13.1.0
* Add lorem support for `de_DE` and `de_AT`. Thanks @@Kalbra.
v13.0.0
* Use `os.urandom` in `binary()` if unseeded. Thanks @AlmightyYakob.
v12.3.3
* Arabic improvements for names. Thanks @alfawal.
v12.3.2
* Fix postcode format for `es_ES` locale. Thanks @mondeja.
v12.3.1
* Prevent "non-integer arguments to randrange()" warnings on Python 3.10.
Thanks @jacksmith15.
v12.3.0
* Fix `it_IT` `ssn()` validity. Thanks @MarcoMatarazzo.
v12.2.0
* Add cities to `de_CH`. Thanks @Kalbra.
v12.1.0
* Set correct language on provider when specific locale is requested.
Thanks @interDist.
v12.0.1
* Remove empty string in Korean job list. Thanks @georgidimitrov-hs.
v12.0.0
* Remove dependency from \
[`text-unidecode`](https://github.com/kmike/text-unidecode/).
v11.4.0
* Add geonames db of Italian cap-city-province and full match when generating
full addresses.
|
2022-01-14 20:54:53 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-faker: updated to 11.3.0
v11.3.0
* Add banks for `fa-ir`.
v11.2.0
* Improve phone numbers for `it_IT`.
v11.1.0
* Add providers for `az_AZ` locale.
v11.0.0
* Replace `lorempixel.com` service with `picsum.photos` in `image_url` provider.
* Add `placeholder_url` argument to `image_url`.
v10.0.0
* deprecate positional `allowed_types`.
v9.9.1
* Revert "deprecate positional `allowed_types`".
v9.9.0
* deprecate positional `allowed_types`.
v9.8.4
* Fix positional `value_types`.
v9.8.3
* Shorten IBANs for `pl_PL` to 28 chars.
v9.8.2
* Relax ElementsType to admit e.g. Sets.
v9.8.1
* Fix ``pydecimal`` with ``left_digits=0`` not setting the left digit to 0.
v9.8.0
* Add ``es_CO`` localized providers. Thank you @healarconr.
v9.7.1
* Take into account area codes for French phone numbers.
v9.7.0
* Add provider for French SSN.
v9.6.0
* Add dynamic provider.
v9.5.3
* Improve randomness of ``pydecimal`` for different scenarios.
v9.5.2
* Limit ``typing_extensions`` dependency to Python < 3.8.
v9.5.1
* Add ``typing-extensions`` as dependency and pin ``mypy`` version.
v9.5.0
* Add automotive provider for ``nl_NL``.
v9.4.0
* Add Typing.
v9.3.1
* Change to secondary address format in ``en_AU`` locale to reflect the common \
usage.
v9.3.0
* Add ``currency``, ``automotive``, ``company`` and ``bank`` providers for ``el_GR``.
v9.2.0
* Add ``color`` and ``date_time`` provider for ``el_GR``.
v9.1.0
* Add currency provider for ``nl_NL``.
v9.0.1
* Fix ``pydecimal`` returning ``min_value`` or ``max_value`` too frequently.
v9.0.0
* Change default email generator to use safe domain names.
v8.16.0
* Add ``date_time`` provider for ``nl_NL``.
v8.15.0
* Add ``bg_BG`` color provider.
v8.14.2
* Fix bug in ``pydecimal`` when returning max/min.
v8.14.1
* Fix `pydecimal` precision.
v8.14.0
* Add datetime provider for ``bn_BD``.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|