14
0

Accepting request 1273822 from devel:languages:python

- Update to 0.35.0:
Features
  * Validator russian individual tax number
    gh#python-validators/validators#408
  * feat: allow custom URL scheme validation
    gh#python-validators/validators#409
  * Refactor API: remove print from `ru_inn`, update description,
    and expose via `__init__`
    gh#python-validators/validators#419
  * Add Mir card validation support
    gh#python-validators/validators#420
Maintenance
  * fix(domain): accept .onion as a valid TLD
    gh#python-validators/validators#402
  * fix(url): add hashtag to allowed fragment characters
    gh#python-validators/validators#411
  * fix(uri): replace `lstrip("mailto:")` with manual prefix
    removal
    gh#python-validators/validators#418
  * running `doctest` failes
    gh#python-validators/validators#417
  * Fix: Allow Special DOI Cases Used in Public Administration
    Tests
    gh#python-validators/validators#415

OBS-URL: https://build.opensuse.org/request/show/1273822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-validators?expand=0&rev=30
This commit is contained in:
2025-05-02 12:55:51 +00:00
committed by Git OBS Bridge
4 changed files with 33 additions and 5 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu May 1 08:02:35 UTC 2025 - Mia Herkt <mia@0x0.st>
- Update to 0.35.0:
Features
* Validator russian individual tax number
gh#python-validators/validators#408
* feat: allow custom URL scheme validation
gh#python-validators/validators#409
* Refactor API: remove print from `ru_inn`, update description,
and expose via `__init__`
gh#python-validators/validators#419
* Add Mir card validation support
gh#python-validators/validators#420
Maintenance
* fix(domain): accept .onion as a valid TLD
gh#python-validators/validators#402
* fix(url): add hashtag to allowed fragment characters
gh#python-validators/validators#411
* fix(uri): replace `lstrip("mailto:")` with manual prefix
removal
gh#python-validators/validators#418
* running `doctest` failes
gh#python-validators/validators#417
* Fix: Allow Special DOI Cases Used in Public Administration
Tests
gh#python-validators/validators#415
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 8 13:19:53 UTC 2024 - Dirk Müller <dmueller@suse.com> Sun Sep 8 13:19:53 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-validators # spec file for package python-validators
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-validators Name: python-validators
Version: 0.34.0 Version: 0.35.0
Release: 0 Release: 0
Summary: Python Data Validation Summary: Python Data Validation
License: MIT License: MIT

BIN
validators-0.34.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
validators-0.35.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.