Hello community,

here is the log from the commit of package python-param for openSUSE:Leap:15.2 
checked in at 2020-03-24 19:05:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-param (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-param.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-param"

Tue Mar 24 19:05:24 2020 rev:15 rq:787626 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-param/python-param.changes      
2020-01-15 15:51:20.527525640 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-param.new.3160/python-param.changes    
2020-03-24 19:05:26.213463572 +0100
@@ -1,0 +2,117 @@
+Wed Mar 11 14:59:28 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 1.9.3
+  * Removed outdated warning message
+  * Internal removal of old API usage
+
+-------------------------------------------------------------------
+Wed Jan 22 09:32:08 UTC 2020 - Martin Sirringhaus <[email protected]>
+
+- Update to 1.9.2:
+  * No upstream changelog 
+
+-------------------------------------------------------------------
+Fri Aug 30 15:53:14 UTC 2019 - Todd R <[email protected]>
+
+- Include a .version file.  Other packages need this to determine
+  this package's version.
+
+-------------------------------------------------------------------
+Mon Jun  3 10:57:01 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.9.1:
+  * No upstream changelog
+
+-------------------------------------------------------------------
+Wed Apr 24 09:06:21 UTC 2019 - [email protected]
+
+- version update to 1.9.0
+  New features:
+    Added support for instance parameters, allowing parameter metadata
+     to be modified per instance and allowing parameter objects to be
+     passed to Panel objects (#306)
+    Added label slot to Parameter, to allow overriding attribute name
+     for display (#319)
+    Added step slot to Parameter, e.g. to control Panel widget step
+     size (#326)
+    Added keywords_to_params utility for deducing Parameter types and
+      ranges automatically (#317)
+    Added support for multiple outputs from a Parameterized (#312)
+    Added Selector as a more user-friendly version of ObjectSelector,
+     accepting a list of options as a positional argument (#316)
+  Changes affecting backwards compatibility:
+    Changed from root logger to a param-specific logger; no change to
+     API but will change format of error and warning messages (#330)
+    Old abstract class Selector renamed to SelectorBase; should be no
+     change unless user code added custom classes inherited from
+     Selector without providing a constructor (#316)
+  Bugfixes and other improvements:
+    Various bugfixes (#320, #323, #327, #329)
+    Other improvements (#315, #325)
+
+-------------------------------------------------------------------
+Wed Mar 13 13:43:12 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.8.2:
+  * Added output decorator and outputs lookup method (#299, #312)
+
+-------------------------------------------------------------------
+Fri Jan  4 16:19:59 UTC 2019 - Todd R <[email protected]>
+
+- update to version 1.8.1
+  * Added positional default arguments for nearly all Parameter
+    subclasses (apart from ClassSelector)
+  * Minor bugfixes for watching callbacks
+- update to version 1.8.0
+  * Parameterized methods can now declare @depends(p,q) to indicate
+    that they depend on parameters p and q (defaulting to all
+    parameters)
+  * Parameterized methods can depend on subobjects with
+    @depends(p.param,q.param.r), where p.param indicates
+    dependencies on all parameters of p and q.param.r indicates a
+    dependency on parameter r of q.
+  * Functions and methods can watch parameter values, re-running
+    when those values change or when an explicit trigger is issued,
+    and can unwatch them later if needed.
+  * Multiple events can be batched to trigger callbacks only once
+    for a coordinated set of changes
+  * Added support in ObjectSelector for selecting lists and dicts
+    (#268)
+  * Added pandas DataFrame and Series parameter types (#285)
+  * Added support for regular expression validation to String
+    Parameter (#241, #245)
+
+-------------------------------------------------------------------
+Tue Jul 17 08:51:50 UTC 2018 - [email protected]
+
+- Switch to github tarball and enable tests.
+
+-------------------------------------------------------------------
+Mon Jul 16 16:11:19 UTC 2018 - [email protected]
+
+- specfile:
+  * remove devel requirement
+
+- update to version 1.7.0:
+  * A new param namespace object, which in future will allow
+    subclasses of Parameterized to have much cleaner namespaces
+    (#230).
+  * Started testing on python 3.7-dev (#223).
+  * param.version now provides functions to simplify dependants'
+    setup.py/setup.cfg files (see pyviz/autover#49).
+
+-------------------------------------------------------------------
+Fri May 11 23:11:13 UTC 2018 - [email protected]
+
+- update to version 1.6.1:
+  * Restores support for the previous versioning system (pre 1.6; see
+    #225), and fixes a number of issues with the new versioning
+    system:
+    + Allow package name to differ from repository name
+      (pyviz/autover#39)
+    + Allow develop install to work when repository is dirty
+      (pyviz/autover#41)
+    + Fixed failure to report dirty when commit count is 0
+      (pyviz/autover#44)
+
+-------------------------------------------------------------------

Old:
----
  param-1.6.0.tar.gz

New:
----
  python-param-rpmlintrc
  v1.9.3.tar.gz

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

Other differences:
------------------
++++++ python-param.spec ++++++
--- /var/tmp/diff_new_pack.E7haHq/_old  2020-03-24 19:05:26.665466690 +0100
+++ /var/tmp/diff_new_pack.E7haHq/_new  2020-03-24 19:05:26.665466690 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-param
 #
-# Copyright (c) 2018 SUSE LINUX Products 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
@@ -12,23 +12,25 @@
 # 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-param
-Version:        1.6.0
+Version:        1.9.3
 Release:        0
 Summary:        Declarative Python programming using Parameters
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://ioam.github.com/param/
-Source:         
https://files.pythonhosted.org/packages/source/p/param/param-%{version}.tar.gz
+URL:            http://param.pyviz.org/
+Source0:        https://github.com/ioam/param/archive/v%{version}.tar.gz
+Source100:      python-param-rpmlintrc
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 Recommends:     python-numpy
 BuildArch:      noarch
 %python_subpackages
@@ -46,6 +48,8 @@
 
 %prep
 %setup -q -n param-%{version}
+sed -i -e 's:version=get_setup_version("param"):version="%{version}":g' 
setup.py
+echo '{"git_describe": "v%{version}", "version_string": "%{version}"}' > 
param/.version
 
 %build
 %python_build
@@ -54,9 +58,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand nosetests-%{$python_bin_suffix}
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/param/
 %{python_sitelib}/numbergen/
 %{python_sitelib}/param-%{version}-py*.egg-info

++++++ python-param-rpmlintrc ++++++
addFilter("hidden-file-or-dir .*/site-packages/param/\.version")

Reply via email to