From b116d57a3fcd7092bd5c05dcdd03ad7956119f53f981670dcb99959efe5e1572 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Jan 2024 08:20:58 +0000 Subject: [PATCH] - update to 3.36: * Support for creating tables in SQLite STRICT mode. Thanks, Taj Khattra. (:issue:`344`) CLI commands create-table, insert and upsert all now accept a --strict option. Python methods that can create a table - table.create() and insert/upsert/insert_all/upsert_all all now accept an optional strict=True parameter. The transform command and table.transform() method preserve strict mode when transforming a table. * CLI commands create-table, insert and upsert all now accept a --strict option. * Python methods that can create a table - table.create() and insert/upsert/insert_all/upsert_all all now accept an optional strict=True parameter. * The transform command and table.transform() method preserve strict mode when transforming a table. * The sqlite-utils create-table command now accepts str, int and bytes as aliases for text, integer and blob respectively. (:issue:`606`) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite-utils?expand=0&rev=9 --- python-sqlite-utils.changes | 23 +++++++++++++++++++++++ python-sqlite-utils.spec | 7 ++----- sqlite-utils-3.35.2.tar.gz | 3 --- sqlite-utils-3.36.tar.gz | 3 +++ 4 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 sqlite-utils-3.35.2.tar.gz create mode 100644 sqlite-utils-3.36.tar.gz diff --git a/python-sqlite-utils.changes b/python-sqlite-utils.changes index 16ed14f..a22cc4c 100644 --- a/python-sqlite-utils.changes +++ b/python-sqlite-utils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jan 12 08:20:52 UTC 2024 - Dirk Müller + +- update to 3.36: + * Support for creating tables in SQLite STRICT mode. Thanks, + Taj Khattra. (:issue:`344`) CLI commands create-table, + insert and upsert all now accept a --strict option. Python + methods that can create a table - table.create() and + insert/upsert/insert_all/upsert_all all now accept an + optional strict=True parameter. The transform command and + table.transform() method preserve strict mode when + transforming a table. + * CLI commands create-table, insert and upsert all now accept a + --strict option. + * Python methods that can create a table - table.create() and + insert/upsert/insert_all/upsert_all all now accept an + optional strict=True parameter. + * The transform command and table.transform() method preserve + strict mode when transforming a table. + * The sqlite-utils create-table command now accepts str, int + and bytes as aliases for text, integer and blob respectively. + (:issue:`606`) + ------------------------------------------------------------------- Fri Dec 8 13:46:46 UTC 2023 - Dirk Müller diff --git a/python-sqlite-utils.spec b/python-sqlite-utils.spec index a358d18..ada2bfc 100644 --- a/python-sqlite-utils.spec +++ b/python-sqlite-utils.spec @@ -1,7 +1,7 @@ # # spec file for package python-sqlite-utils # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 Name: python-sqlite-utils -Version: 3.35.2 +Version: 3.36 Release: 0 Summary: Python CLI tool and library for manipulating SQLite databases License: Apache-2.0 diff --git a/sqlite-utils-3.35.2.tar.gz b/sqlite-utils-3.35.2.tar.gz deleted file mode 100644 index fbf5dbe..0000000 --- a/sqlite-utils-3.35.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:590b14ad277914cb3fc7d5e254764847facdaaa23c7bafd85ec93874f6f42143 -size 210134 diff --git a/sqlite-utils-3.36.tar.gz b/sqlite-utils-3.36.tar.gz new file mode 100644 index 0000000..4e3853c --- /dev/null +++ b/sqlite-utils-3.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc311394fe86dc16f65037b0075e238efcfd2e12e65d53ed196954502996f3c +size 211586