forked from pool/python-Faker
Accepting request 860569 from devel:languages:python
- 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/request/show/860569 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=22
This commit is contained in:
commit
7e3b0d9d04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6afc461ab3f779c9c16e299fc731d775e39ea7e8e063b3053ee359ae198a15ca
|
||||
size 1020837
|
3
Faker-5.3.0.tar.gz
Normal file
3
Faker-5.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b0c4bb678be21a68640007f254259c73d18f7996a3448267716423360519732
|
||||
size 1043097
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 04:50:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -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}/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user