Hello community,
here is the log from the commit of package python-parameterized for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:11:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-parameterized (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-parameterized.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parameterized"
Mon Mar 9 18:11:41 2020 rev:4 rq:781647 version:0.7.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-parameterized/python-parameterized.changes
2020-01-15 15:51:20.867525835 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-parameterized.new.26092/python-parameterized.changes
2020-03-09 18:11:41.757224964 +0100
@@ -1,0 +2,29 @@
+Fri Dec 13 12:49:20 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Include in SLE-15 (bsc#1159018, jsc#PM-1507)
+
+-------------------------------------------------------------------
+Tue Nov 5 09:31:02 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- remove pytest test, enable other test frameworks
+
+-------------------------------------------------------------------
+Wed Aug 21 14:41:30 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Use pytest 3.x series as newer use different syntax
+
+-------------------------------------------------------------------
+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.d3YP4v/_old 2020-03-09 18:11:42.017225337 +0100
+++ /var/tmp/diff_new_pack.d3YP4v/_new 2020-03-09 18:11:42.021225343 +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,23 @@
%{?!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 nose2}
+BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module unittest2}
+Suggests: python-nose
+Suggests: python-nose2
+Suggests: python-unittest2
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with test}
-BuildRequires: %{python_module nose}
-BuildRequires: %{python_module pytest}
-%endif
BuildArch: noarch
%python_subpackages
@@ -40,6 +41,8 @@
%description
Parameterized testing with any Python test framework.
+Not working with supportest "pytest" versions
+
%prep
%setup -q -n parameterized-%{version}
@@ -50,14 +53,14 @@
%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
+%{python_expand nosetests-%$python_version}
+%{python_expand nose2-%$python_version}
+%{python_expand unit2-%$python_version}
+%python_exec -m unittest parameterized.test
%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)