Accepting request 698066 from home:pgajdos

- version update to 1.0.5
  * Add min and max values for ``pyfloat`` and ``pydecimal``. 
    Thanks @Lrcezimbra.
  * Add ``months`` and ``M`` to the syntax for ``start_date`` and
    ``end_date``. Thanks @anneclairebrld.
  * Add support for ``PyInstaller``. Thanks @arossert.
  * Add Dutch company names. Thanks @MathynS.
  * Fix some invalid French phone numbers starting with ``+33 8x``.
    Thanks @stephane.
  * Add Armenian locale ``hy_AM``. Thanks @hovikman.
- deleted patches
  - ipaddress.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/698066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-04-26 08:27:49 +00:00
committed by Git OBS Bridge
parent 0ca6855ca2
commit 4fa2a0d8a9
5 changed files with 21 additions and 19 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Apr 26 06:26:07 UTC 2019 - pgajdos@suse.com
- version update to 1.0.5
* Add min and max values for ``pyfloat`` and ``pydecimal``.
Thanks @Lrcezimbra.
* Add ``months`` and ``M`` to the syntax for ``start_date`` and
``end_date``. Thanks @anneclairebrld.
* Add support for ``PyInstaller``. Thanks @arossert.
* Add Dutch company names. Thanks @MathynS.
* Fix some invalid French phone numbers starting with ``+33 8x``.
Thanks @stephane.
* Add Armenian locale ``hy_AM``. Thanks @hovikman.
- deleted patches
- ipaddress.patch (upstreamed)
-------------------------------------------------------------------
Fri Mar 15 13:15:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>