diff --git a/jmespath-0.10.0.tar.gz b/jmespath-0.10.0.tar.gz new file mode 100644 index 0000000..db573cd --- /dev/null +++ b/jmespath-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9 +size 21607 diff --git a/jmespath-0.9.5.tar.gz b/jmespath-0.9.5.tar.gz deleted file mode 100644 index ed6a3af..0000000 --- a/jmespath-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cca55c8d153173e21baa59983015ad0daf603f9cb799904ff057bfb8ff8dc2d9 -size 27084 diff --git a/python-jmespath.changes b/python-jmespath.changes index 33581ce..16b849a 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 2 16:21:51 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-jmespath.spec b/python-jmespath.spec index 0091af8..34b8550 100644 --- a/python-jmespath.spec +++ b/python-jmespath.spec @@ -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