forked from pool/python-numericalunits
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:
parent
5853f6424f
commit
2602534c04
@ -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,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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user