|
|
|
|
Changelog for python310-Faker-26.1.0-2.10.noarch.rpm :
* Mon Aug 05 2024 John Paul Adrian Glaubitz - Update to 26.1.0 * Add more entries to `sk_SK` Geo provider. * Sat Jun 29 2024 Dirk Müller - update to 26.0.0: * Fix upper limit of nb_elements. * Remove duplicate entry in currency provider. * Change `pydecimal` type hint for `min_value`, `max_value` to allow `int`s. * Add support for Nigerian Yoruba names and surnames (`yo_NG`). * Tue Jun 11 2024 Dirk Müller - update to 25.8.0: * Add handshake emoji with different color variations to emoji provider list. * Add missing translation for countries in `pt-BR`. * Fix data in geo for `pl_PL`. * Thu Jun 06 2024 Dirk Müller - update to 25.5.0: * Fix data in geo for `pl_PL`. Thanks AATTgeorge0st. * Add landmarks in `geo` for `pl_PL`. Thanks AATTgeorge0st. * Add more iOS versions to `user_agent`. Thanks AATTgeorge0st. * Update VAT generation in `nl_BE` to align with correct Belgian format. Thanks AATTJorisSpruyt. * Fri May 10 2024 Dirk Müller - update to 25.1.0: * Add geo for `pl_PL`. Thanks AATTgeorge0st. * Add geo for `sk_SK`. Thanks AATTgeorge0st. * Fri May 03 2024 Dirk Müller - update to 25.0.1: * Add type stub file to `setup.py`. * Include type stubs in release. * Add job provider for `cs_CZ`. * Add geo provider for `sk_SK`. * Clean up data in `sk_SK` job provider. * Remove offensive word from `pl_PL` lorem provider. * Tune `cs_CZ` phone number validation. * Update list of `first_name_ *` and `last_name` in `pt_BR` `PersonProvider`. * Update `uk_UA` phone provider. * Fix wrong pricetag format in `ru_RU` locale. * Update last names for `de_DE` locale. * Update phone number formats for `cs_CZ`, `sk_SK`. * Update versions in `user_agent` provider. * Add type hints stubs. * Add address words for `cs_CZ`. * Fri Mar 22 2024 Dirk Müller - update to 24.3.0: * Add phone number formats to nl_BE. * Return capitalized city names in `hu_HU`. * Add `uk-UA` credit card provider. * Upgrade `uk_UA` person provider. * Fix prefix for male `bg_BG` names * Add Grenville to `land_coords` in geo provider. * Fix Kyiv name. * Fix returning random data for person provider in `et_EE` locale when the same seed value is set. * Add person, bank provider for `sk_SK` locale. * fix: update `pydecimal` algorithm to ensure left part is not generated with a leading 0. * Allow Uniqueness and Localization. * Add `uk_UA` lorem provider. * Consistently throw an error if the start of a daterange is after the end. * Add `uk_UA` automotive provider * Tue Jan 30 2024 Dirk Müller - update to 22.6.0: * Add support for birthday and gender to `uk_UA` `ssn` method. * Add area code `830000` to `zh_CN`. Thanks AATTantik. * Add `area_code` parameter to `ssn` provider for `zh_CN`. * Add `http_status_code` to internet provider. * Sat Jan 20 2024 Dirk Müller - update to 22.4.0: * Add `fa_IR` localization for currency provider. Thanks AATTparsariyahi. * Add bank provider for `uk_UA`. Thanks AATTSanderFtn. * Add bank provider for `cs_CZ`. Thanks AATTgeorge0st. * Mon Jan 08 2024 Dirk Müller - update to 22.1.0: * Add support for multiple file systems path rules. * Sat Jan 06 2024 Dirk Müller - update to 22.0.0: * Remove dot from `file_name` when `extention` is the empty string. * Allow extension in `file_path` to take a list of allowed extensions, or empty for \"no extension\". * Fix typo in `ru_RU` company names. * Sat Dec 16 2023 Dirk Müller - update to 21.0.0: * Fix: random sign in `pyfloat` when `positive=False`. * Add company provider and NUSS for `es_ES` locale. * Add official support for Python 3.12. * Make `unix_time` always return floats. * Fix `pydecimal` crash on float `min_value` or `max_value`. * Fix type hint for `unix_time`. * Support platform-specific second precision. Thanks AATTcknv. * Add more entries in `cs_CZ`\'s geo * Fix latest days of the month as birth day in italian SSN. * Add `geo` provider for `cs_CZ` * Fix handling for finnish ssn where `min_age` and `max_age` are the same * Add a few street names to `cs_CZ` * Add words to lorem for `cs_CZ` * Add color for `cs_CZ` * Tue Oct 17 2023 Matej Cepl - Update to 19.10.0: - Update names and phone numbers for cs_CZ. Thanks AATTgeorge0st. - Revert \"fix type error in pyfloat when max_value is None\" from v19.6.2. - Use DE base for de_CH AddressProvider. Thanks AATTnchiapol. - Fix person Latvian provider. - Add Gender support for Latvian (lv_LV) names. Thanks AATTOskarsPakers. - Add MAC Address Multicast. Thanks AATTd3vyce. - fix type error in pyfloat when max_value is None. Thanks AATTHugoJP1. - Bump actions/checkout from 3 to 4 (#1909). Thanks AATTdependabot[bot]. - Add addresses for en_BD. Thanks AATTaamibhoot. - Add color_rgb, color_rgb_float, color_hsv and color_hsl. Thanks AATTfdemmer. - Add schemes and deep argument to uri method. - Remove spurious space in uk_UA first_name. Thanks AATTRomissevd. - Add weighting to dynamic providers. Thanks AATTpauldechorgnat. - Add support for South African Zulu (zu_ZA) names and last names. Thanks AATTiamkhaya. - Add ja_JP locale for datetime. Thanks AATTcyanghsieh. - Drop support for Python 3.7 - Drop support for 32 bit systems. - Add elector_code for es_MX SSN provider. Thanks AATTedgarrmondragon. - Add .optional proxy that may or may not return a fake value. Thanks AATTligne. - Add fake automotive vin number function. Thanks AATTcyanghsieh. - Fix area codes for fr_FR mobile phone numbers. Thanks AATTQuentinFchx.- Remove unnecessary dependence on random2, ukpostcodeparser. * Sun Jun 25 2023 Dirk Müller - update to 18.11.1: * Update Ukraine Country Code in `phone_number` * Add digit-above-two type to numerify function * Tue Jun 20 2023 Dirk Müller - update to 18.10.1: * Fix handling leap year in `en_US` Passport provider. * Add `passport` Provider and `en_US` Implementation. * Fix `fr_FR` `postcode` length. * Sat May 27 2023 Dirk Müller - update to 18.9.0: * Add `xml` provider * Add `zh_CN` bank locale * Sun May 14 2023 Dirk Müller - update to 18.7.0: * Add `license_plate` for `zh_CN` and `zh_TW`. * Improve accuracy of departments in `fr_FR` provider `postcode`. * Fix `ssn` provider for `zh_TW`. * Thu May 04 2023 Dirk Müller - update to 18.6.0: * Add a separate `basic_phone_number` for `en_US`. Thanks AATTdlwrnc. * Wed Apr 26 2023 Dirk Müller - update to 18.5.1: * Fix release. * Add `de_DE` `swift_location_codes`. Thanks AATTMiloniAtal. * Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68) * Wed Apr 19 2023 Dirk Müller - update to 18.4.0: * Add currency symbols for all listed currencies. * Ensure `pyfloat` honors min and max values. * Use correct union type for provider argument (#1840). * Fix determinism in `state_abbr()` for `en_US`. * Separate freely-associated states & US territories. * Fix value error formatting. * Add lorem provider for `nl_BE`. * Add `nl_BE` automotive provider. * Add `nl_BE` company provider. * Add territory zip codes for `en_US`. * Add `nl_BE` bank provider. * Fix North Macedonia entry in `uk_UA` provider. * Add SBN provider. * Use the official name for North Macedonia due to the name change in 2019. * Add `zh_TW` `date_time` provider. * Add support for latvian `ssn` generation. * Add argument validation to `pybool()`. * Thu Feb 16 2023 Dirk Müller - update to 17.0.0: * Remove deprecated placeimg image provider. Thanks AATTWonskcalb. * Add `truth_probability` argument to `pybool` generator. * Fri Feb 10 2023 Dirk Müller - update to 16.8.1: * Sort and add new Arabic words in `ar_AA` and `ar_PS`. * Add `emoji` provider. * Fix `name_female` and `name_male` mixed names for `en_GB`. * Add method to generate JSON as bytes. * Fix `siret` and `siren` generation for `fr_FR` locale company information. * Add `fr_CA` address provider. * Add `zipcode`, `postcode` and `postalcode` to `pl_PL`. * Update phone number formats for `es_ES` locale. * Add new `fr_BE` and `nl_BE` `Person` providers. * Add `fr_CA` date time provider. * Allow passing optional json encoder in `json` provider. * Fix missing comma in `en_NZ` address provider. * Fix amount and layout of sample data. * Wed Feb 01 2023 Dirk Müller - drop python 3.7 specific dependencies - not in any existing SUSE distribution anymore * Wed Dec 07 2022 Yogalakshmi Arunachalam - Update to v15.3.4 - 2022-11-30 * Fix it_IT SSN generation with latin chars in name or surname. Thanks AATTpanicofr.- Update to v15.3.3 - 2022-11-22 * Fix seeding with multiple locales. Thanks AATTjohntmyers.- Update to v15.3.2 - 2022-11-14 * Fix implicit Optional issues. Thanks AATTpalfrey. * Thu Dec 01 2022 Yogalakshmi Arunachalam - Update to v15.3.1 - 2022-11-07 * Update the `word_list` for `pl_PL`. Thanks AATTBeRT2me.- Update to v15.3.0 - 2022-11-07 * Add color provider for `id_ID`. Thanks AATTrosdyana. * Mon Nov 07 2022 Yogalakshmi Arunachalam - Update to v15.2.0 * Add banks for en_IN locale. Thanks AATTChiragMangukia. * Thu Oct 27 2022 Yogalakshmi Arunachalam - Update to v15.1.1 * Fix ImportError on python <3.7.2- Update to v15.1.0 * Add enum provider.- Update to v15.0.0 * Add support for Python 3.10. Thanks AATTuri-rodberg. * Drop support for Python 3.6. * Tue Oct 11 2022 Yogalakshmi Arunachalam - Update to version v14.2.1 - 2022-10-11 * Fix misspelled first name in da_DK locale. Thanks AATTfilson1. * Thu Sep 22 2022 Yogalakshmi Arunachalam - Update to v14.2.1 * Fix misspelled first name in da_DK locale. Thanks AATTfilson1.- Update to 14.2.0 * Add support for prefix and suffix to pystr provider.Thanks AATTstefan6419846.- Update to 14.1.2 * Fix uk_UA postcode generation. Thanks AATTajinkyac03.- Update to 14.1.1 * Relax minimum version of typing-extensions. Thanks AATTstefan6419846.- Update to 14.1.0 * Add providers for bn_BD: address, automotive, bank, color, company, currency, date_time, geo, internet, job, person, phone_number and ssn. Thanks AATTsaanpritom.- Update to 14.0.0 * Fix Provider._parse_date_time to support timestamps. Thanks AATTmochi-moshi.- Update to 13.16.0 * automotive: add de_CH license plates. Thanks AATTgsilvan. * Tue Aug 02 2022 Otto Hollmann - Update to v13.15.1: * change license_formats pt_BR to match Mercosul.- Changes from v13.15.0: * Upgrade person, company, internet, currency providers for tr_TR.- Changes from v13.14.0: * Fix vat and police id for el_GR. * Add tin and ssn for el_GR.- Changes from v13.13.1: * Fix area codes for fr_FR phone numbers.- Changes from v13.13.0: * Add support for ISO 8601 timestamp profiles.- Changes from v13.12.1: * Correct RUT range in es_CL.- Changes from v13.12.0: * Add support for generating relative file paths.- Changes from v13.11.1: * Fix firefox ua being nondeterministic with fixed seed.- Changes from v13.11.0: * Add sq-AL automotive provider.- Changes from v13.10.0: * Improve it_IT ssn provider to match real building rules.- Changes from v13.9.0: * Add part-of-speech functionality for en_US.- Changes from v13.8.0: * Add fr-FR datetime provider. * Add no-NO datetime provider. * Add zh-CN datetime provider.- Changes from v13.7.0: * Add automotive provider for fi_FI, et_EE, lt_LT and vi_VN.- Changes from v13.6.0: * Add ar_BH automotive provider.- Changes from v13.5.0: * Add Mexican CLABE bank code for es_MX locale.- Changes from v13.4.0: * Add it_IT automotive provider.- Changes from v13.3.5: * Fix error in currency provider data.- Changes from v13.3.4: * Bump actions/cache from 2 to 3 (#1631).- Changes from v13.3.3: * Fix factory selection when Faker has been seeded.- Changes from v13.3.2: * Bump actions/stale from 3 to 5 (#1629).- Changes from v13.3.1: * Bump actions/setup-python from 2 to 3 (#1626).- Changes from v13.3.0: * Add lorem provider for fa-ir language code.- Changes from v13.2.0: * Add bn_BD Lorem Provider.- Changes from v13.1.0: * Add lorem support for de_DE and de_AT.- Changes from v13.0.0: * Use os.urandom in binary() if unseeded.- Changes from v12.3.3: * Arabic improvements for names.- Changes from v12.3.2: * Fix postcode format for es_ES locale.- Changes from v12.3.1: * Prevent \"non-integer arguments to randrange()\" warnings on Python 3.10.- Changes from v12.3.0: * Fix it_IT ssn() validity.- Changes from v12.2.0: * Add cities to de_CH.- Changes from v12.1.0: * Set correct language on provider when specific locale is requested.- Changes from v12.0.1: * Remove empty string in Korean job list.- Changes from v12.0.0: * Remove dependency from text-unidecode.- Changes from v11.4.0: * Add geonames db of Italian cap-city-province and full match when generating full addresses.- Changes from v11.3.0: * Add banks for fa-ir.- Changes from v11.2.0: * Improve phone numbers for it_IT.- Changes from v11.1.0: * Add providers for az_AZ locale.- Changes from v11.0.0: * Replace lorempixel.com service with picsum.photos in image_url provider. * Add placeholder_url argument to image_url. * Mon Dec 27 2021 Ben Greiner - Add missing typing-extensions requirement * Thu Dec 09 2021 pgajdosAATTsuse.com- version update to 10.0.0 * deprecate positional `allowed_types`. * Revert \"deprecate positional `allowed_types`\". * deprecate positional `allowed_types` (#1573). Thanks AATTfcurella. * Fix positional ``value_types``. * Shorten IBANs for `pl_PL` to 28 chars. Fix #1568 (#1569). Thanks AATTfcurella. * Relax ElementsType to admit e.g. Sets. Thanks AATTOJFord. * Fix ``pydecimal`` with ``left_digits=0`` not setting the left digit to 0. Thanks AATTndrwkim. * Add ``es_CO`` localized providers. Thank you AATThealarconr. * Take into account area codes for French phone numbers. Thanks AATTnicarl. * Add provider for French SSN. Thanks AATTnicarl. * Add dynamic provider. Thanks AATTomri374. * Improve randomness of ``pydecimal`` for different scenarios. Thanks AATTantonioIrizar. * Limit ``typing_extensions`` dependency to Python < 3.8. Thanks AATTmgorny. * Add ``typing-extensions`` as dependency and pin ``mypy`` version. Thanks AATTnicarl. * Add automotive provider for ``nl_NL``. Thanks AATTMarcelRobeer. * Add Typing. Thanks AATTMarcelRobeer, AATTnicarl. * Change to secondary address format in ``en_AU`` locale to reflect the common usage. Thanks AATTdeboraelkin2. * Add ``currency``, ``automotive``, ``company`` and ``bank`` providers for ``el_GR``. Thanks AATTnikosmichas. * Add ``color`` and ``date_time`` provider for ``el_GR``. Thanks AATTnikosmichas. * Add currency provider for ``nl_NL``. Thanks AATTMarcelRobeer. * Fix ``pydecimal`` returning ``min_value`` or ``max_value`` too frequently. Thanks AATTzivkovic. * Change default email generator to use safe domain names. Thanks AATTerrbufferoverfl. * Add ``date_time`` provider for ``nl_NL``. Thanks AATTMarcelRobeer. * Add ``bg_BG`` color provider. Thanks AATTiradonov. * Fix bug in ``pydecimal`` when returning max/min. Thanks AATTwilbertom. * Fix `pydecimal` precision. Thanks AATTjoidegn. * Add datetime provider for ``bn_BD``. Thanks AATTjabertuhin. * Change ``fi_FI`` Provinces to Regions. Thanks AATTLKajan. * ``uk_UA`` address provider - fix streets and cities names, added regions. Thanks AATTo-vasyliev. * Fix missing underscores in ``mac_platform_token``. Thanks AATTiamkeyur. * Remove period/fullstop from ``en_GB`` prefixes. Thanks AATTstephengruppetta. * Add missing diacritics in ``fr_FR`` ``person`` provider. Thanks AATTlaowantong. * Mon Aug 30 2021 John Paul Adrian Glaubitz - Update to 8.12.1 * Add missing diacritics in ``fr_FR`` ``person`` provider. Thanks AATTlaowantong.- from version 8.12.0 * Added non-geo numbers and services phones format for ``pt_BR``. Thanks AATTleogregianin. * Add datetime formats in ``pt_BR``. Thanks AATTleogregianin. * Add currency formats in ``pt_BR``. Thanks AATTleogregianin. * Thu Aug 12 2021 John Paul Adrian Glaubitz - Update to 8.11.0 * Add ``nic_handle``. Thanks AATTpishchalnikov.- from version 8.10.3 * Remove potentially offensive surname in ``it_IT``. Thanks AATTlordgordon.- from version 8.10.2 * Return list instead of tuple in ``choices_distribution``. Thanks AATTsvisser.- from version 8.10.1 * enable faker instances to be unpickled (#1480). Thanks AATTfcurella.- from version 8.10.0 * Add ``ar_AE`` (UAE) phone numbers. Thanks AATTsshishov.- from version 8.9.1 * Skip UnsupportedFeature\'s on the command line. Thanks AATTtherefromhere.- from version 8.9.0 * Add RIPE ID. Thanks AATTpishchalnikov.- from version 8.8.2 * Avoid collision for ``date`` in ``datetime`` provider. Thanks AATTmattshin.- from version 8.8.1 * Fix ``left_digits`` ignored if ``min_value`` is given. Thanks AATTOJFord.q- from version 8.8.0 * Add ``iana_id``, IANA Registrar ID. Thanks AATTpishchalnikov.- from version 8.7.0 * Add tlds for ``th_TH`` internet provider. Thanks AATTbact.- from version 8.6.0 * Add ``aba()`` method to generate ABA routing numbers. Thanks AATTmstellon.- from version 8.5.1 * Fix deepcopy for Faker instances.- from version 8.5.0 * Add ``image`` provider. Thanks AATTn1ngu.- from version 8.4.0 * Add license plates and language names for ``he_IL`` locale. Thanks AATTAndreyRub.- from version 8.3.0 * Add colors for ``he_IL``. Thanks AATTAndreyRub.- from version 8.2.1 * Add few more names in ``en_IN`` person provider. Thanks AATTFelix-Raj.- from version 8.2.0 * Add ``city_name()`` and cities to ``support .city()`` for ``th_TH``. Thanks AATTbact. * Sun May 16 2021 Ben Greiner - Update to 8.1.4: * Support distant past dates on Windows. Thanks AATTprescod. * Fixes #1439: Cast Path to a string for pkgutil.iter_modules (#1441). Thanks AATTfcurella. * Fix company suffix typo for th_TH. Thanks AATTbact. * Remove gmail.co.uk from en_GB email Provider. Thanks AATTbact. * Extend pl_PL Pesel To support greater range of dates. Thanks AATTIlfirinPL. * Fix CLI only giving 10 possible outputs. Thanks AATTandrewdotn. * Fix faker module loader to use strings rather than Paths. Thanks AATTmgorny. * Make sure pyfloat fails when asked to produce more digits than the system supports. Thanks AATTrossjones. * Ensure pytuple returns the correct number of items. Thanks AATTrossjones. * Fix ro_RO phone numbers generation. Thanks AATTfeketemihai. * set uk_UA address street titles to proper language. Thanks AATTfessua. * Add address provider for ro_RO. Thanks AATTfeketemihai. * Fix a problem with pyfloat where it can return sys.epsilon when right_digits=N and positive=True. Thanks AATTtomage. * Replace es_MX RFC name initials when they are forbidden words. Thanks AATTbriferz. * Add address provider for de_CH. Thanks AATTandre-dasilva. * user_agent: bump platform versions. Thanks AATTgsilvan. * Add cs_CZ lorem - word list. Thanks AATTjakubno. * Thu Feb 18 2021 Paolo Stivanin - Update to 6.3.0: * Add sk_SK automotive provider. * Add current_country, current_country_code and administrative_unit * Fix pyfloat returning zeros when positive=True. * Add currency names for th_TH. * Add new currency provider pricetag() * Update th_TH Lorem text provider\'s punctuations, reduce size of word list * Synchronize cs_CZ and sk_SK address provider and split postcodes * Add address, bank, geo and person provider for en_IE * Add person provider for ga_IE * Add elements caching and other optimizations. * Add use_weighting parameter for improved performance. * Add da_DK address provider. * Wed Jan 06 2021 Steve Kowalik - Update to 5.3.0: * json and fixed_width now allow for strings to be fixed or pinned to a static value by prepending AATT. Thanks AATTjohnbrandborg. * Add en_IN address + phone number provider. Thanks AATTpulkitgupta2k. * Add en_IN person provider. Thanks AATTpulkitgupta2k. * Remove invalid surname in nl_NL. Thanks AATTTheoSinnige. * th_TH strftime: normalize output for unsupported directive on musl-based Linux. Thanks AATTbact. * Drop support for Python 3.5. Thanks AATTcclaus. * Add support for Python 3.9. Thanks AATTcclaus. * Add date_time and bank providers for th_TH. Thanks AATTbact. * Correct spelling errors in city names for de_DE. Thanks AATTAnjaGer. * Add name pairs to get matched representation in ja_JP person provider. Thanks AATTyu-ichiro. * Add SSN, company name, address, and license plate providers for th_TH. Thanks AATTbact. * Add postcode format, country names, person prefix weights, and update phone number format for th_TH. Thanks AATTbact.- Update changelog filename in the specfile
|
|
|