15
0

Accepting request 945464 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/945464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cytoolz?expand=0&rev=5
This commit is contained in:
2022-01-11 20:19:49 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82f5bba81d73a5a6b06f2a3553ff9003d865952fcb32e1df192378dd944d8a5c
size 475647

3
cytoolz-0.11.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea23663153806edddce7e4153d1d407d62357c05120a4e8485bddf1bd5ab22b4
size 481044

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 10 22:38:39 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 <info@paolostivanin.com>

View File

@@ -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