forked from pool/python-validators
Accepting request 689780 from home:pgajdos
- version update to 0.12.4 * Use inspect.getfullargspec() in py3 * Added `allow_temporal_ssn` parameter to fi_ssn validator * Remove py33 support * Fixed IPv4 formatted IP address returning True on ipv6 * Fixed IPv6 address parsing * Fixed domain validator for international domains and certain edge cases OBS-URL: https://build.opensuse.org/request/show/689780 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
17c0629732
commit
22a1c9d63b
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-validators
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.12.1
|
||||
Version: 0.12.4
|
||||
Release: 0
|
||||
Summary: Python Data Validation
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user