forked from pool/python-validators
- Update to 0.29.0
Breaking: * move btc_address to crypto_addresses gh#kvesteri/validators#383 Features: * add validator for eth addresses (depends on eth-hash, which is not packaged yet) gh#kvesteri/validators#383 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=51
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 1 16:57:22 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 0.29.0
|
||||||
|
Breaking:
|
||||||
|
* move btc_address to crypto_addresses
|
||||||
|
gh#kvesteri/validators#383
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* add validator for eth addresses
|
||||||
|
(depends on eth-hash, which is not packaged yet)
|
||||||
|
gh#kvesteri/validators#383
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 25 11:48:27 UTC 2024 - Mia Herkt <mia@0x0.st>
|
Sat May 25 11:48:27 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-validators
|
Name: python-validators
|
||||||
Version: 0.28.3
|
Version: 0.29.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Data Validation
|
Summary: Python Data Validation
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -52,7 +52,8 @@ dos2unix README.md
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
# missing eth-hash dependency so those tests must be skipped
|
||||||
|
%pytest -k 'not test_returns_true_on_valid_eth_address and not test_returns_failed_validation_on_invalid_eth_address'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6c79840bcde9ba77b19f6218f7738188115e27830cbaff43264bc4ed24c429d
|
|
||||||
size 65129
|
|
3
validators-0.29.0.tar.gz
Normal file
3
validators-0.29.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c8c599ea8128a6425ecb3f0da9ee10dd22b3d41b2f89560383761abf39de4df
|
||||||
|
size 67150
|
Reference in New Issue
Block a user