14
0
Files
python-mimesis/python-mimesis.changes
Tomáš Chvátal d0da991fe9 Accepting request 710554 from home:pgajdos
- version update to 3.2.0
  **Added**:
  - Added built-in provider DenmarkSpecProvider
  - Added meta classes for providers for internal usage 
    (see `#621 <https://github.com/lk-geimfari/mimesis/issues/621>`_.)
  - Added support for custom templates in ``Person().username()``
  - Added ``ItalianSpecProvider()``
  **Fixed**:
  - Support of seed for custom providers
  - ``currency_iso_code`` from the ``Business()`` provider now by
    default returns the currency code of the current locale.
  **Removed**:
  - Removed ``multiple_choice()`` in the ``random`` module because it
    was unusued and it could be replaced with ``random.choices``.
  - Removed legacy method ``child_count()`` from provider ``Person()``
- run the testsuite

OBS-URL: https://build.opensuse.org/request/show/710554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mimesis?expand=0&rev=3
2019-06-18 12:16:30 +00:00

25 lines
1007 B
Plaintext

-------------------------------------------------------------------
Tue Jun 18 11:44:53 UTC 2019 - pgajdos@suse.com
- version update to 3.2.0
**Added**:
- Added built-in provider DenmarkSpecProvider
- Added meta classes for providers for internal usage
(see `#621 <https://github.com/lk-geimfari/mimesis/issues/621>`_.)
- Added support for custom templates in ``Person().username()``
- Added ``ItalianSpecProvider()``
**Fixed**:
- Support of seed for custom providers
- ``currency_iso_code`` from the ``Business()`` provider now by
default returns the currency code of the current locale.
**Removed**:
- Removed ``multiple_choice()`` in the ``random`` module because it
was unusued and it could be replaced with ``random.choices``.
- Removed legacy method ``child_count()`` from provider ``Person()``
- run the testsuite
-------------------------------------------------------------------
Thu May 2 19:01:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version