Hello community,

here is the log from the commit of package python-param for openSUSE:Factory 
checked in at 2018-07-18 22:55:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-param (Old)
 and      /work/SRC/openSUSE:Factory/.python-param.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-param"

Wed Jul 18 22:55:21 2018 rev:5 rq:623249 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-param/python-param.changes        
2018-05-16 11:41:05.205405501 +0200
+++ /work/SRC/openSUSE:Factory/.python-param.new/python-param.changes   
2018-07-18 22:55:57.834558174 +0200
@@ -1,0 +2,19 @@
+Tue Jul 17 08:51:50 UTC 2018 - tchva...@suse.com
+
+- Switch to github tarball and enable tests.
+
+-------------------------------------------------------------------
+Mon Jul 16 16:11:19 UTC 2018 - a...@gmx.de
+
+- 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).
+
+-------------------------------------------------------------------

Old:
----
  param-1.6.1.tar.gz

New:
----
  v1.7.0.tar.gz

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

Other differences:
------------------
++++++ python-param.spec ++++++
--- /var/tmp/diff_new_pack.HbXd27/_old  2018-07-18 22:55:59.370553080 +0200
+++ /var/tmp/diff_new_pack.HbXd27/_new  2018-07-18 22:55:59.402552975 +0200
@@ -18,14 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-param
-Version:        1.6.1
+Version:        1.7.0
 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
-BuildRequires:  %{python_module devel}
+Source0:        https://github.com/ioam/param/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q -n param-%{version}
+sed -i -e 's:version=get_setup_version("param"):version="%{version}":g' 
setup.py
 
 %build
 %python_build
@@ -54,6 +56,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand nosetests-%{$python_bin_suffix}
+
 %files %{python_files}
 %license LICENSE.txt
 %doc README.rst


Reply via email to