Hello community,
here is the log from the commit of package python-parameterized for
openSUSE:Factory checked in at 2019-03-22 15:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parameterized (Old)
and /work/SRC/openSUSE:Factory/.python-parameterized.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parameterized"
Fri Mar 22 15:03:37 2019 rev:3 rq:685370 version:0.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-parameterized/python-parameterized.changes
2018-12-24 11:40:46.401485052 +0100
+++
/work/SRC/openSUSE:Factory/.python-parameterized.new.25356/python-parameterized.changes
2019-03-22 15:03:39.321687220 +0100
@@ -1,0 +2,14 @@
+Fri Mar 15 13:34:56 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.7.0:
+ * Added parameterized_class feature, for parameterizing entire test
+ classes (many thanks to @TobyLL for their suggestions and help testing!)
+ * Fix DeprecationWarning on `inspect.getargs` (thanks @brettdh;
+ https://github.com/wolever/parameterized/issues/67)
+ * Make sure that `setUp` and `tearDown` methods work correctly (#40)
+ * Raise a ValueError when input is empty (thanks @danielbradburn;
+ https://github.com/wolever/parameterized/pull/48)
+ * Fix the order when number of cases exceeds 10 (thanks @ntflc;
+ https://github.com/wolever/parameterized/pull/49)
+
+-------------------------------------------------------------------
Old:
----
parameterized-0.6.1.tar.gz
New:
----
parameterized-0.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-parameterized.spec ++++++
--- /var/tmp/diff_new_pack.loU4qT/_old 2019-03-22 15:03:42.113684805 +0100
+++ /var/tmp/diff_new_pack.loU4qT/_new 2019-03-22 15:03:42.137684784 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-parameterized
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-parameterized
-Version: 0.6.1
+Version: 0.7.0
Release: 0
Summary: Parameterized testing
License: BSD-2-Clause
Group: Development/Languages/Python
Url: https://github.com/wolever/parameterized
Source:
https://files.pythonhosted.org/packages/source/p/parameterized/parameterized-%{version}.tar.gz
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with test}
-BuildRequires: %{python_module nose}
-BuildRequires: %{python_module pytest}
-%endif
BuildArch: noarch
%python_subpackages
@@ -50,14 +48,11 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
-%python_expand py.test-%{$python_bin_suffix} parameterized/test.py
-%python_expand nosetests-%{$python_bin_suffix}
-%endif
+export LANG=en_US.UTF8
+%pytest parameterized/test.py
%files %{python_files}
-%defattr(-,root,root,-)
%doc CHANGELOG.txt README.rst
%license LICENSE.txt
%{python_sitelib}/*
++++++ parameterized-0.6.1.tar.gz -> parameterized-0.7.0.tar.gz ++++++
++++ 1901 lines of diff (skipped)