From 235202ca9233d51dd24a4bbaef235630748dd975fc412479da05b433bff19034 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 11 Aug 2025 06:14:51 +0000 Subject: [PATCH] - Update to 0.6.0: * Minor changes to support py3.10 + - Fix Source URL to not hardcode the version mulitple times. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncio-pool?expand=0&rev=2 --- python-asyncio-pool-0.5.2.tar.gz | 3 --- python-asyncio-pool-0.6.0.tar.gz | 3 +++ python-asyncio-pool.changes | 7 +++++++ python-asyncio-pool.spec | 22 ++++++++++++---------- 4 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 python-asyncio-pool-0.5.2.tar.gz create mode 100644 python-asyncio-pool-0.6.0.tar.gz diff --git a/python-asyncio-pool-0.5.2.tar.gz b/python-asyncio-pool-0.5.2.tar.gz deleted file mode 100644 index 7bdd6e6..0000000 --- a/python-asyncio-pool-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bf2bce3a6aef38459ce4f7190c29aac5814df6a8496507f5f7b44d55ce27d7e -size 16819 diff --git a/python-asyncio-pool-0.6.0.tar.gz b/python-asyncio-pool-0.6.0.tar.gz new file mode 100644 index 0000000..6578ccd --- /dev/null +++ b/python-asyncio-pool-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02265a01e0a8360bce98f5c42457dca02481cee66b27c3e7631abd962ce4cc76 +size 16831 diff --git a/python-asyncio-pool.changes b/python-asyncio-pool.changes index dc2b3af..cef29d1 100644 --- a/python-asyncio-pool.changes +++ b/python-asyncio-pool.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 11 06:14:22 UTC 2025 - Steve Kowalik + +- Update to 0.6.0: + * Minor changes to support py3.10 + +- Fix Source URL to not hardcode the version mulitple times. + ------------------------------------------------------------------- Tue Apr 26 19:41:59 UTC 2022 - Johannes Kastl diff --git a/python-asyncio-pool.spec b/python-asyncio-pool.spec index c1b9f80..014d316 100644 --- a/python-asyncio-pool.spec +++ b/python-asyncio-pool.spec @@ -1,7 +1,7 @@ # # spec file for package python-asyncio-pool # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 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 @@ -16,20 +16,22 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asyncio-pool -Version: 0.5.2 +Version: 0.6.0 Release: 0 Summary: Pool of asyncio coroutines with familiar interface License: MIT URL: https://github.com/gistart/asyncio-pool -Source: https://github.com/gistart/asyncio-pool/archive/refs/tags/v0.5.2/asyncio_pool-0.5.2.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/gistart/asyncio-pool/archive/refs/tags/v%{version}/asyncio-pool-%{version}.tar.gz#/%{name}-%{version}.tar.gz # PyPI tarball does not include tests and license #Source: https://files.pythonhosted.org/packages/source/a/asyncio_pool/asyncio_pool-%%{version}.tar.gz BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module async_timeout} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildArch: noarch %python_subpackages @@ -43,10 +45,10 @@ AioPool makes sure _no more_ and _no less_ (if possible) than `size` spawned cor %setup -q -n asyncio-pool-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,8 +57,8 @@ AioPool makes sure _no more_ and _no less_ (if possible) than `size` spawned cor %files %{python_files} %doc README.md %license LICENSE.txt -%{python_sitelib}/asyncio_pool/ -%{python_sitelib}/asyncio_pool-%{version}*-info +%{python_sitelib}/asyncio_pool +%{python_sitelib}/asyncio_pool-%{version}.dist-info %doc examples %changelog