From 5cfdd8c4aedb75708529fe6163470f86bab75a82f3a5bce65543ca9fabe29e2a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Feb 2022 20:42:31 +0000 Subject: [PATCH] - 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 `__. (: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 `__. * 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 --- python-sqlite-utils.changes | 15 +++++++++++++++ python-sqlite-utils.spec | 4 ++-- sqlite-utils-3.19.tar.gz | 3 --- sqlite-utils-3.24.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 sqlite-utils-3.19.tar.gz create mode 100644 sqlite-utils-3.24.tar.gz diff --git a/python-sqlite-utils.changes b/python-sqlite-utils.changes index 80514b6..32c1fbc 100644 --- a/python-sqlite-utils.changes +++ b/python-sqlite-utils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 16 20:38:17 UTC 2022 - Dirk Müller + +- 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 `__. (: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 `__. + * Fixed bug where ``sqlite-utils upsert ... --detect-types`` ignored the ``--detect-types`` option. + ------------------------------------------------------------------- Tue Dec 14 07:51:51 UTC 2021 - pgajdos@suse.com diff --git a/python-sqlite-utils.spec b/python-sqlite-utils.spec index 239a512..ed197be 100644 --- a/python-sqlite-utils.spec +++ b/python-sqlite-utils.spec @@ -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 diff --git a/sqlite-utils-3.19.tar.gz b/sqlite-utils-3.19.tar.gz deleted file mode 100644 index 0a8559d..0000000 --- a/sqlite-utils-3.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:509099fce5f25faada6e76b6fb90e8ef5ba0f1715177933a816718be0c8e7244 -size 153401 diff --git a/sqlite-utils-3.24.tar.gz b/sqlite-utils-3.24.tar.gz new file mode 100644 index 0000000..1766ff5 --- /dev/null +++ b/sqlite-utils-3.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b92f8752fe1eac87e7f18a6b0e09f8e3c9ff247cf36260588e2f047eafd253 +size 177268