- drop python 3.7 specific dependencies - not in any existing SUSE
distribution anymore OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=75
This commit is contained in:
parent
46abc6634f
commit
e314af2d01
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 1 20:31:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- drop python 3.7 specific dependencies - not in any existing SUSE
|
||||||
|
distribution anymore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 14:05:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Dec 7 14:05:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Faker
|
# spec file for package python-Faker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -32,15 +32,11 @@ BuildRequires: %{python_module python-dateutil >= 2.4}
|
|||||||
BuildRequires: %{python_module random2}
|
BuildRequires: %{python_module random2}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module text-unidecode >= 1.3}
|
BuildRequires: %{python_module text-unidecode >= 1.3}
|
||||||
BuildRequires: %{python_module typing-extensions >= 3.10.0.2 if %python-base < 3.8}
|
|
||||||
BuildRequires: %{python_module validators >= 0.13.0}
|
BuildRequires: %{python_module validators >= 0.13.0}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-python-dateutil >= 2.4
|
Requires: python-python-dateutil >= 2.4
|
||||||
Requires: python-text-unidecode >= 1.3
|
Requires: python-text-unidecode >= 1.3
|
||||||
%if 0%{python_version_nodots} < 38
|
|
||||||
Requires: python-typing-extensions >= 3.10.0.2
|
|
||||||
%endif
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Obsoletes: python3-fake-factory < %{version}-%{release}
|
Obsoletes: python3-fake-factory < %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user