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,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 20:38:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 14 07:51:51 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:509099fce5f25faada6e76b6fb90e8ef5ba0f1715177933a816718be0c8e7244
|
||||
size 153401
|
3
sqlite-utils-3.24.tar.gz
Normal file
3
sqlite-utils-3.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1b92f8752fe1eac87e7f18a6b0e09f8e3c9ff247cf36260588e2f047eafd253
|
||||
size 177268
|
Reference in New Issue
Block a user