Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d420d28596 | |||
| 9e828730a2 | |||
| 7f87c31e05 | |||
| 92ee77a720 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0075dbeacceb8d2e3c9a141bd46273da41367df1588f6d3b530ff36eacd51842
|
||||
size 27351
|
||||
3
py-partiql-parser-0.6.1.tar.gz
Normal file
3
py-partiql-parser-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d81caa5a5f01501ed0fc1a82d1662a86a21aa799fb63e73222172eda5c4a7290
|
||||
size 27829
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-py-partiql-parser
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# 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.1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user