Hello community,
here is the log from the commit of package python-check-manifest for
openSUSE:Factory checked in at 2020-04-15 20:05:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-check-manifest (Old)
and /work/SRC/openSUSE:Factory/.python-check-manifest.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-check-manifest"
Wed Apr 15 20:05:22 2020 rev:6 rq:792551 version:0.40
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-check-manifest/python-check-manifest.changes
2019-11-04 17:08:36.768402558 +0100
+++
/work/SRC/openSUSE:Factory/.python-check-manifest.new.2738/python-check-manifest.changes
2020-04-15 20:07:42.766154841 +0200
@@ -1,0 +2,6 @@
+Wed Apr 8 18:47:22 UTC 2020 - Matej Cepl <[email protected]>
+
+- Don't build-require bzr, just suggest it, it is not that necessary.
+- Switch tests to using pytest as a test runner.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-check-manifest.spec ++++++
--- /var/tmp/diff_new_pack.1aWfJT/_old 2020-04-15 20:07:43.530155361 +0200
+++ /var/tmp/diff_new_pack.1aWfJT/_new 2020-04-15 20:07:43.530155361 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-check-manifest
#
-# 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
@@ -26,9 +26,9 @@
URL: https://github.com/mgedmin/check-manifest
Source:
https://files.pythonhosted.org/packages/source/c/check-manifest/check-manifest-%{version}.tar.gz
BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
-BuildRequires: bzr
BuildRequires: fdupes
BuildRequires: git-core
BuildRequires: mercurial
@@ -61,7 +61,7 @@
%check
export LANG=en_US.UTF-8
-%python_exec setup.py test
+%pytest
%files %{python_files}
%doc CHANGES.rst README.rst