17
0

2 Commits

Author SHA256 Message Date
ff8df56d80 Accepting request 1317203 from devel:languages:python
- update to 0.6.3:
  * The DynamoDBStatementParser will now throw a
    DocumentNotFoundException if the table referenced in the
    statement was not provided
  * Support negative numbers (both integers and floats)

OBS-URL: https://build.opensuse.org/request/show/1317203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py-partiql-parser?expand=0&rev=10
2025-11-12 20:14:25 +00:00
418f4244b3 - update to 0.6.3:
* The DynamoDBStatementParser will now throw a
    DocumentNotFoundException if the table referenced in the
    statement was not provided
  * Support negative numbers (both integers and floats)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=19
2025-11-11 22:54:01 +00:00
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d81caa5a5f01501ed0fc1a82d1662a86a21aa799fb63e73222172eda5c4a7290
size 27829

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14a9904b922a3ec8f7b99dfcb0fd911c25e01458b8dc67114eaebcaa5e7d08d7
size 28382

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 11 22:53:50 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.6.3:
* The DynamoDBStatementParser will now throw a
DocumentNotFoundException if the table referenced in the
statement was not provided
* Support negative numbers (both integers and floats)
-------------------------------------------------------------------
Tue Feb 25 12:32:50 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-partiql-parser
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-py-partiql-parser
Version: 0.6.1
Version: 0.6.3
Release: 0
Summary: Pure Python PartiQL Parser
License: MIT