From dff55764799bbbc1546c63090ff8b4b7be2700e4be324496097f38ce724842a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:07:13 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-aiosqlite revision 8bd0c01d93e72284e8918cb7ee4ea970 --- aiosqlite-0.19.0.tar.gz | 3 --- aiosqlite-0.20.0.tar.gz | 3 +++ python-aiosqlite.changes | 10 ++++++++++ python-aiosqlite.spec | 14 ++++---------- 4 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 aiosqlite-0.19.0.tar.gz create mode 100644 aiosqlite-0.20.0.tar.gz diff --git a/aiosqlite-0.19.0.tar.gz b/aiosqlite-0.19.0.tar.gz deleted file mode 100644 index c27e486..0000000 --- a/aiosqlite-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d -size 21832 diff --git a/aiosqlite-0.20.0.tar.gz b/aiosqlite-0.20.0.tar.gz new file mode 100644 index 0000000..9780c6b --- /dev/null +++ b/aiosqlite-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7 +size 21691 diff --git a/python-aiosqlite.changes b/python-aiosqlite.changes index 2443a0d..46aac15 100644 --- a/python-aiosqlite.changes +++ b/python-aiosqlite.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 20 13:51:11 UTC 2024 - Dirk Müller + +- update to 0.20.0: + * Connection `.close()` method is now idempotent + * Performance improvements in connection thread and event loop + * Updated contributor guide + * Tested on Python 3.12 + * Dropped support for Python 3.7 + ------------------------------------------------------------------- Sun Jun 11 20:53:59 UTC 2023 - Ben Greiner diff --git a/python-aiosqlite.spec b/python-aiosqlite.spec index 7e0e600..46934e8 100644 --- a/python-aiosqlite.spec +++ b/python-aiosqlite.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiosqlite # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2019 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -19,27 +19,21 @@ %{?sle15_python_module_pythons} Name: python-aiosqlite -Version: 0.19.0 +Version: 0.20.0 Release: 0 Summary: AsyncIO Bridge to the Standard Python sqlite3 Module License: MIT Group: Development/Languages/Python URL: https://github.com/jreese/aiosqlite Source: https://files.pythonhosted.org/packages/source/a/aiosqlite/aiosqlite-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python -%if 0%{?python_version_nodots} < 38 -Requires: python-typing-extensions >= 4 -%endif BuildArch: noarch -# SECTION test requirements -BuildRequires: %{python_module typing-extensions >= 4 if %python-base < 3.8} -BuildRequires: %{pythons} -# /SECTION %python_subpackages %description