From 034d4ddfc75bf85f75a5dfafd8d268b3f5926565ead6c87757ace1876e77e821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 18 Sep 2023 15:34:25 +0000 Subject: [PATCH] Accepting request 1111494 from home:pgajdos:python - version update to 1.6.0 1.6.0 / 2023-09-13 * Enclose field names containing literals in quotes * Add note about extensions * Remove documentation status link * Update supported versions in setup.py * Add LICENSE file * Code cleanup * Remove dependency on six * Update build status badge * (origin/github-actions, github-actions) Remove testscenarios dependency * Remove pytest version constraints * Add testing with GitHub actions * Escape back slashes in tests to avoid DeprecationWarning. * Use raw strings for regular expressions to avoid DeprecationWarning. * refactor(package): remove dependency for decorator * Merge pull request #128 from michaelmior/hashable * (origin/hashable, hashable) Make path instances hashable * Merge pull request #122 from snopoke/snopoke-patch-1 * Add more detail to filter docs. * remove incorrect parenthesis in filter examples * Merge pull request #119 from snopoke/patch-1 * add 'sub' line with function param names * readme formatting fixes * chore(history): update * Update __init__.py 1.5.3 / 2021-07-05 * Update __init__.py * Update setup.py * Merge pull request #72 from kaapstorm/find_or_create OBS-URL: https://build.opensuse.org/request/show/1111494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpath-ng?expand=0&rev=4 --- jsonpath-ng-1.5.2.tar.gz | 3 --- jsonpath-ng-1.6.0.tar.gz | 3 +++ python-jsonpath-ng.changes | 43 ++++++++++++++++++++++++++++++++++++++ python-jsonpath-ng.spec | 9 ++++---- 4 files changed, 50 insertions(+), 8 deletions(-) delete mode 100644 jsonpath-ng-1.5.2.tar.gz create mode 100644 jsonpath-ng-1.6.0.tar.gz diff --git a/jsonpath-ng-1.5.2.tar.gz b/jsonpath-ng-1.5.2.tar.gz deleted file mode 100644 index 0c47618..0000000 --- a/jsonpath-ng-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecb5acc713ee2a551448860e71f37bf7f395ccea533fe567f7f85b946bcb6de7 -size 30467 diff --git a/jsonpath-ng-1.6.0.tar.gz b/jsonpath-ng-1.6.0.tar.gz new file mode 100644 index 0000000..15049a1 --- /dev/null +++ b/jsonpath-ng-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0673ae52a7bb29c3836b95770f137903649b0aa6c6e7173095037b30860dba79 +size 33974 diff --git a/python-jsonpath-ng.changes b/python-jsonpath-ng.changes index 4f8592d..613820d 100644 --- a/python-jsonpath-ng.changes +++ b/python-jsonpath-ng.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Sep 15 08:51:59 UTC 2023 - pgajdos@suse.com + +- version update to 1.6.0 + 1.6.0 / 2023-09-13 + * Enclose field names containing literals in quotes + * Add note about extensions + * Remove documentation status link + * Update supported versions in setup.py + * Add LICENSE file + * Code cleanup + * Remove dependency on six + * Update build status badge + * (origin/github-actions, github-actions) Remove testscenarios dependency + * Remove pytest version constraints + * Add testing with GitHub actions + * Escape back slashes in tests to avoid DeprecationWarning. + * Use raw strings for regular expressions to avoid DeprecationWarning. + * refactor(package): remove dependency for decorator + * Merge pull request #128 from michaelmior/hashable + * (origin/hashable, hashable) Make path instances hashable + * Merge pull request #122 from snopoke/snopoke-patch-1 + * Add more detail to filter docs. + * remove incorrect parenthesis in filter examples + * Merge pull request #119 from snopoke/patch-1 + * add 'sub' line with function param names + * readme formatting fixes + * chore(history): update + * Update __init__.py + 1.5.3 / 2021-07-05 + * Update __init__.py + * Update setup.py + * Merge pull request #72 from kaapstorm/find_or_create + * Tests + * Add `update_or_create()` method + * Merge pull request #68 from kaapstorm/example_tests + * Merge pull request #70 from kaapstorm/exceptions + * Add/fix `__eq__()` + * Add tests based on Stefan Goessner's examples + * Tests + * Allow callers to catch JSONPathErrors +- six and decorator are not required + ------------------------------------------------------------------- Wed Nov 3 08:28:31 UTC 2021 - pgajdos@suse.com diff --git a/python-jsonpath-ng.spec b/python-jsonpath-ng.spec index d10f57e..4fb1218 100644 --- a/python-jsonpath-ng.spec +++ b/python-jsonpath-ng.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsonpath-ng # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jsonpath-ng -Version: 1.5.2 +Version: 1.6.0 Release: 0 Summary: JSONPath for Python License: Apache-2.0 @@ -31,13 +30,13 @@ BuildRequires: python-rpm-macros Requires: python-decorator Requires: python-ply Requires: python-six +Requires(post): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module decorator} BuildRequires: %{python_module ply} # BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} BuildRequires: python3-oslotest # /SECTION %python_subpackages