14
0

- 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
This commit is contained in:
2024-10-08 05:19:41 +00:00
committed by Git OBS Bridge
parent c6d30da894
commit 92ee77a720
4 changed files with 15 additions and 6 deletions

View File

@@ -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