Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-physt for openSUSE:Factory 
checked in at 2021-04-24 23:08:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-physt (Old)
 and      /work/SRC/openSUSE:Factory/.python-physt.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-physt"

Sat Apr 24 23:08:46 2021 rev:4 rq:887907 version:0.5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-physt/python-physt.changes        
2020-02-10 21:56:41.626299455 +0100
+++ /work/SRC/openSUSE:Factory/.python-physt.new.12324/python-physt.changes     
2021-04-24 23:09:57.867463642 +0200
@@ -1,0 +2,16 @@
+Fri Apr 23 02:52:11 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 0.5.0.1:
+  * Removed: *args in method definition whenever possible (prefering
+    explicit keyword-only arguments)
+  * Changed: In multi-dimensional methods arguments:
+    + list is treated as different value for each axes
+    + tuple is treated as one argument value
+  * Changed: Plotly backend does not allow matplotlib mimicking any more.
+  * Added: Basic tests for plotting backends
+  * Support: Tested against Python 3.6-3.9
+  * Fixed: Typing annotations are passing mypy validation.
+  * Fixed: A few small bugs 
+- Do not build for Python 3.6, due to no NumPy.
+
+-------------------------------------------------------------------

Old:
----
  physt-0.4.9.tar.gz

New:
----
  physt-0.5.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-physt.spec ++++++
--- /var/tmp/diff_new_pack.tgoclZ/_old  2021-04-24 23:09:58.295464247 +0200
+++ /var/tmp/diff_new_pack.tgoclZ/_new  2021-04-24 23:09:58.295464247 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-physt
 #
-# Copyright (c) 2020 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
@@ -18,8 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+%define         skip_python36 1
 Name:           python-physt
-Version:        0.4.9
+Version:        0.5.0.1
 Release:        0
 Summary:        Python histogram library
 License:        MIT
@@ -40,7 +41,9 @@
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module plotly}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages

++++++ physt-0.4.9.tar.gz -> physt-0.5.0.1.tar.gz ++++++
++++ 32290 lines of diff (skipped)

Reply via email to