Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-py-partiql-parser-0.5.2-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-py-partiql-parser Distribution: openSUSE:Factory:zSystems
Version: 0.5.2 Vendor: openSUSE
Release: 1.2 Build date: Mon Mar 25 14:24:21 2024
Group: Unspecified Build host: reproducible
Size: 211946 Source RPM: python-py-partiql-parser-0.5.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/getmoto/py-partiql-parser
Summary: Pure Python PartiQL Parser
Pure Python PartiQL Parser

Provides

Requires

License

MIT

Changelog

* Mon Mar 25 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.5.2:
    * Add json_to_csv converter
* Sun Feb 04 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.5.1:
    * Support INSERT/DELETE/UPDATE queries:
    * that contain a table name without quotes
    * that contain parameters
    * when calling get_query_metadata()
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.5.0:
    * Improved typing support
    * Support for INSERT/UPDATE/DELETE statements
* Sat Dec 02 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Sun Nov 05 2023 Ben Greiner <code@bnavigator.de>
  - 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 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.3.5:
    * Packaging improvements: Include source-files in the release
  - Drop patch correct-packages-decl.patch:
    * Included upstream.
  - Drop patch correct-version-to-tag.patch:
    * No longer required.
* Mon Jul 17 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Initial release of 0.3.4
  - Add patch correct-packages-decl.patch:
    * Specify all packages in pyproject.toml.
  - Add patch correct-version-to-tag.patch:
    * Version is tagged, but pyproject.toml was not updated.

Files

/usr/lib/python3.11/site-packages/py_partiql_parser
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info/LICENSE
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info/METADATA
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info/RECORD
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info/WHEEL
/usr/lib/python3.11/site-packages/py_partiql_parser-0.5.2.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/py_partiql_parser/__init__.py
/usr/lib/python3.11/site-packages/py_partiql_parser/__pycache__
/usr/lib/python3.11/site-packages/py_partiql_parser/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__init__.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/clause_tokenizer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/clause_tokenizer.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/csv_converter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/csv_converter.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/delete_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/delete_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/from_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/from_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/insert_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/insert_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/json_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/json_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/select_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/select_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/update_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/update_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/where_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/__pycache__/where_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/clause_tokenizer.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/csv_converter.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/delete_parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/from_parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/insert_parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/json_parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/select_parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/update_parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/utils.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_internal/where_parser.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/__init__.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/__pycache__
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3/__init__.py
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3/__pycache__
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3/__pycache__/types.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3/__pycache__/types.cpython-311.pyc
/usr/lib/python3.11/site-packages/py_partiql_parser/_packages/boto3/types.py
/usr/lib/python3.11/site-packages/py_partiql_parser/exceptions.py
/usr/share/doc/packages/python311-py-partiql-parser
/usr/share/doc/packages/python311-py-partiql-parser/README.md
/usr/share/licenses/python311-py-partiql-parser
/usr/share/licenses/python311-py-partiql-parser/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:40:23 2024