From c5c300d913258a7c270eebc6793f0dbed76f7536c8dcea61c397afc68eaeed2e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 6 Jan 2021 04:56:08 +0000 Subject: [PATCH] - Update to 5.3.0: * json and fixed_width now allow for strings to be fixed or pinned to a static value by prepending @. Thanks @johnbrandborg. * Add en_IN address + phone number provider. Thanks @pulkitgupta2k. * Add en_IN person provider. Thanks @pulkitgupta2k. * Remove invalid surname in nl_NL. Thanks @TheoSinnige. * th_TH strftime: normalize output for unsupported directive on musl-based Linux. Thanks @bact. * Drop support for Python 3.5. Thanks @cclaus. * Add support for Python 3.9. Thanks @cclaus. * Add date_time and bank providers for th_TH. Thanks @bact. * Correct spelling errors in city names for de_DE. Thanks @AnjaGer. * Add name pairs to get matched representation in ja_JP person provider. Thanks @yu-ichiro. * Add SSN, company name, address, and license plate providers for th_TH. Thanks @bact. * Add postcode format, country names, person prefix weights, and update phone number format for th_TH. Thanks @bact. - Update changelog filename in the specfile OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=51 --- Faker-4.14.2.tar.gz | 3 --- Faker-5.3.0.tar.gz | 3 +++ python-Faker.changes | 23 +++++++++++++++++++++++ python-Faker.spec | 6 +++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 Faker-4.14.2.tar.gz create mode 100644 Faker-5.3.0.tar.gz diff --git a/Faker-4.14.2.tar.gz b/Faker-4.14.2.tar.gz deleted file mode 100644 index d2742c9..0000000 --- a/Faker-4.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6afc461ab3f779c9c16e299fc731d775e39ea7e8e063b3053ee359ae198a15ca -size 1020837 diff --git a/Faker-5.3.0.tar.gz b/Faker-5.3.0.tar.gz new file mode 100644 index 0000000..861a832 --- /dev/null +++ b/Faker-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0c4bb678be21a68640007f254259c73d18f7996a3448267716423360519732 +size 1043097 diff --git a/python-Faker.changes b/python-Faker.changes index 47842db..8712f5e 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Jan 6 04:50:57 UTC 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 @. Thanks @johnbrandborg. + * Add en_IN address + phone number provider. Thanks @pulkitgupta2k. + * Add en_IN person provider. Thanks @pulkitgupta2k. + * Remove invalid surname in nl_NL. Thanks @TheoSinnige. + * th_TH strftime: normalize output for unsupported directive on musl-based + Linux. Thanks @bact. + * Drop support for Python 3.5. Thanks @cclaus. + * Add support for Python 3.9. Thanks @cclaus. + * Add date_time and bank providers for th_TH. Thanks @bact. + * Correct spelling errors in city names for de_DE. Thanks @AnjaGer. + * Add name pairs to get matched representation in ja_JP person provider. + Thanks @yu-ichiro. + * Add SSN, company name, address, and license plate providers for th_TH. + Thanks @bact. + * Add postcode format, country names, person prefix weights, and update + phone number format for th_TH. Thanks @bact. +- Update changelog filename in the specfile + ------------------------------------------------------------------- Fri Nov 6 04:35:07 UTC 2020 - Steve Kowalik diff --git a/python-Faker.spec b/python-Faker.spec index b978aaa..684dfb4 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Faker # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define oldpython python %global skip_python2 1 Name: python-Faker -Version: 4.14.2 +Version: 5.3.0 Release: 0 Summary: Python package that generates fake data License: MIT @@ -81,7 +81,7 @@ sed -i -e 's:==:>=:g' setup.py %files %{python_files} %license LICENSE.txt -%doc CHANGELOG.rst README.rst +%doc CHANGELOG.md README.rst %python_alternative %{_bindir}/faker %{python_sitelib}/*