15
0
forked from pool/python-base58

Accepting request 915092 from home:glaubitz:branches:devel:languages:python

- Update to 2.1.0
  * Parametrise a few tests over alphabet (@keis)
  * Made it handle any base with passing alphabet. (#63) (@tanupoo)
  * Setup cfg (@keis)
  * Add support to ppc64le (@gururajrkatti)
  * Update README.md (@alloyxrp)
  * New alias for XRP alphabet (@alloyxrp)
  * Improve invalid character message (@keis)
  * Autofix for similar letters (@keis)
  * Add performance benchmarks using pytest-benchmark (@keis)
  * Performance optimizations (@kolomenkin)
- Update BuildRequires from setup.cfg

OBS-URL: https://build.opensuse.org/request/show/915092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-base58?expand=0&rev=7
This commit is contained in:
2021-10-16 09:26:18 +00:00
committed by Git OBS Bridge
parent 8dbc81642e
commit e8f9b17aab
4 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Aug 30 14:10:48 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.0
* Parametrise a few tests over alphabet (@keis)
* Made it handle any base with passing alphabet. (#63) (@tanupoo)
* Setup cfg (@keis)
* Add support to ppc64le (@gururajrkatti)
* Update README.md (@alloyxrp)
* New alias for XRP alphabet (@alloyxrp)
* Improve invalid character message (@keis)
* Autofix for similar letters (@keis)
* Add performance benchmarks using pytest-benchmark (@keis)
* Performance optimizations (@kolomenkin)
- Update BuildRequires from setup.cfg
-------------------------------------------------------------------
Thu Jul 23 02:06:04 UTC 2020 - John Vandenberg <jayvdb@gmail.com>