From d60b4e4e80c048bbd31f94749efd13cb348be94abfe613303f25b3d9e377a1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 5 Nov 2024 11:55:12 +0000 Subject: [PATCH] Accepting request 1220579 from home:glaubitz:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1220579 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioitertools?expand=0&rev=10 --- aioitertools-0.11.0.tar.gz | 3 --- aioitertools-0.12.0.tar.gz | 3 +++ python-aioitertools.changes | 16 ++++++++++++++++ python-aioitertools.spec | 8 +++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 aioitertools-0.11.0.tar.gz create mode 100644 aioitertools-0.12.0.tar.gz diff --git a/aioitertools-0.11.0.tar.gz b/aioitertools-0.11.0.tar.gz deleted file mode 100644 index 8c478e8..0000000 --- a/aioitertools-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42c68b8dd3a69c2bf7f2233bf7df4bb58b557bca5252ac02ed5187bbc67d6831 -size 32053 diff --git a/aioitertools-0.12.0.tar.gz b/aioitertools-0.12.0.tar.gz new file mode 100644 index 0000000..5b90894 --- /dev/null +++ b/aioitertools-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68adc7afe6f428f9b93a118cba3c5f844fb2677bf74b28295882242d51bccd24 +size 26993 diff --git a/python-aioitertools.changes b/python-aioitertools.changes index a5dc4c2..98a0a95 100644 --- a/python-aioitertools.changes +++ b/python-aioitertools.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 4 13:09:07 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-aioitertools.spec b/python-aioitertools.spec index dd31f7d..ff0cd6e 100644 --- a/python-aioitertools.spec +++ b/python-aioitertools.spec @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-aioitertools -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Itertools and builtins for AsyncIO and mixed iterables License: MIT Group: Development/Languages/Python 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 flit-core > 2} BuildRequires: %{python_module pip}