forked from pool/python-aioitertools
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6cbc401a43 | |||
| 6da0c647d5 | |||
| 074c315c9d | |||
| 82bbab5fb6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42c68b8dd3a69c2bf7f2233bf7df4bb58b557bca5252ac02ed5187bbc67d6831
|
|
||||||
size 32053
|
|
||||||
3
aioitertools-0.13.0.tar.gz
Normal file
3
aioitertools-0.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:10ea8a96655a27783afd58985bf505c4d258c3b8eb0da51117ab11651e73581b
|
||||||
|
size 26782
|
||||||
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 13 13:37:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.13.0
|
||||||
|
* Modernized project metadata (#208)
|
||||||
|
* Fixed references to old branch (#209)
|
||||||
|
* Tested up to Python 3.14 (#208)
|
||||||
|
* Drop support for Python 3.8 (#208)
|
||||||
|
* Use modern type annotations, clean up lint (#219, #220, #221)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 13:09:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.12.0:
|
||||||
|
* New: added `itertools.batched()` from Python 3.13 (#177)
|
||||||
|
* New: added `builtins.tuple()` (#152)
|
||||||
|
* Docs: fixed rendering of shell sections (#183)
|
||||||
|
* Python: added support for 3.12 and 3.13 (#154, #192)
|
||||||
|
* Python: dropped support for 3.6 and 3.7 (#154)
|
||||||
|
* Dev: updated gitignore and contributing guide (#176, #192)
|
||||||
|
* Dev: use `uv` for creating venv and installing deps when available (#192)
|
||||||
|
- Switch package to modern Python Stack on SLE-15
|
||||||
|
* Use Python 3.11 on SLE-15 by default
|
||||||
|
* Drop support for older Python versions
|
||||||
|
- Switch upstream source tarball from PyPi to Github
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 17 12:04:35 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Oct 17 12:04:35 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -15,17 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-aioitertools
|
Name: python-aioitertools
|
||||||
Version: 0.11.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Itertools and builtins for AsyncIO and mixed iterables
|
Summary: Itertools and builtins for AsyncIO and mixed iterables
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://aioitertools.omnilib.dev
|
URL: https://aioitertools.omnilib.dev
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/aioitertools/aioitertools-%{version}.tar.gz
|
Source: https://github.com/omnilib/aioitertools/archive/v%{version}.tar.gz#/aioitertools-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module asyncio}
|
BuildRequires: %{python_module asyncio}
|
||||||
BuildRequires: %{python_module flit-core > 2}
|
BuildRequires: %{python_module flit-core > 2}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
|||||||
Reference in New Issue
Block a user