forked from pool/python-sqlite-utils
- update to 3.24:
* SpatiaLite helpers for the ``sqlite-utils`` command-line tool * All commands now include example usage in their ``--help`` - see :ref:`cli_reference`. (:issue:`384`) * Python library documentation has a new :ref:`python_api_getting_started` section. (:issue:`387`) * Documentation now uses `Plausible analytics <https://plausible.io/>`__. (:issue:`389`) * CLI and Python library improvements to help run `ANALYZE inserting rows, to gain better performance from the SQLite query planner when it runs against indexes. * Three new CLI commands: ``create-database``, ``analyze`` and ``bulk``. * More details and examples can be found in `the annotated release notes <https://simonwillison.net/2022/Jan/11/sqlite-utils/>`__. * Fixed bug where ``sqlite-utils upsert ... --detect-types`` ignored the ``--detect-types`` option. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite-utils?expand=0&rev=6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sqlite-utils
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-sqlite-utils
|
||||
Version: 3.19
|
||||
Version: 3.24
|
||||
Release: 0
|
||||
Summary: Python CLI tool and library for manipulating SQLite databases
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user