1
0

Accepting request 895326 from home:pgajdos:python

- version update to 1.25
  * add nu_eval() function.
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/895326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numericalunits?expand=0&rev=12
This commit is contained in:
Markéta Machová 2021-05-25 11:18:49 +00:00 committed by Git OBS Bridge
parent 5853f6424f
commit 2602534c04
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@ -1,4 +1,10 @@
-------------------------------------------------------------------
Tue May 25 10:43:16 UTC 2021 - pgajdos@suse.com
- version update to 1.25
* add nu_eval() function.
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Sun Dec 1 03:32:39 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:

View File

@ -1,7 +1,7 @@
#
# spec file for package python-numericalunits
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-numericalunits
Version: 1.24
Version: 1.25
Release: 0
Summary: Python module for defining quantities with units
License: MIT
@ -57,7 +57,7 @@ cp %{SOURCE1} .
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test --test-suite=tests
%pyunittest discover -v tests/
%files %{python_files}
%license LICENSE.txt