From 2602534c044d936aaf88da39ef954258a8b579fa40fdb5013f574836304c54e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 25 May 2021 11:18:49 +0000 Subject: [PATCH 1/2] 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 --- numericalunits-1.24.tar.gz | 3 --- numericalunits-1.25.tar.gz | 3 +++ python-numericalunits.changes | 6 ++++++ python-numericalunits.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 numericalunits-1.24.tar.gz create mode 100644 numericalunits-1.25.tar.gz diff --git a/numericalunits-1.24.tar.gz b/numericalunits-1.24.tar.gz deleted file mode 100644 index b67b124..0000000 --- a/numericalunits-1.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a069e03036b3b68d48c6b02ab7e9ea90ccf01bbc83688ed3319f70c2e9ec772 -size 15164 diff --git a/numericalunits-1.25.tar.gz b/numericalunits-1.25.tar.gz new file mode 100644 index 0000000..c5f0dd3 --- /dev/null +++ b/numericalunits-1.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32a482adae818a1a8d6c799bf9fb153326461d490c0de9deab9c694a6537eec +size 16027 diff --git a/python-numericalunits.changes b/python-numericalunits.changes index b23932a..8983b0c 100644 --- a/python-numericalunits.changes +++ b/python-numericalunits.changes @@ -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 - specfile: diff --git a/python-numericalunits.spec b/python-numericalunits.spec index 143236b..34012ce 100644 --- a/python-numericalunits.spec +++ b/python-numericalunits.spec @@ -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 From ea6498751dd11064d5cf693111a01fc86e5eb7bdc69de4659dcc8d0cb546d4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 25 May 2021 11:19:08 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numericalunits?expand=0&rev=13 --- python-numericalunits.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/python-numericalunits.changes b/python-numericalunits.changes index 8983b0c..70050a4 100644 --- a/python-numericalunits.changes +++ b/python-numericalunits.changes @@ -4,6 +4,7 @@ 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