14
0

- update to 0.10.0:

* Python 2.6 and 3.3 have reached end-of-life and have been deprecated. (issue 175)
  * Fix race condition when clearing cached parsed expressions. (issue 197)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=38
This commit is contained in:
2020-06-02 16:23:31 +00:00
committed by Git OBS Bridge
parent 7811347594
commit 6399d876cb
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 2 16:21:51 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.10.0:
* Python 2.6 and 3.3 have reached end-of-life and have been deprecated. (issue 175)
* Fix race condition when clearing cached parsed expressions. (issue 197)
-------------------------------------------------------------------
Wed Mar 11 09:37:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>