From e314af2d01867ab14cefe27a4433e0db3874d5073f4fc61f133be39991c7d21f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Feb 2023 20:32:00 +0000 Subject: [PATCH] - 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 --- python-Faker.changes | 6 ++++++ python-Faker.spec | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-Faker.changes b/python-Faker.changes index ceb4697..2528dcc 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 1 20:31:24 UTC 2023 - Dirk Müller + +- drop python 3.7 specific dependencies - not in any existing SUSE + distribution anymore + ------------------------------------------------------------------- Wed Dec 7 14:05:18 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Faker.spec b/python-Faker.spec index 056a973..5182f66 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -1,7 +1,7 @@ # # 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 # 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 setuptools} 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: fdupes BuildRequires: python-rpm-macros Requires: python-python-dateutil >= 2.4 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(postun):update-alternatives Obsoletes: python3-fake-factory < %{version}-%{release}