From 36dc38fcb363fba8fd253683f05ff1728c34aa1c Mon Sep 17 00:00:00 2001 From: factory-maintainer <> Date: Aug 11 2022 16:49:29 +0000 Subject: Update python-aiounittest to version 1.4.2 / rev 3 via SR 994491 https://build.opensuse.org/request/show/994491 by user factory-maintainer + dimstar_suse Automatic submission by obs-autosubmit --- diff --git a/.files b/.files index aa9386f..9d408de 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 5f7293c..b00dad5 100644 --- a/.rev +++ b/.rev @@ -16,4 +16,12 @@ * declare python 3.9+ as supported 946670 + + 98a6a81e9d95969ef14cb8411af67d80 + 1.4.2 + + dimstar_suse + Automatic submission by obs-autosubmit + 994491 + diff --git a/aiounittest-1.4.1.tar.gz b/aiounittest-1.4.1.tar.gz deleted file mode 120000 index ea9b990..0000000 --- a/aiounittest-1.4.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiektgwa7a2zaxuy2hmtgbigr5fzverklafbrk7xydo5zzdvklnlw4 \ No newline at end of file diff --git a/aiounittest-1.4.2.tar.gz b/aiounittest-1.4.2.tar.gz new file mode 120000 index 0000000..497d561 --- /dev/null +++ b/aiounittest-1.4.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihgihh63yw4imkvwolpxnhfzru5jjmc2o3tehbvhg3hnjnkdcemta \ No newline at end of file diff --git a/python-aiounittest.changes b/python-aiounittest.changes index 13f4c40..dc56c57 100644 --- a/python-aiounittest.changes +++ b/python-aiounittest.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Aug 4 08:27:19 UTC 2022 - Otto Hollmann + +- Update to 1.4.2: + * test_sync_async_add: After closing the default event loop, set a new one + * Don't run @asyncio.coroutine tests with Python 3.11 + +------------------------------------------------------------------- Sat Jan 15 16:42:20 UTC 2022 - Dirk Müller - update to 1.4.1: diff --git a/python-aiounittest.spec b/python-aiounittest.spec index 5711420..97adfe5 100644 --- a/python-aiounittest.spec +++ b/python-aiounittest.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-aiounittest -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: Test AyncIO Python Code Easily License: MIT