15
0

Accepting request 1133129 from home:pgajdos:python

pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiostream?expand=0&rev=3
This commit is contained in:
2023-12-15 12:03:27 +00:00
committed by Git OBS Bridge
parent 57967c4ba6
commit b7ba3879ae
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17146d696337579009efeb3a704e5175aaaaecc68d3e47ac06015791bcdda75d
size 39797

3
aiostream-0.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9fef23afbffc07fa497dd81406755117bd92c322b704ffc523c9b90ba3fba95
size 42945

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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:
* Expose `pipable_operator` at package level (46ddb24)
* Modernize examples (a704e9a)
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
#86)
-------------------------------------------------------------------
Tue Dec 20 18:48:59 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aiostream
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
%define skip_python2 1
%define modname aiostream
Name: python-aiostream
Version: 0.4.5
Version: 0.5.2
Release: 0
Summary: Generator-based operators for asynchronous iteration
License: Apache-2.0
URL: https://github.com/vxgmichel/aiostream
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 pip}
@@ -32,8 +32,10 @@ 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 typing_extensions}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
# /SECTION