Skip to content

Commit

Permalink
Update python-validators to version 0.29.0 / rev 24 via SR 1184350
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1184350
by user mia + anag+factory
- Update to 0.29.0
Breaking:
  * move btc_address to crypto_addresses
    gh#python-validators/validators#383
Features:
  * add validator for eth addresses
    (depends on eth-hash, which is not packaged yet)
    gh#python-validators/validators#383
  • Loading branch information
mia authored and bmwiedemann committed Jul 2, 2024
1 parent 79e31ba commit 549a53c
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.
15 changes: 15 additions & 0 deletions packages/p/python-validators/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,19 @@ Changes in 0.19.0:
gh#kvesteri/validators#375</comment>
<requestid>1176833</requestid>
</revision>
<revision rev="24" vrev="1">
<srcmd5>0ec918fab7d3dd3e801fe1e7dcc289a2</srcmd5>
<version>0.29.0</version>
<time>1719936886</time>
<user>anag+factory</user>
<comment>- 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</comment>
<requestid>1184350</requestid>
</revision>
</revisionlist>
13 changes: 13 additions & 0 deletions packages/p/python-validators/python-validators.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
5 changes: 3 additions & 2 deletions packages/p/python-validators/python-validators.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

%{?sle15_python_module_pythons}
Name: python-validators
Version: 0.28.3
Version: 0.29.0
Release: 0
Summary: Python Data Validation
License: MIT
Expand Down Expand Up @@ -52,7 +52,8 @@ dos2unix README.md
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%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}
%doc README.md
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-validators/validators-0.28.3.tar.gz

This file was deleted.

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

0 comments on commit 549a53c

Please sign in to comment.