diff --git a/python-zope.testing.changes b/python-zope.testing.changes index ac5d955..52cf3fd 100644 --- a/python-zope.testing.changes +++ b/python-zope.testing.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Oct 5 09:48:25 UTC 2021 - pgajdos@suse.com + +- version update to 4.9 + 4.9 (2021-01-08) + ---------------- + - Make ``setupstack.txt`` test work again if the current directory is empty. + 4.8 (2021-01-04) + ---------------- + - Add support for Python 3.8 and 3.9. + - Drop support for Python 3.3 and 3.4. + - Extend IGNORE_EXCEPTION_MODULE_IN_PYTHON2 to cover also exceptions without + arguments (thus without a colon on the last line of the traceback output). + +------------------------------------------------------------------- +Tue Oct 5 09:42:28 UTC 2021 - pgajdos@suse.com + +- %check: use %pyunittest rpm macro + ------------------------------------------------------------------- Mon Oct 14 14:51:47 UTC 2019 - Matej Cepl diff --git a/python-zope.testing.spec b/python-zope.testing.spec index 20dc2c2..a913945 100644 --- a/python-zope.testing.spec +++ b/python-zope.testing.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.testing # -# Copyright (c) 2019 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zope.testing -Version: 4.7 +Version: 4.9 Release: 0 Summary: Zope testing helpers License: ZPL-2.1 @@ -92,7 +92,8 @@ wait %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +pushd build/lib +%pyunittest -v zope.testing.tests.test_suite %files %{python_files} %license LICENSE.txt diff --git a/zope.testing-4.7.tar.gz b/zope.testing-4.7.tar.gz deleted file mode 100644 index db93617..0000000 --- a/zope.testing-4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea -size 63474 diff --git a/zope.testing-4.9.tar.gz b/zope.testing-4.9.tar.gz new file mode 100644 index 0000000..1abdc49 --- /dev/null +++ b/zope.testing-4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475cb847a7af9d547313ee93f5d0b8800bf627e6d0d9a51d11967984083cb54e +size 62294