From 1244bdf94c92e87a56b10069aca4645e0d65eb9a3e3013177b986dbb2822220d Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 26 Jun 2020 18:58:50 +0000 Subject: [PATCH] Accepting request 817312 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to 3.1.4 * There is now a single code base for Python 2 and Python 3. OBS-URL: https://build.opensuse.org/request/show/817312 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-uncertainties?expand=0&rev=15 --- python-uncertainties.changes | 6 ++++++ python-uncertainties.spec | 13 ++++++------- uncertainties-3.1.2.tar.gz | 3 --- uncertainties-3.1.4.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 uncertainties-3.1.2.tar.gz create mode 100644 uncertainties-3.1.4.tar.gz diff --git a/python-uncertainties.changes b/python-uncertainties.changes index 2b27e29..aef0df7 100644 --- a/python-uncertainties.changes +++ b/python-uncertainties.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 24 17:13:28 UTC 2020 - Todd R + +- Update to 3.1.4 + * There is now a single code base for Python 2 and Python 3. + ------------------------------------------------------------------- Fri Aug 16 15:57:12 UTC 2019 - Todd R diff --git a/python-uncertainties.spec b/python-uncertainties.spec index d974a2e..620d87c 100644 --- a/python-uncertainties.spec +++ b/python-uncertainties.spec @@ -1,7 +1,7 @@ # # spec file for package python-uncertainties # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-uncertainties -Version: 3.1.2 +Version: 3.1.4 Release: 0 Summary: Uncertainties on the Quantities Involved (aka "Error Propagation") License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/lebigot/uncertainties/ Source: https://files.pythonhosted.org/packages/source/u/uncertainties/uncertainties-%{version}.tar.gz +BuildRequires: %{python_module future} BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module testsuite} +BuildRequires: %{python_module tools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-testsuite -BuildRequires: python3-tools BuildArch: noarch +Requires: python-future %if 0%{?suse_version} Recommends: python-numpy %endif @@ -45,9 +47,6 @@ involving numbers with uncertainties can also be evaluated directly. %prep %setup -q -n uncertainties-%{version} -# crazy directory layout -rm -r uncertainties-py23 -mv uncertainties-py27 uncertainties sed -i -e '/^#!\//, 1d' uncertainties/1to2.py sed -i -e '/^#!\//, 1d' uncertainties/lib1to2/test_1to2.py diff --git a/uncertainties-3.1.2.tar.gz b/uncertainties-3.1.2.tar.gz deleted file mode 100644 index 47a21c9..0000000 --- a/uncertainties-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba07c17a8a78cb58a47cd373079c7ea459f8b26cd474e29163b6ba0d72856a1e -size 232577 diff --git a/uncertainties-3.1.4.tar.gz b/uncertainties-3.1.4.tar.gz new file mode 100644 index 0000000..712ba44 --- /dev/null +++ b/uncertainties-3.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63548a94899f2a51eeb89b640f6ac311f481a8016b37dce157186e44619bc968 +size 148897