- update to 6.2.1:
* Work around Python 3.12.1+ no longer calling startTest for skipped tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=40
This commit is contained in:
parent
76d40bd7b9
commit
896d9f2f02
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 2 21:42:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.2.1:
|
||||||
|
* Work around Python 3.12.1+ no longer calling startTest for
|
||||||
|
skipped tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 11 08:13:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 11 08:13:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.testrunner
|
# spec file for package python-zope.testrunner
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,13 +26,15 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.testrunner
|
Name: python-zope.testrunner
|
||||||
Version: 6.2
|
Version: 6.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope testrunner script
|
Summary: Zope testrunner script
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
URL: https://github.com/zopefoundation/zope.testrunner
|
URL: https://github.com/zopefoundation/zope.testrunner
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.testrunner/zope.testrunner-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope.testrunner/zope.testrunner-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: %{python_module zope.exceptions}
|
BuildRequires: %{python_module zope.exceptions}
|
||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -57,11 +59,11 @@ This package provides a flexible test runner with layer support.
|
|||||||
find -size 0 -delete
|
find -size 0 -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%python_clone -a %{buildroot}%{_bindir}/zope-testrunner
|
%python_clone -a %{buildroot}%{_bindir}/zope-testrunner
|
||||||
@ -83,7 +85,9 @@ find -size 0 -delete
|
|||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%python_alternative %{_bindir}/zope-testrunner
|
%python_alternative %{_bindir}/zope-testrunner
|
||||||
%{python_sitelib}/zope*
|
%{python_sitelib}/zope/testrunner
|
||||||
|
%{python_sitelib}/zope.testrunner-%{version}-py*-nspkg.pth
|
||||||
|
%{python_sitelib}/zope.testrunner-%{version}.dist-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
zope.testrunner-6.2.1.tar.gz
Normal file
3
zope.testrunner-6.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9ecdcc9ceedbc3577246c902aafa27f2a7f6a20d79ca408458c7c90c877235f
|
||||||
|
size 150397
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f8dc92e1363837567a02c78f252b6fd43c3b69c08ff2db748333aefd111bccd
|
|
||||||
size 150192
|
|
Loading…
x
Reference in New Issue
Block a user