From e71dab545fb0ff6237634fa3a4140bea7e9dc5647473a820e3b32c2f190be590 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 20 Mar 2025 14:19:04 +0000 Subject: [PATCH] Accepting request 1254742 from home:glaubitz:branches:devel:languages:python - Update to 0.4.2 * Updated badges in README - from version 0.4.1 * #44 check cancelled() before calling set_exception() or set_result() on futures (thanks @Hellzed) OBS-URL: https://build.opensuse.org/request/show/1254742 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodataloader?expand=0&rev=9 --- python-aiodataloader-0.4.0.tar.gz | 3 --- python-aiodataloader-0.4.2.tar.gz | 3 +++ python-aiodataloader.changes | 9 +++++++++ python-aiodataloader.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 python-aiodataloader-0.4.0.tar.gz create mode 100644 python-aiodataloader-0.4.2.tar.gz diff --git a/python-aiodataloader-0.4.0.tar.gz b/python-aiodataloader-0.4.0.tar.gz deleted file mode 100644 index 83d96ce..0000000 --- a/python-aiodataloader-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76c06e33979b7ba817c4f53e902d307e27a7ce1c888089164509c0778e4f0e14 -size 12691 diff --git a/python-aiodataloader-0.4.2.tar.gz b/python-aiodataloader-0.4.2.tar.gz new file mode 100644 index 0000000..be7f618 --- /dev/null +++ b/python-aiodataloader-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5426bc8436de3767be5e543090622f4a2e105b5a849a3d526f2182079323550c +size 13108 diff --git a/python-aiodataloader.changes b/python-aiodataloader.changes index f7273c0..4a382ae 100644 --- a/python-aiodataloader.changes +++ b/python-aiodataloader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 20 14:03:11 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.4.2 + * Updated badges in README +- from version 0.4.1 + * #44 check cancelled() before calling set_exception() or + set_result() on futures (thanks @Hellzed) + ------------------------------------------------------------------- Fri Dec 1 09:57:04 UTC 2023 - Dirk Müller diff --git a/python-aiodataloader.spec b/python-aiodataloader.spec index 4d790dd..4c2cedc 100644 --- a/python-aiodataloader.spec +++ b/python-aiodataloader.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiodataloader # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-aiodataloader -Version: 0.4.0 +Version: 0.4.2 Release: 0 Summary: Asyncio DataLoader implementation for Python License: MIT