Hello community,

here is the log from the commit of package python-param for openSUSE:Factory 
checked in at 2020-11-03 15:16:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-param (Old)
 and      /work/SRC/openSUSE:Factory/.python-param.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-param"

Tue Nov  3 15:16:30 2020 rev:14 rq:845534 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-param/python-param.changes        
2020-08-04 20:21:27.496991582 +0200
+++ /work/SRC/openSUSE:Factory/.python-param.new.3463/python-param.changes      
2020-11-03 15:16:53.304058677 +0100
@@ -1,0 +2,44 @@
+Sat Oct 31 20:21:55 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 1.10.0:
+  * Fix ClassSelector.get_range() for class_ tuple
+    (gh#holoviz/param#360).
+  * Update links and text to point to holoviz.org
+    (gh#holoviz/param#364).
+  * Include params when calling instance in __new__.
+  * Internal removal of old API usage (gh#holoviz/param#372).
+  * Removed outdated warning message (gh#holoviz/param#373).
+  * Update some packaging metadata. (gh#holoviz/param#370).
+  * Revert Include params when calling instance in __new__
+    (gh#holoviz/param#367, gh#holoviz/param#374).
+  * Turn .param into a property (gh#holoviz/param#386).
+  * Prevent param.version from failing when used alongside async
+    frameworks (gh#holoviz/param#389).
+  * Allow using iadd on constant parameter (gh#holoviz/param#400).
+  * Batch param.depends (gh#holoviz/param#401).
+  * Ensure that Parameterized remaps watchers on copy
+    (gh#holoviz/param#409).
+  * JSON serialization and schema generation
+    (gh#holoviz/param#414).
+  * Make copy of watchers dictionary on instance parameters
+    (gh#holoviz/param#419).
+  * Refactor JSONSerializer (gh#holoviz/param#422).
+  * Ensure Parameterized.param.objects works with uninitialized
+    object (gh#holoviz/param#420).
+  * Micro optimizations (gh#holoviz/param#424).
+  * Fix indentation (gh#holoviz/param#431).
+  * Test suite fixups and updates (gh#holoviz/param#432).
+  * Group depends for watched deps within a class
+    (gh#holoviz/param#434).
+  * Fix .abstract for classes named with leading underscore(s)
+    (gh#holoviz/param#439).
+  * Fix discard_events decorator (gh#holoviz/param#442).
+  * Add new Event parameter type (gh#holoviz/param#438).
+  * Pin nbconvert in doc build for now.
+  * Stricter nbconvert pin.
+- Update denose.patch from latest pull request, plus rebasing to
+  apply cleanly for `tests/API0/testparameterizedobject.py` and
+  `tests/API1/testparameterizedobject.py`.
+- Run tests only for python3 as they fail for python2.
+
+-------------------------------------------------------------------

Old:
----
  v1.9.3.tar.gz

New:
----
  v1.10.0.tar.gz

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

Other differences:
------------------
++++++ python-param.spec ++++++
--- /var/tmp/diff_new_pack.p9IScZ/_old  2020-11-03 15:16:55.316060613 +0100
+++ /var/tmp/diff_new_pack.p9IScZ/_new  2020-11-03 15:16:55.316060613 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-param
-Version:        1.9.3
+Version:        1.10.0
 Release:        0
 Summary:        Declarative Python programming using Parameters
 License:        BSD-3-Clause
@@ -62,9 +62,11 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%ifpython3
 %check
 # Exclusion documented in gh#holoviz/param#423
 %pytest -k 'not test_abstract_class' tests/*/*.py
+%endif
 
 %files %{python_files}
 %license LICENSE.txt

++++++ denose.patch ++++++
++++ 1876 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-param/denose.patch
++++ and /work/SRC/openSUSE:Factory/.python-param.new.3463/denose.patch

++++++ v1.9.3.tar.gz -> v1.10.0.tar.gz ++++++
++++ 2478 lines of diff (skipped)


Reply via email to