From 800a3c286683301ba8c85b34474429de3124eae17db451a0f7cce38fbb2a36e5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Jan 2022 00:13:10 +0000 Subject: [PATCH] Accepting request 945430 from home:bnavigator:branches:devel:languages:python - Update to 0.11.2 * Support Python 3.10 - No further release notes found * Dropped support for Python <= 3.4 * Officially uses pytest now OBS-URL: https://build.opensuse.org/request/show/945430 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=11 --- cytoolz-0.10.1.tar.gz | 3 --- cytoolz-0.11.2.tar.gz | 3 +++ python-cytoolz.changes | 9 +++++++++ python-cytoolz.spec | 17 +++++++---------- 4 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 cytoolz-0.10.1.tar.gz create mode 100644 cytoolz-0.11.2.tar.gz diff --git a/cytoolz-0.10.1.tar.gz b/cytoolz-0.10.1.tar.gz deleted file mode 100644 index 463b091..0000000 --- a/cytoolz-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f5bba81d73a5a6b06f2a3553ff9003d865952fcb32e1df192378dd944d8a5c -size 475647 diff --git a/cytoolz-0.11.2.tar.gz b/cytoolz-0.11.2.tar.gz new file mode 100644 index 0000000..25ad6ef --- /dev/null +++ b/cytoolz-0.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea23663153806edddce7e4153d1d407d62357c05120a4e8485bddf1bd5ab22b4 +size 481044 diff --git a/python-cytoolz.changes b/python-cytoolz.changes index aba0faf..57c589e 100644 --- a/python-cytoolz.changes +++ b/python-cytoolz.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 10 22:38:39 UTC 2022 - Ben Greiner + +- Update to 0.11.2 + * Support Python 3.10 +- No further release notes found + * Dropped support for Python <= 3.4 + * Officially uses pytest now + ------------------------------------------------------------------- Mon Mar 30 14:32:52 UTC 2020 - Paolo Stivanin diff --git a/python-cytoolz.spec b/python-cytoolz.spec index 504be58..b916904 100644 --- a/python-cytoolz.spec +++ b/python-cytoolz.spec @@ -1,7 +1,7 @@ # # spec file for package python-cytoolz # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-cytoolz -Version: 0.10.1 +Version: 0.11.2 Release: 0 Summary: High performance python functional utilities in Cython License: BSD-3-Clause URL: https://github.com/pytoolz/cytoolz Source: https://files.pythonhosted.org/packages/source/c/cytoolz/cytoolz-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toolz} @@ -51,16 +52,12 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -mkdir testing -pushd testing -export PYTHONDONTWRITEBYTECODE=1 -%pytest_arch ../cytoolz/tests -popd +%pytest_arch %files %{python_files} %doc README.rst %license LICENSE.txt %{python_sitearch}/cytoolz/ -%{python_sitearch}/cytoolz-%{version}-py*.egg-info/ +%{python_sitearch}/cytoolz-%{version}*-info/ %changelog