Skip to content

Commit

Permalink
Update python-validators to version 0.20.0 / rev 16 via SR 982861
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/982861
by user mia + dimstar_suse
- Update to 0.20.0
  * Add ipv4 digit lenghts validation
    (gh#python-validators/validators#191)
  * Fix error with international URLs that have more than 2 hyphens
    (gh#python-validators/validators#184)
Changes in 0.19.0:
  * Improve IPv6 validation
    (gh#python-validators/validators#201 gh#python-validators/validators#107)
  * Drop support for Python 3.4
  • Loading branch information
mia authored and bmwiedemann committed Jun 19, 2022
1 parent 8975867 commit c7c3a7d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 3 deletions.
Binary file modified packages/p/python-validators/.files
Binary file not shown.
16 changes: 16 additions & 0 deletions packages/p/python-validators/.rev
Expand Up @@ -141,4 +141,20 @@ Changes from 0.16.0 to 0.17.0:
<comment>Automatic submission by obs-autosubmit</comment>
<requestid>880414</requestid>
</revision>
<revision rev="16" vrev="1">
<srcmd5>c85dfda9537356f79e271431925ed198</srcmd5>
<version>0.20.0</version>
<time>1655665849</time>
<user>dimstar_suse</user>
<comment>- 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</comment>
<requestid>982861</requestid>
</revision>
</revisionlist>
13 changes: 13 additions & 0 deletions packages/p/python-validators/python-validators.changes
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 15 16:24:35 UTC 2022 - Mia Herkt <mia@0x0.st>

- 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

-------------------------------------------------------------------
Sun Oct 11 19:05:52 UTC 2020 - Mia Herkt <mia@0x0.st>

Expand Down
4 changes: 2 additions & 2 deletions packages/p/python-validators/python-validators.spec
@@ -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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-validators/validators-0.18.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-validators/validators-0.20.0.tar.gz

0 comments on commit c7c3a7d

Please sign in to comment.