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,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