14
0

18 Commits

Author SHA256 Message Date
d420d28596 Accepting request 1248540 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=9
2025-02-26 16:22:50 +00:00
9e828730a2 Accepting request 1248357 from home:mcalabkova:branches:devel:languages:python:aws
- Update to 0.6.1
  * S3SelectParser now returns the number of BytesProcessed

OBS-URL: https://build.opensuse.org/request/show/1248357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=17
2025-02-26 04:12:34 +00:00
7f87c31e05 Accepting request 1206200 from devel:languages:python
- Update to 0.5.6:
  * DynamoDB table names can now be MixedCased.
  * Add JsonParser to public API.
  * Improve performance for JsonParser when parsing a source with many
    documents.
  * Switch to hatchling.

OBS-URL: https://build.opensuse.org/request/show/1206200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=8
2024-10-08 15:24:39 +00:00
92ee77a720 - Update to 0.5.6:
* DynamoDB table names can now be MixedCased.
  * Add JsonParser to public API.
  * Improve performance for JsonParser when parsing a source with many
    documents.
  * Switch to hatchling.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=15
2024-10-08 05:19:41 +00:00
7035b89aa0 Accepting request 1161395 from devel:languages:python
- update to 0.5.2:
  * Add json_to_csv converter

OBS-URL: https://build.opensuse.org/request/show/1161395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=7
2024-03-25 20:12:42 +00:00
c6d30da894 - update to 0.5.2:
* Add json_to_csv converter

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=13
2024-03-25 13:24:29 +00:00
aa3f1ecf95 Accepting request 1143990 from devel:languages:python
- update to 0.5.1:
  * Support INSERT/DELETE/UPDATE queries:
    * that contain a table name without quotes
    * that contain parameters
    * when calling get_query_metadata()

OBS-URL: https://build.opensuse.org/request/show/1143990
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=6
2024-02-04 18:09:54 +00:00
f823d02bc7 - update to 0.5.1:
* Support INSERT/DELETE/UPDATE queries:
    * that contain a table name without quotes
    * that contain parameters
    * when calling get_query_metadata()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=11
2024-02-04 11:44:04 +00:00
9126bbf40e Accepting request 1135313 from devel:languages:python
- update to 0.5.0:
  * Improved typing support
  * Support for INSERT/UPDATE/DELETE statements

OBS-URL: https://build.opensuse.org/request/show/1135313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=5
2023-12-28 22:02:00 +00:00
89136c9f56 - update to 0.5.0:
* Improved typing support
  * Support for INSERT/UPDATE/DELETE statements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=9
2023-12-27 13:51:49 +00:00
fc186d4efb Accepting request 1130627 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1130627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=4
2023-12-04 22:01:03 +00:00
727ed03ad4 Accepting request 1130398 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1130398
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=7
2023-12-03 20:47:02 +00:00
d73590afc9 Accepting request 1123389 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1123389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=3
2023-11-05 11:19:26 +00:00
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
c1b61123a5 Accepting request 1099608 from devel:languages:python
- 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/request/show/1099608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=2
2023-07-25 09:49:15 +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
5319919839 Accepting request 1099007 from devel:languages:python
- 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/request/show/1099007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=1
2023-07-18 19:55:10 +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