Dirk Mueller
e8f9b17aab
- 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
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Switched back to PyPI source now it has needed files
|
|
- Update to v2.0.1
|
|
* Include license file in source distribution
|
|
* Typecheck tests now that hamcrest has typing
|
|
* Replace custom exception assert with hamcrest utils
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 27 09:36:25 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 24 09:52:54 UTC 2020 - d0p1 <contact@d0p1.eu>
|
|
|
|
- update to 2.0.0 (drop python 2 support)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 20 14:54:57 UTC 2019 - d0p1 <contact@d0p1.eu>
|
|
|
|
- Fix test.
|
|
- Using source from github (because of missing files like COPYING in pypi package).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 20 11:37:42 UTC 2019 - d0p1 <contact@d0p1.eu>
|
|
|
|
- Initial package.
|