diff --git a/aiostream-0.4.5.tar.gz b/aiostream-0.4.5.tar.gz deleted file mode 100644 index 3a1fc0e..0000000 --- a/aiostream-0.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17146d696337579009efeb3a704e5175aaaaecc68d3e47ac06015791bcdda75d -size 39797 diff --git a/aiostream-0.5.2.tar.gz b/aiostream-0.5.2.tar.gz new file mode 100644 index 0000000..d68aa46 --- /dev/null +++ b/aiostream-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fef23afbffc07fa497dd81406755117bd92c322b704ffc523c9b90ba3fba95 +size 42945 diff --git a/python-aiostream.changes b/python-aiostream.changes index fa6ba33..a00cdf1 100644 --- a/python-aiostream.changes +++ b/python-aiostream.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Dec 14 09:13:36 UTC 2023 - Petr Gajdos + +- 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 diff --git a/python-aiostream.spec b/python-aiostream.spec index 663614c..bde9fda 100644 --- a/python-aiostream.spec +++ b/python-aiostream.spec @@ -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