Next | Query returned 86 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2021-03-11 13:01:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-faker: updated to 6.6.0

v6.6.0 - 2021-03-09
Add address provider for ro_RO. Thanks @feketemihai.

v6.5.2 - 2021-03-08
Fix a problem with pyfloat where it can return sys.epsilon when right_digits=N \ 
and positive=True. Thanks @tomage.

v6.5.1 - 2021-03-08
Replace es_MX RFC name initials when they are forbidden words. Thanks @briferz.

v6.5.0 - 2021-02-24
Add address provider for de_CH. Thanks @andre-dasilva.

v6.4.1 - 2021-02-19
user_agent: bump platform versions. Thanks @gsilvan.

v6.4.0 - 2021-02-19
Add cs_CZ lorem - word list. Thanks @jakubno.

v6.3.0 - 2021-02-17
Add sk_SK automotive provider. Thanks @matusvalo.

v6.2.0 - 2021-02-17
Add current_country, current_country_code and administrative_unit. Thanks @prescod.

v6.1.1 - 2021-02-09
Add Taiwanese and Palestinian time zones. Thanks @prescod.

v6.1.0 - 2021-02-09
Rename fr_QC to fr_CA. Thanks @prescod.

v6.0.0 - 2021-02-03
Fix pyfloat returning zeros when positive=True. Thanks @sciencectn.

v5.8.0 - 2021-01-26
Add currency names for th_TH. Thanks @bact.

v5.7.0 - 2021-01-25
Add new currency provider pricetag().
   2021-01-21 20:53:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-faker: updated to 5.6.5

v5.6.5
* Update ``th_TH`` Lorem text provider's punctuations, reduce size of word list

v5.6.4
* Synchronize ``cs_CZ`` and ``sk_SK`` address provider and split postcodes

v5.6.3
* Enable parallel coveralls builds

v5.6.2
* Fix coveralls
   2021-01-18 11:19:00 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-faker: updated to 5.6.1

5.6.1
* Fix transliteration for ``ru_RU`` ``person`` provider. Thanks @valestel.

5.6.0
* Add ``address``, ``bank``, ``geo`` and ``person`` provider for ``en_IE``. \ 
Thanks @NiL.
* Add ``person`` provider for ``ga_IE``. Thanks @NiL.

5.5.1
* Fix lorem provider ``sentence`` method.

5.5.0
* Add elements caching and other optimizations. Thanks @prescod.
* Add ``use_weighting`` parameter for improved performance. Thanks @prescod.

5.4.1
* Remove empty string from  ``ar_AA`` Person Provider.

5.4.0
* Add ``da_DK`` address provider. Thanks @JoseNavy.

5.3.0
* ``json`` and ``fixed_width`` now allow for strings to be fixed or pinned to a \ 
static value by prepending ``@``. Thanks @johnbrandborg.

5.2.0
* Add ``en_IN`` address + phone number provider. Thanks @pulkitgupta2k.

5.1.0
* Add ``en_IN`` person provider. Thanks @pulkitgupta2k.
   2020-12-16 14:16:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-faker: updated to 5.0.2

5.0.2:
* Remove invalid surname in `nl_NL`.
   2020-12-10 13:30:15 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-faker: updated to 5.0.1

5.0.1
* ``th_TH`` ``strftime``: normalize output for unsupported directive on \ 
``musl``-based Linux.

5.0.0
* Drop support for Python 3.5.
* Add support fro Python 3.9.

4.18.0
* Add ``date_time`` and ``bank`` providers for ``th_TH``.

4.17.1
* Correct spelling errors in city names for ``de_DE``.

4.17.0
* Add name pairs to get matched representation in ``ja_JP`` person provider.

4.16.0
* Add SSN, company name, address, and license plate providers for ``th_TH``.

4.15.0
* Add postcode format, country names, person prefix weights, and update phone \ 
number format for ``th_TH``.

4.14.2
* Fix generation of names ending with spaces.

4.14.1
* Add relative frequencies for japanese last names.

4.14.0
* Add Swiss bank provider locales.

4.13.0
* Split first names into male and female on ``pt_PT`` provider.

4.12.0
* Geo provider added for ``tr_TR`` locale.

