Accepting request 923212 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/923212 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testing?expand=0&rev=11
This commit is contained in:
commit
86c5aff747
@ -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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea
|
||||
size 63474
|
3
zope.testing-4.9.tar.gz
Normal file
3
zope.testing-4.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:475cb847a7af9d547313ee93f5d0b8800bf627e6d0d9a51d11967984083cb54e
|
||||
size 62294
|
Loading…
Reference in New Issue
Block a user