Next | Query returned 86 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2022-03-06 18:22:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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) | Package updated
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
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-09-15 21:03:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-faker: updated to 8.13.2

v8.13.2
* Fixed: region_codes for bic must have 9 digits.

v8.13.1
* Change ``fi_FI`` Provinces to Regions.

v8.13.0
* ``uk_UA`` address provider - fix streets and cities names, added regions.

v8.12.3
* Fix missing underscores in ``mac_platform_token``.

v8.12.2
*  Remove period/fullstop from ``en_GB`` prefixes.
   2021-05-14 08:56:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-faker: updated to 8.1.4

v8.1.4:
* Support distant past dates on Windows.
   2021-05-11 07:04:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-faker: updated to 8.1.3

v8.1.3
* Fixes 1439: Cast Path to a string for `pkgutil.iter_modules`).

v8.1.2
* Fix company suffix typo for ``th_TH``.

v8.1.1
* Remove ``gmail.co.uk`` from ``en_GB`` email Provider.

v8.1.0
* Extend ``pl_PL`` Pesel To support greater range of dates.

v8.0.0
* Fix CLI only giving 10 possible outputs.

v7.0.1
* Fix faker module loader to use strings rather than Paths.

v7.0.0
* Make sure `pyfloat` fails when asked to produce more digits than the system \ 
supports.

v6.6.3
* Ensure ``pytuple`` returns the correct number of items.
   2021-03-19 08:33:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-faker: updated to 6.6.2

v6.6.2
* Fix ``ro_RO`` phone numbers generation.

v6.6.1
* set ``uk_UA`` address street titles to proper language.

Next | Query returned 86 messages, browsing 31 to 40 | Previous