From a69fda5741d429f43666052846e00fe1384c47b5db57ccc8f76417cd2bf53c57 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Apr 2022 07:44:43 +0000 Subject: [PATCH] Accepting request 970996 from home:mcepl:branches:devel:languages:python:flask - Follow the change of the email_validator -> email-validator Python package. OBS-URL: https://build.opensuse.org/request/show/970996 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=26 --- python-WTForms.changes | 6 ++++++ python-WTForms.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-WTForms.changes b/python-WTForms.changes index 0af7013..4cf17e8 100644 --- a/python-WTForms.changes +++ b/python-WTForms.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 19 17:56:40 UTC 2022 - Matej Cepl + +- Follow the change of the email_validator -> email-validator + Python package. + ------------------------------------------------------------------- Sat Apr 16 12:47:20 UTC 2022 - Matej Cepl diff --git a/python-WTForms.spec b/python-WTForms.spec index 6588dd9..aca24f0 100644 --- a/python-WTForms.spec +++ b/python-WTForms.spec @@ -27,12 +27,12 @@ Source: https://files.pythonhosted.org/packages/source/W/WTForms/WTForms # Source: wtforms-%%{version}.tar.gz BuildRequires: %{python_module base} BuildRequires: %{python_module MarkupSafe} -BuildRequires: %{python_module email_validator} +BuildRequires: %{python_module email-validator} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-MarkupSafe -Requires: python-email_validator +Requires: python-email-validator Recommends: python-Babel Recommends: python-Django Recommends: python-SQLAlchemy