Accepting request 934307 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/934307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-Pint?expand=0&rev=24
This commit is contained in:
2021-11-28 19:16:01 +00:00
committed by Git OBS Bridge
parent eb8cfa283b
commit 7ddfeed5a2
4 changed files with 41 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-Pint
Version: 0.17
Version: 0.18
Release: 0
Summary: Physical quantities module
License: BSD-3-Clause
@@ -36,10 +36,10 @@ Requires: python-importlib-metadata
Requires: python-importlib-resources
Requires: python-packaging
Requires: python-uncertainties >= 3.0
Recommends: python-numpy
Recommends: python-numpy >= 1.17
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module numpy >= 1.17}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pytest >= 4.0}
BuildRequires: %{python_module pytest-subtests}