From 75c0a24cd131ed969cc224ff707b1a5d6cc3d53e02d0895fbdbed75009f6b0c3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 11:42:58 +0000 Subject: [PATCH] - update to 1.5.0: * package: include the requirements and tests in the sdist package - update to 1.4.3: * Drop travis in favor of gh actions * Drop `nosetest` * Add `DepracationWarning` for "old-python" tests * declare python 3.9+ as supported OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiounittest?expand=0&rev=10 --- aiounittest-1.4.2.tar.gz | 3 --- aiounittest-1.5.0.tar.gz | 3 +++ python-aiounittest.changes | 13 ++++++++++++- python-aiounittest.spec | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 aiounittest-1.4.2.tar.gz create mode 100644 aiounittest-1.5.0.tar.gz diff --git a/aiounittest-1.4.2.tar.gz b/aiounittest-1.4.2.tar.gz deleted file mode 100644 index 4eb39c3..0000000 --- a/aiounittest-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e641cfede2dc43155b396fbb4e5cc69d4a582d3b7321c3539b676a5aa1888c98 -size 15791 diff --git a/aiounittest-1.5.0.tar.gz b/aiounittest-1.5.0.tar.gz new file mode 100644 index 0000000..a638fb9 --- /dev/null +++ b/aiounittest-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88124a63de279953409a9c390b24af3747ccf45e028ea08c43dc408553fef640 +size 15848 diff --git a/python-aiounittest.changes b/python-aiounittest.changes index d84f18e..69b35c4 100644 --- a/python-aiounittest.changes +++ b/python-aiounittest.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jul 12 11:42:38 UTC 2025 - Dirk Müller + +- update to 1.5.0: + * package: include the requirements and tests in the sdist + package +- update to 1.4.3: + * Drop travis in favor of gh actions + * Drop `nosetest` + * Add `DepracationWarning` for "old-python" tests + ------------------------------------------------------------------- Tue May 13 07:53:29 UTC 2025 - Markéta Machová @@ -19,7 +30,7 @@ Thu Aug 4 08:27:19 UTC 2022 - Otto Hollmann Sat Jan 15 16:42:20 UTC 2022 - Dirk Müller - update to 1.4.1: - * declare python 3.9+ as supported + * declare python 3.9+ as supported ------------------------------------------------------------------- Sat Nov 28 03:04:34 UTC 2020 - John Vandenberg diff --git a/python-aiounittest.spec b/python-aiounittest.spec index 73527c6..bb0dd37 100644 --- a/python-aiounittest.spec +++ b/python-aiounittest.spec @@ -19,7 +19,7 @@ %define skip_python2 1 Name: python-aiounittest -Version: 1.4.2 +Version: 1.5.0 Release: 0 Summary: Test AyncIO Python Code Easily License: MIT