Hello community,
here is the log from the commit of package python-uncertainties for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-uncertainties (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-uncertainties.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uncertainties"
Mon Mar 2 13:24:25 2020 rev:11 rq:777249 version:3.1.2
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-uncertainties/python-uncertainties.changes
2020-01-15 15:53:58.843616384 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-uncertainties.new.26092/python-uncertainties.changes
2020-03-02 13:24:26.290527299 +0100
@@ -1,0 +2,52 @@
+Fri Aug 16 15:57:12 UTC 2019 - Todd R <[email protected]>
+
+- Update to 3.1.2
+ * Starting with NumPy 1.17, numpy.linalg.pinv has a None
+ __defaults__ attribute, for which the code made no provision.
+ This is fixed.
+- Remove upstream-included patches:
+ fix_raw_strings.patch
+ fix_numpy_1_17.patch
+
+-------------------------------------------------------------------
+Wed Jul 31 21:12:28 UTC 2019 - Todd R <[email protected]>
+
+- Add fix_raw_strings.patch
+ Fix raw string escaping
+ From: gh#lebigot/uncertainties#98
+- Add fix_numpy_1_17.patch
+ Fix building for numpy 1.17
+ See: gh#lebigot/uncertainties#89
+
+-------------------------------------------------------------------
+Mon Jun 3 09:24:16 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.1.1:
+ * No upstream changelog provided
+
+-------------------------------------------------------------------
+Tue Oct 30 03:02:29 UTC 2018 - Arun Persaud <[email protected]>
+
+- update to version 3.0.3:
+ * The deprecation warning raised by inspect.getargspec() in recent
+ versions of Python 3 is now gone.
+
+-------------------------------------------------------------------
+Thu Sep 6 12:52:28 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Trim non-RPM markup from description. Ensure neutrality of
+ description.
+
+-------------------------------------------------------------------
+Wed Sep 5 03:56:06 UTC 2018 - [email protected]
+
+- specfile:
+ * update copyright year
+ * remove devel from noarch
+
+- update to version 3.0.2:
+ * This update contains only documentation updates (and new or
+ updated code comments). Added explicit information on NaN
+ handling.
+
+-------------------------------------------------------------------
Old:
----
uncertainties-3.0.1.tar.gz
New:
----
uncertainties-3.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-uncertainties.spec ++++++
--- /var/tmp/diff_new_pack.DOGJDZ/_old 2020-03-02 13:24:26.626527968 +0100
+++ /var/tmp/diff_new_pack.DOGJDZ/_new 2020-03-02 13:24:26.626527968 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-uncertainties
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,52 +12,58 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-uncertainties
-Version: 3.0.1
+Version: 3.1.2
Release: 0
Summary: Uncertainties on the Quantities Involved (aka "Error
Propagation")
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://pythonhosted.org/uncertainties/
+URL: https://github.com/lebigot/uncertainties/
Source:
https://files.pythonhosted.org/packages/source/u/uncertainties/uncertainties-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module nose}
+BuildRequires: %{python_module numpy}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildRequires: python3-testsuite
+BuildRequires: python3-tools
+BuildArch: noarch
%if 0%{?suse_version}
Recommends: python-numpy
%endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
%python_subpackages
%description
-``uncertainties`` allows **calculations** such as (2 +/- 0.1)*2 = 4 +/-
-0.2 to be **performed transparently**. Much more complex mathematical
-expressions involving numbers with uncertainties can also be evaluated
-directly.
-
-The ``uncertainties`` package **takes the pain and complexity out**
-of uncertainty calculations.
+"uncertainties" allows calculations such as (2±0.1)*2 = 4±0.2 to be
+performed transparently. Much more complex mathematical expressions
+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
%build
%python_build
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python setup.py
nosetests -v
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
%{python_sitelib}/uncertainties/
%{python_sitelib}/uncertainties-%{version}-py*.egg-info
++++++ uncertainties-3.0.1.tar.gz -> uncertainties-3.1.2.tar.gz ++++++
++++ 2513 lines of diff (skipped)