14
0

Accepting request 923192 from home:pgajdos:python

- 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).

- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/923192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=17
This commit is contained in:
2021-10-05 12:19:18 +00:00
committed by Git OBS Bridge
parent 66316b1cb5
commit 8a5eb78503
4 changed files with 26 additions and 6 deletions

View File

@@ -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