14
0

- 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:
2024-07-01 17:21:55 +00:00
committed by Git OBS Bridge
parent 3f66d43fed
commit fe9f1791a5
4 changed files with 19 additions and 5 deletions

View File

@@ -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>