17
0
Files
python-jsonpath-ng/python-jsonpath-ng.changes
Markéta Machová 034d4ddfc7 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
2023-09-18 15:34:25 +00:00

71 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
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
- version update to 1.5.2
* Merge pull request #41 from josephwhite13/allow-dictionary-filtering
* Merge pull request #48 from back2root/master
* Check for null value.
* Merge pull request #40 from memborsky/add-regular-expression-contains-support
* feat: support regular expression for performing contains (=~) filtering
* if datum.value is a dictionary, filter on the list of values
- %check: use python -m pytest instead of setup.py test
-------------------------------------------------------------------
Thu Apr 29 19:50:19 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Tidy spec
- Activate test suite
-------------------------------------------------------------------
Sun Apr 25 13:23:04 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Package cleanup
-------------------------------------------------------------------
Sat May 23 07:54:17 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.5.1