forked from pool/python-Faker
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
831696860b | |||
5791d7c94c | |||
1f977196e3 |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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
|
||||
@@ -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
|
||||
|
Reference in New Issue
Block a user