From 92ee77a7204db3d550f50ab594b9c8614648b9abef077e79d0d0b34577490049 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 8 Oct 2024 05:19:41 +0000 Subject: [PATCH] - 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 --- py-partiql-parser-0.5.2.tar.gz | 3 --- py-partiql-parser-0.5.6.tar.gz | 3 +++ python-py-partiql-parser.changes | 10 ++++++++++ python-py-partiql-parser.spec | 5 ++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 py-partiql-parser-0.5.2.tar.gz create mode 100644 py-partiql-parser-0.5.6.tar.gz diff --git a/py-partiql-parser-0.5.2.tar.gz b/py-partiql-parser-0.5.2.tar.gz deleted file mode 100644 index bf27a8e..0000000 --- a/py-partiql-parser-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0075dbeacceb8d2e3c9a141bd46273da41367df1588f6d3b530ff36eacd51842 -size 27351 diff --git a/py-partiql-parser-0.5.6.tar.gz b/py-partiql-parser-0.5.6.tar.gz new file mode 100644 index 0000000..7c2786d --- /dev/null +++ b/py-partiql-parser-0.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54a9e6835a26bb9e0aa446ca35df53c37da641befe78a81a23e7139a7b2b1b2 +size 27507 diff --git a/python-py-partiql-parser.changes b/python-py-partiql-parser.changes index 6654cf0..030cd86 100644 --- a/python-py-partiql-parser.changes +++ b/python-py-partiql-parser.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 8 05:19:20 UTC 2024 - Steve Kowalik + +- 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 diff --git a/python-py-partiql-parser.spec b/python-py-partiql-parser.spec index 084fb28..11248b6 100644 --- a/python-py-partiql-parser.spec +++ b/python-py-partiql-parser.spec @@ -18,16 +18,15 @@ %{?sle15_python_module_pythons} Name: python-py-partiql-parser -Version: 0.5.2 +Version: 0.5.6 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