14
0

Accepting request 786821 from home:pgajdos:python

- version update to 2.4.0
  * added map/remap/scale/rescale function

OBS-URL: https://build.opensuse.org/request/show/786821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-utils?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-20 11:19:44 +00:00
committed by Git OBS Bridge
parent bfc556a993
commit ceaa272f55
4 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-utils
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-utils
Version: 2.3.0
Version: 2.4.0
Release: 0
Summary: Utilities not included with the standard Python install
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/WoLpH/python-utils
URL: https://github.com/WoLpH/python-utils
Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}