Hello community,
here is the log from the commit of package python-uncertainties for
openSUSE:Factory checked in at 2020-06-27 23:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uncertainties (Old)
and /work/SRC/openSUSE:Factory/.python-uncertainties.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uncertainties"
Sat Jun 27 23:22:40 2020 rev:8 rq:817313 version:3.1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-uncertainties/python-uncertainties.changes
2019-08-19 21:38:21.172348189 +0200
+++
/work/SRC/openSUSE:Factory/.python-uncertainties.new.3060/python-uncertainties.changes
2020-06-27 23:22:43.745851636 +0200
@@ -1,0 +2,6 @@
+Wed Jun 24 17:13:28 UTC 2020 - Todd R <[email protected]>
+
+- Update to 3.1.4
+ * There is now a single code base for Python 2 and Python 3.
+
+-------------------------------------------------------------------
Old:
----
uncertainties-3.1.2.tar.gz
New:
----
uncertainties-3.1.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-uncertainties.spec ++++++
--- /var/tmp/diff_new_pack.zZvogE/_old 2020-06-27 23:22:44.369853688 +0200
+++ /var/tmp/diff_new_pack.zZvogE/_new 2020-06-27 23:22:44.369853688 +0200
@@ -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 @@
%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
++++++ uncertainties-3.1.2.tar.gz -> uncertainties-3.1.4.tar.gz ++++++
++++ 25782 lines of diff (skipped)