Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.cachedescriptors for
openSUSE:Factory checked in at 2021-09-25 00:35:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.cachedescriptors (Old)
and /work/SRC/openSUSE:Factory/.python-zope.cachedescriptors.new.1899
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.cachedescriptors"
Sat Sep 25 00:35:41 2021 rev:3 rq:921370 version:4.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.cachedescriptors/python-zope.cachedescriptors.changes
2018-12-13 19:46:25.204858390 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.cachedescriptors.new.1899/python-zope.cachedescriptors.changes
2021-09-25 00:36:36.375205281 +0200
@@ -1,0 +2,5 @@
+Fri Sep 24 12:39:41 UTC 2021 - [email protected]
+
+- %check: do no use deprecated setup.py test
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.cachedescriptors.spec ++++++
--- /var/tmp/diff_new_pack.yNmoj4/_old 2021-09-25 00:36:36.835205761 +0200
+++ /var/tmp/diff_new_pack.yNmoj4/_new 2021-09-25 00:36:36.835205761 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.cachedescriptors
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
Summary: Method and property caching decorators
License: ZPL-2.1
Group: Development/Languages/Python
-Url: http://github.com/zopefoundation/zope.cachedescriptors
+URL: http://github.com/zopefoundation/zope.cachedescriptors
Source:
https://files.pythonhosted.org/packages/source/z/zope.cachedescriptors/zope.cachedescriptors-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -53,7 +53,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py -q test -q
+cd build/lib
+%{python_expand \
+$python -m unittest -v zope.cachedescriptors.tests
+$python -m doctest -v zope/cachedescriptors/*.rst
+}
%files %{python_files}
%doc CHANGES.rst README.rst