SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-Faker-3.0.1-150600.2.2.noarch.rpm :

* Fri Jan 17 2020 tchvatalAATTsuse.com- Update to 3.0.1:
* Add provider methods zip and tar for generating zip and tar files. Thanks AATTmalefice.
* Add en-CA postcode_in_province() method. Thanks AATToeuftete.
* Update Address and Automotive provider for Russian locale. Thanks AATTvalestel.
* Add provider methods for dsv files: csv, tsv, psv and generic dsv. Thanks AATTmalefice.
* Remove parenthesis from city name in de_DE address provider. Thanks AATTjerr0328.
* Add NIP generator in pl_PL. Thanks AATTIlfirinPL.
* Fix Faker.random_number intermittent exceptions. Thanks AATTJengah.
* Mon Jan 13 2020 mcalabkovaAATTsuse.com- update to 3.0.0
* Breaking change: Add support for multiple locale data generation.
* Add Iranian credit card.
* Improve color provider.
* Drop python 3.4.
* Fix master card number generator.
* Add provider for Finnish IBAN numbers.
* Split first names into male/female for person/de_AT.
* Optimize IPv4 address generation.
* Add support for token-based string generation.
* Use the provider\'s RNG instead of the random module in invalid_ssn.
* More small fixes.
* Tue Sep 24 2019 tchvatalAATTsuse.com- Update to 2.0.2:
* Add nationalities for locale pt_PT. Thanks AATTtng10.
* Add ios() and android() to user_agent provider. Thanks AATTgsilvan.
* Update zh_CN provinces. Thanks AATTcasen27.
* Fix typos, misspellings. Add locations, names, dates in hi_IN providers. Thanks AATTkathawala.
* Bump required version text-unidecode to 1.3. Thanks AATTmoggers87.
* Bug fix for pyfloat going over max_value. Thanks AATTfgs-dbudwin.
* Wed Jul 24 2019 mcalabkovaAATTsuse.com- update to version 2.0.0
* Breaking change: Only allow providers to use OrderedDict s, to avoid any more PYTHONHASHSEED problems.
* Remove some validations from Faker and delegate it to an external library, validators.
* Add an \"Invalid SSN\" generator to the en_US SSN Provider.
* Loosen version restrictions on freezegun and random2.
* Add date_of_birth and sex argument to pesel Provider (pl_PL).
* Fix datetime parsing on environments with negative offsets.
* Fri Jul 19 2019 sean.marlowAATTsuse.com- Update ipaddress requirements.
* Thu May 23 2019 pgajdosAATTsuse.com- version update to 1.0.7
* Remove dead url from ``image_placeholder_services``. Thanks AATTMonstrofil.
* Fix missing ``first_names`` in Romanian person provider. Thanks AATTxlotlu.
* Add Catalan, adds doi/nie/nif/cif to Spain ssn. Thanks AATTkingbuzzman.
* Add ``texts`` to generate list of texts. Thanks AATTpishchalnikov.
* Add provider for ``pl_PL`` automotive and Polish pesel number. Thanks AATTadwojak.
* Corrected behavior for ``pyfloat``. Thanks AATTariksu.
* Add missing commas to company/nl_NL provider. Thanks AATTfrancoisfreitag.
* Add bounds to ``pyint``. Thanks AATTfrancoisfreitag.
* Accept step argument in ``random_int()``. Thanks AATTfrancoisfreitag.
* Fri Apr 26 2019 pgajdosAATTsuse.com- version update to 1.0.5
* Add min and max values for ``pyfloat`` and ``pydecimal``. Thanks AATTLrcezimbra.
* Add ``months`` and ``M`` to the syntax for ``start_date`` and ``end_date``. Thanks AATTanneclairebrld.
* Add support for ``PyInstaller``. Thanks AATTarossert.
* Add Dutch company names. Thanks AATTMathynS.
* Fix some invalid French phone numbers starting with ``+33 8x``. Thanks AATTstephane.
* Add Armenian locale ``hy_AM``. Thanks AATThovikman.- deleted patches - ipaddress.patch (upstreamed)
* Fri Mar 15 2019 jengelhAATTinai.de- Trim duplicated name from summary.
* Fri Mar 15 2019 tchvatalAATTsuse.com- Add patch ipaddress.patch to fix its runtime detection
* Thu Mar 14 2019 tchvatalAATTsuse.com- Update to 1.0.4:
* Various small fixes, see CHANGELOG.rst- Merge patch faker-32bit.patch
* Tue Mar 12 2019 tchvatalAATTsuse.com- Add patch to fix 32bit builds:
* faker-32bit.patch
* Sun Mar 10 2019 jayvdbAATTgmail.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.
* Thu Feb 14 2019 tchvatalAATTsuse.com- Update to 1.0.2:
* Many changes to list see CHANGELOG.rst- Run tests
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Wed Jan 17 2018 arunAATTgmx.de- specfile:
* update copyright year- update to version 0.8.10:
* Pass python_requires argument to setuptools. Thanks AATTjdufresne.
* Remove some words from en_US lorem ipsum provider. Thanks AATTPomax.- changes from version 0.8.9:
* Remove support for Python 3.3. Thanks AATTjdufresne.
* Allow past dates within a second. Thanks AATTDanEEstar.
* Added phone number formatting to en_GB localisation to ensure no genuine phone numbers are generated. Thanks AATTTheSapper.
* Added en_GB localisation for SSN (UK National Insurance Number). Thanks AATTTheSapper.
* Added ro_RO person Provider. Thanks AATTvasilesmartup.
* Added domain argument to email provider. Thanks AATTlcd1232.
* Thu Dec 21 2017 arunAATTgmx.de- update to version 0.8.8:
* made seed_instance return self for chainability.
* Add en_US locale for lorem. Thanks AATTshacker.
* fi_FI gender specific data added. Thanks AATTmikkhola.
* fi_FI address and job lists updated. Thanks AATTmikkhola.
* Add iban provider. Thanks AATTcdaller.
* Wed Nov 15 2017 arunAATTgmx.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 AATTchrisvoncsefalvay.
* 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 AATTchrisvoncsefalvay.
* Added he_IL locale. Thanks AATTbjesus.
* Fix possible infinite loop in random_sample_unique. Thanks AATT153957.
* Add aliases to make pt_BR address provider compatible with en_US. Thanks AATTdiegoholiveira.
* Fix ResourceWarning in setup.py. Thanks AATTjdufresne.
* Update test requirements.
* Sun Oct 22 2017 arunAATTgmx.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 AATTbarseghyanartur.
* Add id_ID Providers. Thanks Sidi Ahmad.
* Fix date_time.time_series() to ensure start and end bounds are inclusive. Thanks AATTbijanvakili.
* Create a provider to Brazilian license plates. Thanks AATTdiegoholiveira.
* Use a proper international format for Ukrainian phone numbers. Thanks AATTillia-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 AATTnoirbizarre.
* Add MSISDN in the phone_number provider. Thanks AATTpatrickporto.
* Add Arabic locales. Thanks AATTahmedaljazzar.
* Fix datetime issue on Windows. Thanks AATTkungfu71186.
* Mon Sep 11 2017 jengelhAATTinai.de- Rewrite description to focus on the package.
* Wed Sep 06 2017 toddrme2178AATTgmail.com- Initial version
 
ICM