14
0
forked from pool/python-Faker

11 Commits

Author SHA256 Message Date
3adb48cb08 Accepting request 1303585 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1303585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=62
2025-09-11 12:38:13 +00:00
9c20d65392 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=129
2025-09-10 09:15:20 +00:00
2138ec4124 Accepting request 1300283 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems only

OBS-URL: https://build.opensuse.org/request/show/1300283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=61
2025-08-20 11:24:43 +00:00
b80ee28c75 - Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=127
2025-08-19 12:17:09 +00:00
c15a061944 Accepting request 1291281 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=60
2025-07-09 15:26:14 +00:00
beccd28d9d - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=125
2025-07-08 13:18:33 +00:00
831696860b Accepting request 1266124 from devel:languages:python
- Make the dist-info name case-insensitive.
- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=59
2025-04-11 14:44:48 +00:00
5791d7c94c - Make the dist-info name case-insensitive.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=123
2025-04-01 12:17:48 +00:00
1f977196e3 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=122
2025-03-25 02:33:36 +00:00
477bd5ec27 Accepting request 1191653 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1191653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=58
2024-08-07 04:10:08 +00:00
435ee1019d Accepting request 1191644 from home:glaubitz:branches:devel:languages:python
- Update to 26.1.0
  * Add more entries to `sk_SK` Geo provider.

OBS-URL: https://build.opensuse.org/request/show/1191644
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=120
2024-08-05 11:56:56 +00:00
4 changed files with 24 additions and 11 deletions

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

Binary file not shown.

3
faker-37.6.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,23 +23,21 @@
%endif
%{?sle15_python_module_pythons}
Name: python-Faker
Version: 26.1.0
Version: 37.6.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
Source: https://files.pythonhosted.org/packages/source/f/faker/faker-%{version}.tar.gz
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 text-unidecode >= 1.3}
BuildRequires: %{python_module tzdata}
BuildRequires: %{python_module validators >= 0.13.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-python-dateutil >= 2.4
Requires: python-text-unidecode >= 1.3
Requires: python-tzdata
Obsoletes: python3-fake-factory < %{version}-%{release}
Provides: python3-fake-factory = %{version}-%{release}
%if %{with libalternatives}
@@ -58,7 +56,7 @@ database bootstrapping, creating XML documents, persistence stress
testing, and data anonymization from production services.
%prep
%setup -q -n Faker-%{version}
%setup -q -n faker-%{version}
# Remove pre-existing bytecode files in the sdist
find . -name '*.py[co]' -delete
# do not hardcode versions