- Update to 19.10.0:

- Update names and phone numbers for cs_CZ. Thanks @george0st.
  - Revert "fix type error in pyfloat when max_value is None"
    from v19.6.2.
  - Use DE base for de_CH AddressProvider. Thanks @nchiapol.
  - Fix person Latvian provider.
  - Add Gender support for Latvian (lv_LV) names. Thanks
    @OskarsPakers.
  - Add MAC Address Multicast. Thanks @d3vyce.
  - fix type error in pyfloat when max_value is None. Thanks
    @HugoJP1.
  - Bump actions/checkout from 3 to 4 (#1909). Thanks
    @dependabot[bot].
  - Add addresses for en_BD. Thanks @aamibhoot.
  - Add color_rgb, color_rgb_float, color_hsv and
    color_hsl. Thanks @fdemmer.
  - Add schemes and deep argument to uri method.
  - Remove spurious space in uk_UA first_name. Thanks @Romissevd.
  - Add weighting to dynamic providers. Thanks @pauldechorgnat.
  - Add support for South African Zulu (zu_ZA) names and last
    names. Thanks @iamkhaya.
  - Add ja_JP locale for datetime. Thanks @cyanghsieh.
  - Drop support for Python 3.7
  - Drop support for 32 bit systems.
  - Add elector_code for es_MX SSN provider. Thanks
    @edgarrmondragon.
  - Add .optional proxy that may or may not return a fake
    value. Thanks @ligne.
  - Add fake automotive vin number function. Thanks @cyanghsieh.
  - Fix area codes for fr_FR mobile phone numbers. Thanks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=96
This commit is contained in:
Matej Cepl 2023-10-17 15:57:15 +00:00 committed by Git OBS Bridge
parent 301609f0c5
commit 6e978d2e57
4 changed files with 40 additions and 6 deletions

BIN
Faker-18.11.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
Faker-19.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63da90512d0cb3acdb71bd833bb3071cb8a196020d08b8567a01d232954f1820
size 1680833

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Oct 17 15:45:31 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Update to 19.10.0:
- Update names and phone numbers for cs_CZ. Thanks @george0st.
- Revert "fix type error in pyfloat when max_value is None"
from v19.6.2.
- Use DE base for de_CH AddressProvider. Thanks @nchiapol.
- Fix person Latvian provider.
- Add Gender support for Latvian (lv_LV) names. Thanks
@OskarsPakers.
- Add MAC Address Multicast. Thanks @d3vyce.
- fix type error in pyfloat when max_value is None. Thanks
@HugoJP1.
- Bump actions/checkout from 3 to 4 (#1909). Thanks
@dependabot[bot].
- Add addresses for en_BD. Thanks @aamibhoot.
- Add color_rgb, color_rgb_float, color_hsv and
color_hsl. Thanks @fdemmer.
- Add schemes and deep argument to uri method.
- Remove spurious space in uk_UA first_name. Thanks @Romissevd.
- Add weighting to dynamic providers. Thanks @pauldechorgnat.
- Add support for South African Zulu (zu_ZA) names and last
names. Thanks @iamkhaya.
- Add ja_JP locale for datetime. Thanks @cyanghsieh.
- Drop support for Python 3.7
- Drop support for 32 bit systems.
- Add elector_code for es_MX SSN provider. Thanks
@edgarrmondragon.
- Add .optional proxy that may or may not return a fake
value. Thanks @ligne.
- Add fake automotive vin number function. Thanks @cyanghsieh.
- Fix area codes for fr_FR mobile phone numbers. Thanks
@QuentinFchx.
- Remove unnecessary dependence on random2, ukpostcodeparser.
-------------------------------------------------------------------
Sun Jun 25 18:47:55 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,18 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-Faker
Version: 18.11.1
Version: 19.10.0
Release: 0
Summary: Python package that generates fake data
License: MIT
URL: https://github.com/joke2k/faker
Source: https://files.pythonhosted.org/packages/source/F/Faker/Faker-%{version}.tar.gz
BuildRequires: %{python_module UkPostcodeParser >= 1.1.1}
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 6.0.1}
BuildRequires: %{python_module python-dateutil >= 2.4}
BuildRequires: %{python_module random2}
BuildRequires: %{python_module text-unidecode >= 1.3}
BuildRequires: %{python_module validators >= 0.13.0}
BuildRequires: %{python_module wheel}