Changelog for
python3-rlp-2.0.0-1.2.noarch.rpm :
* Wed Oct 14 2020 marecAATTdetebe.org- Update to version 2.0.0:
* Bump version: 2.0.0-beta.1 → 2.0.0
* Bump version: 2.0.0-alpha.2 → 2.0.0-beta.1
* Bump version: 2.0.0-alpha.1 → 2.0.0-alpha.2
* Make rusty-rlp optional
* Bump version: 1.2.0 → 2.0.0-alpha.1
* Use rust backend
* Drop PyPy support
* Upgrade broken pytest and hypothesis
* Extend .gitignore
* Mon Dec 02 2019 marecAATTdetebe.org- Update to version 1.2.0:
* Bump version: 1.1.0 → 1.2.0
* Add release notes for #117
* Add Serializable.__repr__ that can be evaluated
* misc: use `collections.abc` to import ABCs from.
* Fix deprecation warnings
* Add Python 3.7 support in CI
* Test that all invalid serializations raise errors
* fixed typo (#108)
* Migrate to Circle CI (#107)
* Fri Jan 11 2019 marecAATTdetebe.org- Update to version 1.1.0:
* Bump version: 1.0.3 → 1.1.0
* Serializable class without declared fields parameter (#105)
* Add test for Serializable class with empty fields
* Add support for Serializable classes with empty fields
* fix doc of codec.consume_item()
* Bump version: 1.0.2 → 1.0.3
* When pickling a BaseSerializable, set its _hash_cache to None
* Remove redundant check in List.serialize
* Enable doctest for pytest and fix failed ones
* Bump version: 1.0.1 → 1.0.2
* Thu Sep 27 2018 marecAATTdetebe.org- Update to version 1.0.3:
* Bump version: 1.0.2 → 1.0.3
* When pickling a BaseSerializable, set its _hash_cache to None
* Remove redundant check in List.serialize
* Enable doctest for pytest and fix failed ones
* Bump version: 1.0.1 → 1.0.2
* v1.0.2 release
* No recursive caching by default
* consume_payload() now returns separate values for item and per_item_rlp
* Performance optimizations
* Cache the RLP of nested items when decoding
* Thu Aug 09 2018 marecAATTdetebe.org- Update to version 1.0.2:
* Bump version: 1.0.1 → 1.0.2
* v1.0.2 release
* No recursive caching by default
* consume_payload() now returns separate values for item and per_item_rlp
* Performance optimizations
* Cache the RLP of nested items when decoding
* rlp/codec: add tests for str sedes
* rlp/codec: fix missing str type in infer_sedes
* Give clearer message when trying to decode None
* Bump version: 1.0.0 → 1.0.1
* Fri Apr 27 2018 marecAATTdetebe.org- Update to version 1.0.1:
* Bump version: 1.0.0 → 1.0.1
* Fix encoding/decoding of False for boolean sedes
* Bump version: 1.0.0-beta.6 → 1.0.0
* Bump version: 1.0.0-beta.5 → 1.0.0-beta.6
* Fix direct subclassing of Serializable without declaring fields
* Bump version: 1.0.0-beta.4 → 1.0.0-beta.5
* Validation when subclassing serializables
* Bump version: 1.0.0-beta.3 → 1.0.0-beta.4
* add build_rlp() API to changesets
* Bump version: 1.0.0-beta.2 → 1.0.0-beta.3
* Thu Apr 26 2018 marecAATTdetebe.org- Update to version 1.0.0:
* Bump version: 1.0.0-beta.6 → 1.0.0
* Bump version: 1.0.0-beta.5 → 1.0.0-beta.6
* Fix direct subclassing of Serializable without declaring fields
* Bump version: 1.0.0-beta.4 → 1.0.0-beta.5
* Validation when subclassing serializables
* Bump version: 1.0.0-beta.3 → 1.0.0-beta.4
* add build_rlp() API to changesets
* Bump version: 1.0.0-beta.2 → 1.0.0-beta.3
* Add boolean encoder
* lint
* Wed Mar 21 2018 marecAATTdetebe.org- initial package build