14
0

Accepting request 628683 from home:jsikes:branches:devel:languages:python

Big version bump from 13.0 to 14.4.

OBS-URL: https://build.opensuse.org/request/show/628683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrsistent?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-08-11 05:18:10 +00:00
committed by Git OBS Bridge
parent 081003d01d
commit 6fc74f1470
4 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Aug 10 23:33:25 UTC 2018 - jsikes@suse.de
- Version jump to 0.14.4
* Fix PClass double-factory-ing in a few situations.
* Fix #121, regression in PClass.set()
* Fix regression where type names break sequence fields
* Allowing 'set' as a valid container for multiple fields.
* Fix #131 Clarify that dot-notation can be used for element access on PMaps
* Fix #133 Python 3.7 compatibility
-------------------------------------------------------------------
Thu Sep 7 22:41:57 UTC 2017 - toddrme2178@gmail.com