14
0

Accepting request 707783 from home:mcalabkova:branches:devel:languages:python

- Update t0 0.15.2
  * Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks 
    @ss18 for this!
  * Fix #167, thaw typing. Thanks @nattofriends for this!
  * Fix #154, not possible to insert empty pmap as leaf node with 
    transform.
  * Python 3.4 is no longer officially supported since it is EOL 
    since 2019-03-18.
  * Fix #157, major improvements to type hints. Thanks @je-l for 
    working on this and @nattofriend for reviewing the PR!

OBS-URL: https://build.opensuse.org/request/show/707783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-06-05 10:21:53 +00:00
committed by Git OBS Bridge
parent 1dd137d1b7
commit 80330e19e7
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 5 09:20:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update t0 0.15.2
* Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks
@ss18 for this!
* Fix #167, thaw typing. Thanks @nattofriends for this!
* Fix #154, not possible to insert empty pmap as leaf node with
transform.
* Python 3.4 is no longer officially supported since it is EOL
since 2019-03-18.
* Fix #157, major improvements to type hints. Thanks @je-l for
working on this and @nattofriend for reviewing the PR!
-------------------------------------------------------------------
Mon Mar 18 10:49:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>