Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a06511b107 | |||
| 14b2a78c39 | |||
| 178886c1df | |||
| 8a0dfdd140 | |||
| 3adb48cb08 | |||
| 9c20d65392 | |||
| 2138ec4124 | |||
| b80ee28c75 | |||
| c15a061944 | |||
| beccd28d9d |
BIN
Faker-26.1.0.tar.gz
LFS
BIN
Faker-26.1.0.tar.gz
LFS
Binary file not shown.
3
faker-38.2.0.tar.gz
Normal file
3
faker-38.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20672803db9c7cb97f9b56c18c54b915b6f1d8991f63d1d673642dc43f5ce7ab
|
||||||
|
size 1941469
|
||||||
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 21 10:09:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 38.2.0
|
||||||
|
* Add localized UniqueProxy.
|
||||||
|
- from version 38.1.0
|
||||||
|
* Add `person` provider for `ar_DZ` locale.
|
||||||
|
* Add `person`, `phone_number`, `date_time` for `fr_DZ` locale.
|
||||||
|
- from version 38.0.0
|
||||||
|
* Drop support for Python 3.9
|
||||||
|
* Add support for Python 3.14
|
||||||
|
- from version 37.12.0
|
||||||
|
* Add french VAT number.
|
||||||
|
- from version 37.11.0
|
||||||
|
* Add French company APE code.
|
||||||
|
- from version 37.9.0
|
||||||
|
* Add names generation to `en_KE` locale.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 11:42:09 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 37.8.0:
|
||||||
|
* Add Automotive providers for `ja_JP` locale.
|
||||||
|
* Add Nigerian name locales (`yo_NG`, `ha_NG`, `ig_NG`,
|
||||||
|
`en_NG`).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 14:28:00 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 37.6.0
|
||||||
|
* Re-introduce part_of_speech argument to words() method.
|
||||||
|
* Add Swahili (sw) provider for generating Swahili names.
|
||||||
|
* Fix pydecimal handling of positive keyword.
|
||||||
|
* Fix pydecimal distribution when called with a range across 0.
|
||||||
|
* Force the slug always be generated with ASCII characters.
|
||||||
|
* Remove Collection[str] type from ElementTypes.
|
||||||
|
* Drop Python 3.8 support.
|
||||||
|
* Fix: es_ES doi() to use standard DOI format.
|
||||||
|
* Many more fixes and improvements in various locales, see
|
||||||
|
upstream changelog.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 19 12:11:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Tue Aug 19 12:11:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Faker
|
# spec file for package python-Faker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,23 +23,21 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Faker
|
Name: python-Faker
|
||||||
Version: 26.1.0
|
Version: 38.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python package that generates fake data
|
Summary: Python package that generates fake data
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/joke2k/faker
|
URL: https://github.com/joke2k/faker
|
||||||
Source: https://files.pythonhosted.org/packages/source/F/Faker/Faker-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/f/faker/faker-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module freezegun}
|
BuildRequires: %{python_module freezegun}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest >= 6.0.1}
|
BuildRequires: %{python_module pytest >= 6.0.1}
|
||||||
BuildRequires: %{python_module python-dateutil >= 2.4}
|
BuildRequires: %{python_module tzdata}
|
||||||
BuildRequires: %{python_module text-unidecode >= 1.3}
|
|
||||||
BuildRequires: %{python_module validators >= 0.13.0}
|
BuildRequires: %{python_module validators >= 0.13.0}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-python-dateutil >= 2.4
|
Requires: python-tzdata
|
||||||
Requires: python-text-unidecode >= 1.3
|
|
||||||
Obsoletes: python3-fake-factory < %{version}-%{release}
|
Obsoletes: python3-fake-factory < %{version}-%{release}
|
||||||
Provides: python3-fake-factory = %{version}-%{release}
|
Provides: python3-fake-factory = %{version}-%{release}
|
||||||
%if %{with libalternatives}
|
%if %{with libalternatives}
|
||||||
@@ -58,7 +56,7 @@ database bootstrapping, creating XML documents, persistence stress
|
|||||||
testing, and data anonymization from production services.
|
testing, and data anonymization from production services.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Faker-%{version}
|
%setup -q -n faker-%{version}
|
||||||
# Remove pre-existing bytecode files in the sdist
|
# Remove pre-existing bytecode files in the sdist
|
||||||
find . -name '*.py[co]' -delete
|
find . -name '*.py[co]' -delete
|
||||||
# do not hardcode versions
|
# do not hardcode versions
|
||||||
|
|||||||
Reference in New Issue
Block a user