forked from pool/python-validators
- Update to 0.13.0:
* Fixed IPv4 formatted IP address returning True on ipv6 (#85, pull request courtesy johndlong) * Fixed IPv6 address parsing (#83, pull request courtesy JulianKahnert) * Fixed domain validator for international domains and certain edge cases (#76, pull request courtesy Ni-Knight) * Added allow_temporal_ssn parameter to fi_ssn validator (#97, pull request courtesy quantus) * Remove py33 support * Use inspect.getfullargspec() in py3 (#110, pull request courtesy riconnon) * Fixed py37 support (#113, pull request courtesy agiletechnologist) * Fixed domain validator for single character domains (#118, pull request courtesy kingbuzzman) * Added new validator: es_doi, es_nif, es_cif, es_nie (#121, pull request courtesy kingbuzzman) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
98b9ae42ff
commit
f7ce26e602
@@ -18,26 +18,25 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-validators
|
||||
Version: 0.12.6
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Python Data Validation
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/kvesteri/validators
|
||||
URL: https://github.com/kvesteri/validators
|
||||
Source: https://files.pythonhosted.org/packages/source/v/validators/validators-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module decorator >= 3.4.0}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six >= 1.4.0}
|
||||
# /SECTION
|
||||
Requires: python-decorator >= 3.4.0
|
||||
Requires: python-six >= 1.4.0
|
||||
BuildArch: noarch
|
||||
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module decorator >= 3.4.0}
|
||||
BuildRequires: %{python_module isort >= 4.2.2}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six >= 1.4.0}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user