File tree Expand file tree Collapse file tree 6 files changed +32
-3
lines changed
packages/p/python-validators Expand file tree Collapse file tree 6 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -231,4 +231,19 @@ Changes in 0.19.0:
231
231
gh#kvesteri/validators#375</comment>
232
232
<requestid>1176833</requestid>
233
233
</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>
234
249
</revisionlist>
Original file line number Diff line number Diff line change
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
+
1
14
-------------------------------------------------------------------
2
15
Sat May 25 11:48:27 UTC 2024 - Mia Herkt <mia@0x0.st>
3
16
Original file line number Diff line number Diff line change 18
18
19
19
%{?sle15_python_module_pythons }
20
20
Name: python-validators
21
- Version: 0.28.3
21
+ Version: 0.29.0
22
22
Release: 0
23
23
Summary: Python Data Validation
24
24
License: MIT
@@ -52,7 +52,8 @@ dos2unix README.md
52
52
%python_expand %fdupes %{buildroot }%{$python_sitelib }
53
53
54
54
%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'
56
57
57
58
%files %{python_files }
58
59
%doc README.md
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ /ipfs/bafkreid4rrmz5kasrjscl3ft6dnj5yin2ivt2qns7ckwaobxmgv7hhpe34
You can’t perform that action at this time.
0 commit comments