17
0

- update to 0.16.0:

* No major updates but Python 2 support no longer guaranteed.
   * Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this!
   * Fix #191, include LICENCE in distribution. Thanks @johnthagen for this!
   * Fix #190, minor MyPy errors. Thanks @Qhesz for this!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=18
This commit is contained in:
2020-07-17 07:41:34 +00:00
committed by Git OBS Bridge
parent 6194362e7d
commit 3918a07434
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 17 07:40:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.16.0:
* No major updates but Python 2 support no longer guaranteed.
* Fix #192, 'ignore_extra' for 'pvector_field'. Thanks @ss18 for this!
* Fix #191, include LICENCE in distribution. Thanks @johnthagen for this!
* Fix #190, minor MyPy errors. Thanks @Qhesz for this!
-------------------------------------------------------------------
Fri Feb 28 22:03:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>