Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-aiodataloader for 
openSUSE:Factory checked in at 2023-12-01 21:26:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiodataloader (Old)
 and      /work/SRC/openSUSE:Factory/.python-aiodataloader.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aiodataloader"

Fri Dec  1 21:26:17 2023 rev:4 rq:1130179 version:0.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-aiodataloader/python-aiodataloader.changes    
    2022-03-17 17:02:10.757716624 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-aiodataloader.new.25432/python-aiodataloader.changes
     2023-12-01 21:26:59.513455905 +0100
@@ -1,0 +2,14 @@
+Fri Dec  1 09:57:04 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.4.0:
+  * Fixed typo in `batch_load_fn` TypeError
+  * Removed `None` default value for `key` arg in
+    `DataLoader.load()`
+  * Removed Python 3.6 as a supported target version
+- update to 0.3.0:
+  * Adds typing
+  * Drops support for Python<3.6
+  * Adds support for overriding `get_cache_key` in subclasses
+  * Improves README.md and removes README.rst
+
+-------------------------------------------------------------------

Old:
----
  python-aiodataloader-0.2.1.tar.gz

New:
----
  python-aiodataloader-0.4.0.tar.gz

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

Other differences:
------------------
++++++ python-aiodataloader.spec ++++++
--- /var/tmp/diff_new_pack.FLKt1h/_old  2023-12-01 21:27:00.393488227 +0100
+++ /var/tmp/diff_new_pack.FLKt1h/_new  2023-12-01 21:27:00.393488227 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aiodataloader
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 Name:           python-aiodataloader
-Version:        0.2.1
+Version:        0.4.0
 Release:        0
 Summary:        Asyncio DataLoader implementation for Python
 License:        MIT
@@ -26,12 +26,15 @@
 Source:         
https://github.com/syrusakbary/aiodataloader/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # pypi tarball has no tests
 #Source:         
https://files.pythonhosted.org/packages/source/a/aiodataloader/aiodataloader-%%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION tests
 BuildRequires:  %{python_module pytest >= 3.6}
 BuildRequires:  %{python_module pytest-asyncio}
+BuildRequires:  %{python_module typing-extensions}
 BuildArch:      noarch
 %python_subpackages
 
@@ -45,10 +48,10 @@
 %setup -q -n aiodataloader-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

++++++ python-aiodataloader-0.2.1.tar.gz -> python-aiodataloader-0.4.0.tar.gz 
++++++
++++ 1986 lines of diff (skipped)

Reply via email to