15
0

6 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
eecf498eff 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
909dca2c0d - Update to 0.6.1
* S3SelectParser now returns the number of BytesProcessed

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
fbb9bfc00c 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
bca8e38444 - 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
4 changed files with 31 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
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>
- Update to 0.6.1
* S3SelectParser now returns the number of BytesProcessed
-------------------------------------------------------------------
Tue Oct 8 05:19:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Mon Mar 25 13:24:21 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-py-partiql-parser
#
# Copyright (c) 2024 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,16 +18,15 @@
%{?sle15_python_module_pythons}
Name: python-py-partiql-parser
Version: 0.5.2
Version: 0.6.3
Release: 0
Summary: Pure Python PartiQL Parser
License: MIT
URL: https://github.com/getmoto/py-partiql-parser
Source: https://github.com/getmoto/py-partiql-parser/archive/refs/tags/%{version}.tar.gz#/py-partiql-parser-%{version}.tar.gz
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 59.0.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch