Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-async-lru for
openSUSE:Factory checked in at 2026-04-04 19:07:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-async-lru (Old)
and /work/SRC/openSUSE:Factory/.python-async-lru.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-async-lru"
Sat Apr 4 19:07:30 2026 rev:6 rq:1344505 version:2.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-async-lru/python-async-lru.changes
2025-10-31 16:28:57.444177640 +0100
+++
/work/SRC/openSUSE:Factory/.python-async-lru.new.21863/python-async-lru.changes
2026-04-04 19:09:18.625781890 +0200
@@ -1,0 +2,17 @@
+Fri Apr 3 17:00:59 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.3.0:
+ * Added ``cache_contains()`` for read-only key lookup.
+ * Changed cross-loop cache access to auto-reset and rebind to
+ the current event loop.
+ * Added ``AlruCacheLoopResetWarning`` when an auto-reset
+ happens due to event loop change.
+ * Forwarded ``cache_close(wait=...)`` for bound methods.
+ * Added a ``jitter`` parameter to randomise TTL.
+ * Raise ``RuntimeError`` when cache is used by different loop.
+ * Fixed cancelling of task when all tasks waiting on it have
+ been cancelled.
+ * Fixed DeprecationWarning from asyncio.iscoroutinefunction.
+- Remove support-python-314.patch: fixed upstream.
+
+-------------------------------------------------------------------
Old:
----
async_lru-2.0.5.tar.gz
support-python-314.patch
New:
----
async_lru-2.3.0.tar.gz
----------(Old B)----------
Old: * Fixed DeprecationWarning from asyncio.iscoroutinefunction.
- Remove support-python-314.patch: fixed upstream.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-async-lru.spec ++++++
--- /var/tmp/diff_new_pack.vYcB10/_old 2026-04-04 19:09:19.877833225 +0200
+++ /var/tmp/diff_new_pack.vYcB10/_new 2026-04-04 19:09:19.893833881 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-async-lru
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-async-lru
-Version: 2.0.5
+Version: 2.3.0
Release: 0
Summary: Simple LRU cache for asyncio
License: MIT
URL: https://github.com/aio-libs/async-lru
Source:
https://files.pythonhosted.org/packages/source/a/async_lru/async_lru-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM Based on gh#aio-libs/async-lru#637
-Patch0: support-python-314.patch
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module typing-extensions >= 4.0.0 if %python-base <
3.11}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
++++++ async_lru-2.0.5.tar.gz -> async_lru-2.3.0.tar.gz ++++++
++++ 1616 lines of diff (skipped)