diff --git a/aiostream-0.6.4.tar.gz b/aiostream-0.6.4.tar.gz deleted file mode 100644 index 41af818caf575ed29a150f2868c2c3d364773f7d..0000000000000000000000000000000000000000 Binary files a/aiostream-0.6.4.tar.gz and /dev/null differ diff --git a/aiostream-0.7.1.tar.gz b/aiostream-0.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..beac48f4b9d7e500c14b36fb9c3b85bd7652c9be Binary files /dev/null and b/aiostream-0.7.1.tar.gz differ diff --git a/python-aiostream.spec b/python-aiostream.spec index 987f7f184d4ecadc9c5814e8d8d7a1b16bd38b0f..c24e9d6a70693e11bca91bcd50b988d2dbfc2156 100644 --- a/python-aiostream.spec +++ b/python-aiostream.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-aiostream -Version: 0.6.4 +Version: 0.7.1 Release: 1 Summary: Generator-based operators for asynchronous iteration License: GPL-3.0-only @@ -47,6 +47,12 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Oct 14 2025 lifeifei - 0.7.1-1 +- update package to 0.7.1 +- Add Python 3.14 support +- Improve performance of sequential combine operations (task_limit=1) +- Raise ValueError when task_limit/ordered used with sync functions + * Wed Jun 18 2025 jinshuaiyu - 0.6.4-1 - Update package to version 0.6.4 - Drop support for python 3.8, add support for python 3.13