- 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:
Dirk Mueller 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

3
jmespath-0.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9
size 21607

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cca55c8d153173e21baa59983015ad0daf603f9cb799904ff057bfb8ff8dc2d9
size 27084

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>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jmespath
Version: 0.9.5
Version: 0.10.0
Release: 0
Summary: Python module for declarative JSON document element extraction
License: MIT