Accepting request 895341 from devel:languages:python:numeric
- version update to 1.25 * add nu_eval() function. - %check: use %pyunittest rpm macro OBS-URL: https://build.opensuse.org/request/show/895341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numericalunits?expand=0&rev=6
This commit is contained in:
commit
ddd209efc4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a069e03036b3b68d48c6b02ab7e9ea90ccf01bbc83688ed3319f70c2e9ec772
|
|
||||||
size 15164
|
|
3
numericalunits-1.25.tar.gz
Normal file
3
numericalunits-1.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c32a482adae818a1a8d6c799bf9fb153326461d490c0de9deab9c694a6537eec
|
||||||
|
size 16027
|
@ -1,3 +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>
|
Sun Dec 1 03:32:39 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-numericalunits
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-numericalunits
|
Name: python-numericalunits
|
||||||
Version: 1.24
|
Version: 1.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for defining quantities with units
|
Summary: Python module for defining quantities with units
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -57,7 +57,7 @@ cp %{SOURCE1} .
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec setup.py test --test-suite=tests
|
%pyunittest discover -v tests/
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user