Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-uncertainties for
openSUSE:Factory checked in at 2024-07-11 20:32:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uncertainties (Old)
and /work/SRC/openSUSE:Factory/.python-uncertainties.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uncertainties"
Thu Jul 11 20:32:54 2024 rev:16 rq:1186728 version:3.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-uncertainties/python-uncertainties.changes
2024-01-03 12:23:39.896576647 +0100
+++
/work/SRC/openSUSE:Factory/.python-uncertainties.new.17339/python-uncertainties.changes
2024-07-11 20:33:34.085719142 +0200
@@ -1,0 +2,14 @@
+Thu Jul 4 03:47:54 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 3.2.1:
+ * Drop future dependency. Uncertainties now has no external dependencies
+ when not using Numpy integration
+ * Drop support for Python versions before 3.8, including Python 2
+ * remove 1to2 and deprecations
+ * Moved from setup.py to pyproject.toml
+ * Move tests to tests folder
+ * Update unumpy test to be compatible with numpy 2
+ * Mark docstrings with backslashes as raw strings in tests
+- Drop patch remove-future-requirement.patch, no longer required.
+
+-------------------------------------------------------------------
Old:
----
remove-future-requirement.patch
uncertainties-3.1.7.tar.gz
New:
----
uncertainties-3.2.1.tar.gz
BETA DEBUG BEGIN:
Old: * Mark docstrings with backslashes as raw strings in tests
- Drop patch remove-future-requirement.patch, no longer required.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-uncertainties.spec ++++++
--- /var/tmp/diff_new_pack.73dVGb/_old 2024-07-11 20:33:34.577737122 +0200
+++ /var/tmp/diff_new_pack.73dVGb/_new 2024-07-11 20:33:34.581737267 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-uncertainties
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-uncertainties
-Version: 3.1.7
+Version: 3.2.1
Release: 0
Summary: Uncertainties on the Quantities Involved (aka "Error
Propagation")
License: BSD-3-Clause
URL: https://github.com/lebigot/uncertainties/
Source:
https://files.pythonhosted.org/packages/source/u/uncertainties/uncertainties-%{version}.tar.gz
-Patch0: remove-future-requirement.patch
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -47,8 +47,6 @@
%prep
%autosetup -p1 -n uncertainties-%{version}
-sed -i -e '/^#!\//, 1d' uncertainties/1to2.py
-sed -i -e '/^#!\//, 1d' uncertainties/lib1to2/test_1to2.py
%build
%pyproject_wheel
++++++ uncertainties-3.1.7.tar.gz -> uncertainties-3.2.1.tar.gz ++++++
++++ 11638 lines of diff (skipped)