- Update to 0.20.0
* Add ipv4 digit lenghts validation
(gh#kvesteri/validators#191)
* Fix error with international URLs that have more than 2 hyphens
(gh#kvesteri/validators#184)
Changes in 0.19.0:
* Improve IPv6 validation
(gh#kvesteri/validators#201 gh#kvesteri/validators#107)
* Drop support for Python 3.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=34
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-validators
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-validators
|
||||
Version: 0.18.1
|
||||
Version: 0.20.0
|
||||
Release: 0
|
||||
Summary: Python Data Validation
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user