14
0

Accepting request 704790 from home:pgajdos

- version update to 0.12.6
  * Fixed domain validator for single character domains

OBS-URL: https://build.opensuse.org/request/show/704790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-05-22 18:58:39 +00:00
committed by Git OBS Bridge
parent 7f81031b92
commit 98b9ae42ff
4 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-validators
Version: 0.12.5
Version: 0.12.6
Release: 0
Summary: Python Data Validation
License: MIT
@@ -54,7 +54,7 @@ Python Data Validation for Humans.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand py.test-%{$python_bin_suffix}
%pytest
%files %{python_files}
%doc CHANGES.rst README.rst