diff --git a/aiostream-0.6.4.tar.gz b/aiostream-0.6.4.tar.gz deleted file mode 100644 index 21b5d37..0000000 --- a/aiostream-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba54e94536f2b0104696a7fb79a47606651708d33317559e5dfa0826a3652bc7 -size 46382 diff --git a/aiostream-0.7.0.tar.gz b/aiostream-0.7.0.tar.gz new file mode 100644 index 0000000..cfa0612 --- /dev/null +++ b/aiostream-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88abb1f60a4b01e0e941714e12fbab36c7f63513da66a8f70c83b84f994a882c +size 46653 diff --git a/python-aiostream.changes b/python-aiostream.changes index 34b9070..ef86e4c 100644 --- a/python-aiostream.changes +++ b/python-aiostream.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 21 05:58:13 UTC 2025 - Steve Kowalik + +- Update to 0.7.0: + * Improve performance for sequential combine operations (task_limit=1) + * Raise a ValueError when 'task_limit' or 'ordered' arguments are provided + with a sync function + ------------------------------------------------------------------- Fri Nov 8 08:34:07 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-aiostream.spec b/python-aiostream.spec index e3e5927..44f77cc 100644 --- a/python-aiostream.spec +++ b/python-aiostream.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiostream # -# 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 @@ -19,25 +19,24 @@ %global modname aiostream %{?sle15_python_module_pythons} Name: python-aiostream -Version: 0.6.4 +Version: 0.7.0 Release: 0 Summary: Generator-based operators for asynchronous iteration License: Apache-2.0 URL: https://github.com/vxgmichel/%{modname} Source: https://github.com/vxgmichel/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-siosocks >= 0.2.0 Requires: python-typing-extensions BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest-asyncio} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module typing-extensions} # /SECTION %python_subpackages