From 0d0b26096f2ffdb222a6b96b38655f78c99466a57bc7f428bf8c09f23ab4ab56 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 Dec 2021 09:44:41 +0000 Subject: [PATCH] Accepting request 942832 from home:bnavigator:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/942832 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=60 --- python-Faker.changes | 5 +++++ python-Faker.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-Faker.changes b/python-Faker.changes index 12eecc0..e903d6e 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 27 17:51:41 UTC 2021 - Ben Greiner + +- Add missing typing-extensions requirement + ------------------------------------------------------------------- Thu Dec 9 09:24:06 UTC 2021 - pgajdos@suse.com diff --git a/python-Faker.spec b/python-Faker.spec index 21b5beb..d07bcba 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -32,11 +32,15 @@ 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}