Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-aiosqlite for 
openSUSE:Factory checked in at 2023-06-12 15:27:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiosqlite (Old)
 and      /work/SRC/openSUSE:Factory/.python-aiosqlite.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aiosqlite"

Mon Jun 12 15:27:43 2023 rev:3 rq:1092488 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiosqlite/python-aiosqlite.changes        
2021-05-15 01:24:11.175025274 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-aiosqlite.new.15902/python-aiosqlite.changes 
    2023-06-12 15:28:08.151649917 +0200
@@ -1,0 +2,20 @@
+Sun Jun 11 20:53:59 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.19.0
+  * Add support for setting cursor `row_factory` (#229)
+  * Dropped unused compatibility shims for 3.5 and 3.6
+  * Deprecated: Python 3.7 support will be dropped in v0.20.0
+- Release 0.18.0
+  * Added support for `paramstyle` (#197)
+  * Better type hints for `isolation_level` (#172) and
+    `text_factory` (#179)
+  * Use stdlib typing module when possible (#114)
+  * Replace aiounittest with stdlib on 3.8+
+  * Docmentation improvements (#108)
+  * Dropped support for Python 3.7, added support for Python 3.10
+    and 3.11 (#208)
+- Drop stdlib-typing_extensions.patch
+  * the upstream issue was accepted and the module was removed
+    but later introduced for Python < 3.8 due to a different case
+
+-------------------------------------------------------------------

Old:
----
  aiosqlite-0.17.0.tar.gz
  stdlib-typing_extensions.patch

New:
----
  aiosqlite-0.19.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-aiosqlite.spec ++++++
--- /var/tmp/diff_new_pack.ggtdP7/_old  2023-06-12 15:28:08.807653799 +0200
+++ /var/tmp/diff_new_pack.ggtdP7/_new  2023-06-12 15:28:08.815653846 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aiosqlite
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2019 Matthias Fehring <buschman...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,26 +17,27 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
 Name:           python-aiosqlite
-Version:        0.17.0
+Version:        0.19.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
-# PATCH-FIX-UPSTREAM stdlib-typing_extensions.patch gh#omnilib/aiosqlite#114 
mc...@suse.com
-# Dependency on typing_extensions is unnecessary
-Patch0:         stdlib-typing_extensions.patch
-BuildRequires:  %{python_module setuptools >= 38.6.0}
+BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module pip}
 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 aiounittest}
+BuildRequires:  %{python_module typing-extensions >= 4 if %python-base < 3.8}
 BuildRequires:  %{pythons}
 # /SECTION
 %python_subpackages
@@ -50,10 +51,10 @@
 %autosetup -p1 -n aiosqlite-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -62,7 +63,7 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGELOG.md README.rst
-%{python_sitelib}/aiosqlite-%{version}-*.egg-info*
-%{python_sitelib}/aiosqlite/
+%{python_sitelib}/aiosqlite
+%{python_sitelib}/aiosqlite-%{version}.dist-info
 
 %changelog

++++++ aiosqlite-0.17.0.tar.gz -> aiosqlite-0.19.0.tar.gz ++++++
++++ 1837 lines of diff (skipped)

Reply via email to