15
0

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
This commit is contained in:
2022-04-20 07:44:43 +00:00
committed by Git OBS Bridge
parent 26bdb99cb7
commit a69fda5741
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 19 17:56:40 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Follow the change of the email_validator -> email-validator
Python package.
-------------------------------------------------------------------
Sat Apr 16 12:47:20 UTC 2022 - Matej Cepl <mcepl@suse.com>
+2 -2
View File
@@ -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