From 5aaaa5fa9adc179de6e26fd70dcf3362f711300d0a52f9ee8ba185cbf326de37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Mar 2020 10:33:05 +0000 Subject: [PATCH] - Remove obsolete py2 dependencies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=39 --- python-Faker.changes | 5 +++++ python-Faker.spec | 11 +---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/python-Faker.changes b/python-Faker.changes index bb711df..675f5fe 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 16 10:32:53 UTC 2020 - Tomáš Chvátal + +- Remove obsolete py2 dependencies + ------------------------------------------------------------------- Sat Mar 14 12:22:20 UTC 2020 - Dirk Mueller diff --git a/python-Faker.spec b/python-Faker.spec index 2665e5f..c99c6c6 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -24,7 +24,6 @@ Version: 4.0.2 Release: 0 Summary: Python package that generates fake data License: MIT -Group: Development/Languages/Python URL: https://github.com/joke2k/faker Source: https://files.pythonhosted.org/packages/source/F/Faker/Faker-%{version}.tar.gz BuildRequires: %{python_module UkPostcodeParser >= 1.1.1} @@ -40,23 +39,15 @@ BuildRequires: %{python_module text-unidecode >= 1.3} BuildRequires: %{python_module validators >= 0.13.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python2-ipaddress Requires: python-python-dateutil >= 2.4 Requires: python-setuptools Requires: python-six >= 1.10 Requires: python-text-unidecode >= 1.3 Requires(post): update-alternatives Requires(postun): update-alternatives -BuildArch: noarch -%ifpython2 -Requires: python2-ipaddress -Obsoletes: %{oldpython}-fake-factory < %{version} -Provides: %{oldpython}-fake-factory = %{version} -%endif -%ifpython3 Obsoletes: python3-fake-factory < %{version} Provides: python3-fake-factory = %{version} -%endif +BuildArch: noarch %python_subpackages %description