- 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:
parent
7811347594
commit
6399d876cb
3
jmespath-0.10.0.tar.gz
Normal file
3
jmespath-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9
|
||||||
|
size 21607
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cca55c8d153173e21baa59983015ad0daf603f9cb799904ff057bfb8ff8dc2d9
|
|
||||||
size 27084
|
|
@ -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>
|
Wed Mar 11 09:37:57 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-jmespath
|
Name: python-jmespath
|
||||||
Version: 0.9.5
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for declarative JSON document element extraction
|
Summary: Python module for declarative JSON document element extraction
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user