Hello community,
here is the log from the commit of package python-voluptuous for
openSUSE:Factory checked in at 2020-06-28 23:05:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-voluptuous (Old)
and /work/SRC/openSUSE:Factory/.python-voluptuous.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-voluptuous"
Sun Jun 28 23:05:12 2020 rev:7 rq:817235 version:0.11.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-voluptuous/python-voluptuous.changes
2019-09-02 12:44:52.421752398 +0200
+++
/work/SRC/openSUSE:Factory/.python-voluptuous.new.3060/python-voluptuous.changes
2020-06-28 23:06:42.634935239 +0200
@@ -1,0 +2,7 @@
+Thu Jun 18 09:59:14 UTC 2020 - [email protected]
+
+- added patches
+ https://github.com/alecthomas/voluptuous/pull/422
+ + python-voluptuous-remove-nose.patch
+
+-------------------------------------------------------------------
New:
----
python-voluptuous-remove-nose.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-voluptuous.spec ++++++
--- /var/tmp/diff_new_pack.12CwOw/_old 2020-06-28 23:06:44.374941018 +0200
+++ /var/tmp/diff_new_pack.12CwOw/_new 2020-06-28 23:06:44.378941031 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-voluptuous
#
-# Copyright (c) 2019 SUSE LINUX 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
@@ -25,7 +25,9 @@
Group: Development/Languages/Python
URL: http://github.com/alecthomas/voluptuous
Source:
https://files.pythonhosted.org/packages/source/v/voluptuous/voluptuous-%{version}.tar.gz
-BuildRequires: %{python_module nose}
+# https://github.com/alecthomas/voluptuous/pull/422
+Patch0: python-voluptuous-remove-nose.patch
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -38,6 +40,7 @@
%prep
%setup -q -n voluptuous-%{version}
+%patch0 -p1
%build
%python_build
@@ -47,7 +50,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec %{_bindir}/nosetests -v
+%pytest
%files %{python_files}
%license COPYING
++++++ python-voluptuous-remove-nose.patch ++++++
++++ 939 lines (skipped)