14
0
forked from pool/python-Faker

5 Commits

4 changed files with 22 additions and 6 deletions

View File

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

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

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Apr 1 11:43:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the dist-info name case-insensitive.
-------------------------------------------------------------------
Tue Mar 25 02:33:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Mon Aug 5 11:02:21 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 26.1.0
* Add more entries to `sk_SK` Geo provider.
-------------------------------------------------------------------
Sat Jun 29 16:42:25 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Faker
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Faker
Version: 26.0.0
Version: 26.1.0
Release: 0
Summary: Python package that generates fake data
License: MIT
@@ -76,6 +76,6 @@ sed -i -e 's:==:>=:g' setup.py
%doc CHANGELOG.md README.rst
%python_alternative %{_bindir}/faker
%{python_sitelib}/faker
%{python_sitelib}/Faker-%{version}*-info
%{python_sitelib}/[fF]aker-%{version}.dist-info
%changelog