4.11.0
* Add ``sk_SK`` Job provider.

4.10.0
* Add ``date_time`` provider for ``pt_PT``.

4.9.0
* Add ``.unique()`` for unique values.

4.8.0
* Add automotive provider for ``tr_TR``.

4.7.0
* Add province list and add 2 new district to ``ne_NP``.

4.6.0
* Add Currency provider for ``sv_SE``.

4.5.0
* Add ``pt_PT`` credit card provider.

4.4.0
* Added Company Provider for ``tr_TR`` locale.

4.3.0
* Add job providers for ``tr_TR``.

4.2.0
* Implement color provider for ``sk_SK`` locale.

4.1.8
* Fix ``hu_HU`` color provider inheritance.

4.1.7
* Bigger zipcode ranges for VA, TX and MD in ``en_US``.

4.1.6
* Add new style ``pt_PT`` automotive plates.

4.1.5
* Remove duplicate jobs from the ``pt_PT`` provider.

4.1.4
* Use "Belarus" instead of "Vitryssland" for ``sv_SE``.
* Added bank provider for ``tr_TR`` locale.
* Improve VAT generation for IT provider.
* Use non-zero number for first digit of Swedish postal codes.
   2020-09-14 21:57:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-faker: updated to 4.1.3

4.1.3:
* Add ``es_ES`` autonomous communities (Spanish regions).
* Add JSON and Fixed Width argument group and parser support.
* Update ``zh_CN`` ssn provider to support gender.
* Fix typo in ``de_DE`` job provider.
* ``or_IN`` Odia person's name added.
* Remove ``datetime_safe`` shim subclass in favor of native Python \ 
``datetime.datetime``.
   2020-08-24 10:26:24 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-faker: update to 4.1.2.

`4.1.2 - 1&-August-2020 \ 
<https://github.com/joke2k/faker/compare/v4.1.1...v4.1.2>`__
------------------------------------------------------------------------------------

* Extend Person Provider to support non-binary suffixes and prefixes. Thank you @crd.
* Add ``safe_domain_name`` generator. Thanks @crd.
* Fix max_value/positive ``pyfloat`` interaction. Thanks @coiax.
* Update ``bban_format`` for ``fi_FI`` locale. Thanks @ALMP-SallaH.
* Fix ``person.ja_JP`` kana and roman characters. Thanks @yameholo.
* Add ``json`` and ``fixed_width`` generators. Thank you @johnbrandborg.
* Add SWIFT code provider methods: ``swift``, ``swift8`` and ``swift11``. Thanks \ 
@malefice.
* Add ``es_ES`` internet provider. Thanks @mondeja.
* Update ``bban_format`` for ``fr_FR`` locale. Thanks @r3gis3r.
* Update ``fr_FR`` ``job`` provider. Thanks @mondeja.
* Add ``es_ES`` ``barcode`` provider. Thanks @mondeja.
* Add parser argument support. Thanks @johnbrandborg.
   2020-07-13 22:05:13 by Thomas Klausner | Files touched by this commit (19)
Log message:
*: reset maintainer for darcy
   2020-06-18 23:32:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-faker: updated to 4.1.1

4.1.1:
* Add ``date_time`` providers for ``cs_CZ``, ``de_AT``, ``es_ES``, ``it_IT``, \ 
``sk_SK``,
  ``tr_TR``.
* Add prefix support to BarcodeProvider.
* Fix company format for ``hy_AM`` provider.
* Add .uk email providers and TLDs for ``en_GB``.
* Add ``language_name`` generator.
* Add ``pytimezone`` generator returning ``tzinfo`` objects.
* Add ``es_ES`` currency provider.
   2020-05-29 10:59:25 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-faker: updated to 4.1.0

4.1.0:
* Add ``pytest`` plugin.
* Fix phone numbers for ``es_ES``.
* Fix ``uuid`` provider to return a ``uuid4`` object when ``cast_to`` is set to \ 
``None``.
* Update names for ``es_ES`` person provider.
* Add provider for ``sk_SK`` ``birth_number``.
* Add ``day_of_week`` and ``month_name`` for ``de_DE`` provider.

Next | Query returned 86 messages, browsing 41 to 50 | Previous