forked from pool/python-aiostream
Accepting request 1294662 from devel:languages:python
- 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
OBS-URL: https://build.opensuse.org/request/show/1294662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiostream?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba54e94536f2b0104696a7fb79a47606651708d33317559e5dfa0826a3652bc7
|
||||
size 46382
|
||||
3
aiostream-0.7.0.tar.gz
Normal file
3
aiostream-0.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88abb1f60a4b01e0e941714e12fbab36c7f63513da66a8f70c83b84f994a882c
|
||||
size 46653
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 05:58:13 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user