forked from pool/python-aiostream
- update to 0.5.1:
- update to 0.5.0: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiostream?expand=0&rev=4
This commit is contained in:
@@ -4,10 +4,10 @@ Thu Dec 14 09:13:36 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
|
||||
- update to 0.5.2:
|
||||
* Properly expose pipe methods in `aiostream.pipe` (PR #88,
|
||||
issue #87)
|
||||
update to 0.5.1:
|
||||
- update to 0.5.1:
|
||||
* Expose `pipable_operator` at package level (46ddb24)
|
||||
* Modernize examples (a704e9a)
|
||||
update to 0.5.0:
|
||||
- update to 0.5.0:
|
||||
* Drop python 3.7 support
|
||||
* Add type annotations (issue #36, PR #84)
|
||||
* Add task_limit argument to action operator (issue #85, PR
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%define modname aiostream
|
||||
%global modname aiostream
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aiostream
|
||||
Version: 0.5.2
|
||||
Release: 0
|
||||
@@ -25,19 +25,19 @@ 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.7}
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
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
|
||||
Requires: python-typing-extensions
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module typing-extensions}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user