14
0
Commit Graph

3 Commits

Author SHA256 Message Date
29ca2d2dc1 Accepting request 1123373 from home:bnavigator:branches:devel:languages:python:aws
- Update to 0.4.2
  * Support for Python 3.12
- Release 0.4.1
  * Increased support for WHERE-clauses:
    - Nested clauses
    - OR-clauses
    - Functions: attribute_type, IF (NOT) MISSING, comparison
      operators (<, >)
- Release 0.4.0
  * The DynamoDBStatementParser now expects a document in the
    DynamoDB format: {"a1": {"S": "b1"}, "a2": {"S": "b2"}}
  * Adds validation for tables that start with a number
  * Adds support for queries that have a table name surrounded by
    quotes
- Release 0.3.8
  * Support JSON documents containing (lists of) BOOLeans
- Release 0.3.6
  * Allow where-clauses for lists, such as where a[1] = '..'
- The `test` top-level install has been fixed. Remove rm command.

OBS-URL: https://build.opensuse.org/request/show/1123373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=5
2023-11-05 07:24:54 +00:00
d496de56b7 - Update to 0.3.5:
* Packaging improvements: Include source-files in the release
- Drop patch correct-packages-decl.patch:
  * Included upstream.
- Drop patch correct-version-to-tag.patch:
  * No longer required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=3
2023-07-20 02:19:24 +00:00
c82216d569 - Initial release of 0.3.4
- Add patch correct-packages-decl.patch:
  * Specify all packages in pyproject.toml.
- Add patch correct-version-to-tag.patch:
  * Version is tagged, but pyproject.toml was not updated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=1
2023-07-17 05:27:11 +00:00