From 29ca2d2dc1c6a96d8d9521ae22246042d14d9ac7565170d009de177325ff7cf1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 5 Nov 2023 07:24:54 +0000 Subject: [PATCH] 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 --- py-partiql-parser-0.3.5.tar.gz | 3 --- py-partiql-parser-0.4.2.tar.gz | 3 +++ python-py-partiql-parser.changes | 23 +++++++++++++++++++++++ python-py-partiql-parser.spec | 5 +---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 py-partiql-parser-0.3.5.tar.gz create mode 100644 py-partiql-parser-0.4.2.tar.gz diff --git a/py-partiql-parser-0.3.5.tar.gz b/py-partiql-parser-0.3.5.tar.gz deleted file mode 100644 index fa51054..0000000 --- a/py-partiql-parser-0.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31892354bf530dc3ed7df8b00176c56c7355cf0b22246276cea0adfc1e59fc2c -size 16582 diff --git a/py-partiql-parser-0.4.2.tar.gz b/py-partiql-parser-0.4.2.tar.gz new file mode 100644 index 0000000..00c7253 --- /dev/null +++ b/py-partiql-parser-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7531f31f5508880ad4e29eb85d6901185cf999c48c2bc7b18e06cb27f8bfd3 +size 23658 diff --git a/python-py-partiql-parser.changes b/python-py-partiql-parser.changes index a4f365b..f957615 100644 --- a/python-py-partiql-parser.changes +++ b/python-py-partiql-parser.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Nov 5 02:19:14 UTC 2023 - Ben Greiner + +- 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. + ------------------------------------------------------------------- Thu Jul 20 02:17:52 UTC 2023 - Steve Kowalik diff --git a/python-py-partiql-parser.spec b/python-py-partiql-parser.spec index a7fc85d..02cd888 100644 --- a/python-py-partiql-parser.spec +++ b/python-py-partiql-parser.spec @@ -17,7 +17,7 @@ Name: python-py-partiql-parser -Version: 0.3.5 +Version: 0.4.2 Release: 0 Summary: Pure Python PartiQL Parser License: MIT @@ -26,7 +26,6 @@ Source: https://github.com/getmoto/py-partiql-parser/archive/refs/tags/% BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 59.0.0} -BuildRequires: %{python_module sure} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -44,8 +43,6 @@ Pure Python PartiQL Parser %install %pyproject_install -# tests are also installed, and we do not want that -%python_expand rm -r %{buildroot}%{$python_sitelib}/tests %python_expand %fdupes %{buildroot}%{$python_sitelib} %check