Skip to content

Commit 549a53c

Browse files
miabmwiedemann
mia
authored andcommitted
Update python-validators to version 0.29.0 / rev 24 via SR 1184350
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
1 parent 79e31ba commit 549a53c

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

packages/p/python-validators/.files

0 Bytes
Binary file not shown.

packages/p/python-validators/.rev

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,19 @@ Changes in 0.19.0:
231231
gh#kvesteri/validators#375</comment>
232232
<requestid>1176833</requestid>
233233
</revision>
234+
<revision rev="24" vrev="1">
235+
<srcmd5>0ec918fab7d3dd3e801fe1e7dcc289a2</srcmd5>
236+
<version>0.29.0</version>
237+
<time>1719936886</time>
238+
<user>anag+factory</user>
239+
<comment>- Update to 0.29.0
240+
Breaking:
241+
* move btc_address to crypto_addresses
242+
gh#kvesteri/validators#383
243+
Features:
244+
* add validator for eth addresses
245+
(depends on eth-hash, which is not packaged yet)
246+
gh#kvesteri/validators#383</comment>
247+
<requestid>1184350</requestid>
248+
</revision>
234249
</revisionlist>

packages/p/python-validators/python-validators.changes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
-------------------------------------------------------------------
2+
Mon Jul 1 16:57:22 UTC 2024 - Mia Herkt <mia@0x0.st>
3+
4+
- Update to 0.29.0
5+
Breaking:
6+
* move btc_address to crypto_addresses
7+
gh#kvesteri/validators#383
8+
9+
Features:
10+
* add validator for eth addresses
11+
(depends on eth-hash, which is not packaged yet)
12+
gh#kvesteri/validators#383
13+
114
-------------------------------------------------------------------
215
Sat May 25 11:48:27 UTC 2024 - Mia Herkt <mia@0x0.st>
316

packages/p/python-validators/python-validators.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
%{?sle15_python_module_pythons}
2020
Name: python-validators
21-
Version: 0.28.3
21+
Version: 0.29.0
2222
Release: 0
2323
Summary: Python Data Validation
2424
License: MIT
@@ -52,7 +52,8 @@ dos2unix README.md
5252
%python_expand %fdupes %{buildroot}%{$python_sitelib}
5353

5454
%check
55-
%pytest
55+
# missing eth-hash dependency so those tests must be skipped
56+
%pytest -k 'not test_returns_true_on_valid_eth_address and not test_returns_failed_validation_on_invalid_eth_address'
5657

5758
%files %{python_files}
5859
%doc README.md

packages/p/python-validators/validators-0.28.3.tar.gz

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/ipfs/bafkreid4rrmz5kasrjscl3ft6dnj5yin2ivt2qns7ckwaobxmgv7hhpe34

0 commit comments

Comments
 (0)