14
0

- Use pytest4 for testing as pytest 5.x series do not work; bug

was reported upstream

- Update to 0.15.3:
  * Fix #172, catch all exceptions during extension build to reduce chance of corner cases that prevents installation.
  * Fix #171, in PVector equality comparison don's assume that other object has a length, check before calling len.
  * Fix #168, write warning about failing build of C extension directly to stderr to avoid that pip silences it.
  * Fix #155, update PMapEvolver type stub to better reflect implementation.
- Update to 0.15.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-07-18 09:44:11 +00:00
committed by Git OBS Bridge
parent 80330e19e7
commit ebbdcbe938
4 changed files with 22 additions and 6 deletions

View File

@@ -1,7 +1,22 @@
-------------------------------------------------------------------
Thu Jul 18 09:42:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Use pytest4 for testing as pytest 5.x series do not work; bug
was reported upstream
-------------------------------------------------------------------
Thu Jul 18 09:38:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.15.3:
* Fix #172, catch all exceptions during extension build to reduce chance of corner cases that prevents installation.
* Fix #171, in PVector equality comparison don's assume that other object has a length, check before calling len.
* Fix #168, write warning about failing build of C extension directly to stderr to avoid that pip silences it.
* Fix #155, update PMapEvolver type stub to better reflect implementation.
-------------------------------------------------------------------
Wed Jun 5 09:20:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update t0 0.15.2
- Update to 0.15.2
* Fix #166, Propagate 'ignore_extra' param in hierarchy. Thanks
@ss18 for this!
* Fix #167, thaw typing. Thanks @nattofriends for this!