Sync from SUSE:SLFO:Main python-aiosqlite revision 8bd0c01d93e72284e8918cb7ee4ea970
This commit is contained in:
parent
c963373511
commit
dff5576479
BIN
aiosqlite-0.19.0.tar.gz
(Stored with Git LFS)
BIN
aiosqlite-0.19.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
aiosqlite-0.20.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
aiosqlite-0.20.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 13:51:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sun Jun 11 20:53:59 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-aiosqlite
|
# spec file for package python-aiosqlite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2019 Matthias Fehring <buschmann23@opensuse.org>
|
# Copyright (c) 2019 Matthias Fehring <buschmann23@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,27 +19,21 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-aiosqlite
|
Name: python-aiosqlite
|
||||||
Version: 0.19.0
|
Version: 0.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AsyncIO Bridge to the Standard Python sqlite3 Module
|
Summary: AsyncIO Bridge to the Standard Python sqlite3 Module
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/jreese/aiosqlite
|
URL: https://github.com/jreese/aiosqlite
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/aiosqlite/aiosqlite-%{version}.tar.gz
|
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 flit-core}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{pythons}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python
|
Requires: python
|
||||||
%if 0%{?python_version_nodots} < 38
|
|
||||||
Requires: python-typing-extensions >= 4
|
|
||||||
%endif
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module typing-extensions >= 4 if %python-base < 3.8}
|
|
||||||
BuildRequires: %{pythons}
|
|
||||||
# /SECTION
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user