2019-03-14 15:34:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 14 14:26:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.0.4:
|
|
|
|
* Various small fixes, see CHANGELOG.rst
|
|
|
|
- Merge patch faker-32bit.patch
|
|
|
|
|
2019-03-10 12:05:14 +01:00
|
|
|
-------------------------------------------------------------------
|
2019-03-12 10:24:25 +01:00
|
|
|
Tue Mar 12 09:24:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Add patch to fix 32bit builds:
|
|
|
|
* faker-32bit.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-03-10 12:05:14 +01:00
|
|
|
Sun Mar 10 10:15:00 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Remove pre-existing bytecode files in the sdist, which were
|
|
|
|
being included in the runtime package and causing lint warnings
|
|
|
|
on Leap 42.3 & SLE 12 SP4, and they were breaking tests on Leap 15.
|
|
|
|
|
2019-02-14 16:10:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 14 14:44:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
2019-03-14 15:34:55 +01:00
|
|
|
- Update to 1.0.2:
|
2019-02-14 16:10:38 +01:00
|
|
|
* Many changes to list see CHANGELOG.rst
|
|
|
|
- Run tests
|
|
|
|
|
2018-12-04 14:26:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:47:53 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-01-17 08:51:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 17 04:08:11 UTC 2018 - arun@gmx.de
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
|
|
|
|
- update to version 0.8.10:
|
|
|
|
* Pass python_requires argument to setuptools. Thanks @jdufresne.
|
|
|
|
* Remove some words from en_US lorem ipsum provider. Thanks @Pomax.
|
|
|
|
|
|
|
|
- changes from version 0.8.9:
|
|
|
|
* Remove support for Python 3.3. Thanks @jdufresne.
|
|
|
|
* Allow past dates within a second. Thanks @DanEEstar.
|
|
|
|
* Added phone number formatting to en_GB localisation to ensure no
|
|
|
|
genuine phone numbers are generated. Thanks @TheSapper.
|
|
|
|
* Added en_GB localisation for SSN (UK National Insurance
|
|
|
|
Number). Thanks @TheSapper.
|
|
|
|
* Added ro_RO person Provider. Thanks @vasilesmartup.
|
|
|
|
* Added domain argument to email provider. Thanks @lcd1232.
|
|
|
|
|
2017-12-21 21:23:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 21 18:32:37 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 0.8.8:
|
|
|
|
* made seed_instance return self for chainability.
|
|
|
|
* Add en_US locale for lorem. Thanks @shacker.
|
|
|
|
* fi_FI gender specific data added. Thanks @mikkhola.
|
|
|
|
* fi_FI address and job lists updated. Thanks @mikkhola.
|
|
|
|
* Add iban provider. Thanks @cdaller.
|
|
|
|
|
2017-11-15 14:15:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 15 07:07:39 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 0.8.7:
|
|
|
|
* Corrected some issues with the Hungarian (hu_HU) providers, such
|
|
|
|
as incorrectly capitalized company suffixes, street/road type
|
|
|
|
names and place names. Thanks @chrisvoncsefalvay.
|
|
|
|
* The Hungarian locale's providers.job.job provider now returns
|
|
|
|
Hungarian job names, taken from the Hungarian National Statistical
|
|
|
|
Office (KSH)'s 2008 survey nomenclature of employment (FEOR
|
|
|
|
'08). Thanks @chrisvoncsefalvay.
|
|
|
|
* Added he_IL locale. Thanks @bjesus.
|
|
|
|
* Fix possible infinite loop in random_sample_unique. Thanks
|
|
|
|
@153957.
|
|
|
|
* Add aliases to make pt_BR address provider compatible with
|
|
|
|
en_US. Thanks @diegoholiveira.
|
|
|
|
* Fix ResourceWarning in setup.py. Thanks @jdufresne.
|
|
|
|
* Update test requirements.
|
|
|
|
|
2017-10-23 17:05:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 22 18:45:48 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* added requirement for text-unidecode
|
|
|
|
|
|
|
|
- update to version 0.8.6:
|
|
|
|
* Replace unidecode dependency in favor of text-unidecode. Faker now
|
|
|
|
requires text-unidecode.
|
|
|
|
|
|
|
|
- changes from version 0.8.5:
|
|
|
|
* Add ASCII emails. Thanks @barseghyanartur.
|
|
|
|
* Add id_ID Providers. Thanks Sidi Ahmad.
|
|
|
|
* Fix date_time.time_series() to ensure start and end bounds are
|
|
|
|
inclusive. Thanks @bijanvakili.
|
|
|
|
* Create a provider to Brazilian license plates. Thanks
|
|
|
|
@diegoholiveira.
|
|
|
|
* Use a proper international format for Ukrainian phone
|
|
|
|
numbers. Thanks @illia-v.
|
|
|
|
* Faker now requires Unidecode.
|
|
|
|
|
|
|
|
- changes from version 0.8.4:
|
|
|
|
* Move email_validator to test_requires and unpinned the version
|
|
|
|
number.
|
|
|
|
* Date feature parity with datetime. Thanks @noirbizarre.
|
|
|
|
* Add MSISDN in the phone_number provider. Thanks @patrickporto.
|
|
|
|
* Add Arabic locales. Thanks @ahmedaljazzar.
|
|
|
|
* Fix datetime issue on Windows. Thanks @kungfu71186.
|
|
|
|
|
2017-09-11 17:41:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 11 15:22:34 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Rewrite description to focus on the package.
|
|
|
|
|
2017-09-06 19:29:51 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 6 16:41:21 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|