Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ff8df56d80 | |||
| 418f4244b3 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d81caa5a5f01501ed0fc1a82d1662a86a21aa799fb63e73222172eda5c4a7290
|
||||
size 27829
|
||||
3
py-partiql-parser-0.6.3.tar.gz
Normal file
3
py-partiql-parser-0.6.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14a9904b922a3ec8f7b99dfcb0fd911c25e01458b8dc67114eaebcaa5e7d08d7
|
||||
size 28382
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user