diff --git a/aiosqlite-0.20.0.tar.gz b/aiosqlite-0.20.0.tar.gz deleted file mode 100644 index 9780c6b..0000000 --- a/aiosqlite-0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7 -size 21691 diff --git a/aiosqlite-0.21.0.tar.gz b/aiosqlite-0.21.0.tar.gz new file mode 100644 index 0000000..c205e71 --- /dev/null +++ b/aiosqlite-0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131bb8056daa3bc875608c631c678cda73922a2d4ba8aec373b19f18c17e7aa3 +size 13454 diff --git a/python-aiosqlite.changes b/python-aiosqlite.changes index 46aac15..a817bd6 100644 --- a/python-aiosqlite.changes +++ b/python-aiosqlite.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 24 08:06:56 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.21.0 + * Fix: close connection correctly when BaseException raised + in connection (#317) + * Metadata improvements + * Tested and supported on Python 3.13 + * Drop support for Python 3.8 + * Drop testing on PyPy +- Drop CHANGELOG.md from %files section, removed upstream + ------------------------------------------------------------------- Sat Apr 20 13:51:11 UTC 2024 - Dirk Müller diff --git a/python-aiosqlite.spec b/python-aiosqlite.spec index 46934e8..5844557 100644 --- a/python-aiosqlite.spec +++ b/python-aiosqlite.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiosqlite # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2019 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -19,14 +19,14 @@ %{?sle15_python_module_pythons} Name: python-aiosqlite -Version: 0.20.0 +Version: 0.21.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.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{pythons} @@ -56,7 +56,7 @@ automatically closing connections. %files %{python_files} %license LICENSE -%doc CHANGELOG.md README.rst +%doc README.rst %{python_sitelib}/aiosqlite %{python_sitelib}/aiosqlite-%{version}.dist-info