17
0

13 Commits

Author SHA256 Message Date
337090c07a Accepting request 1301411 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=29
2025-08-26 12:57:30 +00:00
3cf8595d95 - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=57
2025-08-26 09:52:45 +00:00
5c3a1de0b2 Accepting request 1266270 from devel:languages:python
Make it compatible with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=28
2025-04-10 19:59:47 +00:00
5e71d57145 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=55
2025-04-01 16:11:48 +00:00
8c3e604d8e - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=54
2025-03-27 00:41:57 +00:00
a3e1a37bae Accepting request 1239001 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=27
2025-01-20 16:15:18 +00:00
a71a4abbb2 Accepting request 1238986 from home:glaubitz:branches:devel:languages:python
- Update to 6.6.1
  * Make signatures in ``tb_format`` Python 3.12+ compatible (#186)

OBS-URL: https://build.opensuse.org/request/show/1238986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=52
2025-01-20 11:34:40 +00:00
fd9a6493a4 Accepting request 1218876 from devel:languages:python
- update to 6.6:
  * Make tests compatible with Python 3.13 + add support for that
    version.
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/request/show/1218876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=26
2024-10-29 13:35:28 +00:00
47cbe12709 - update to 6.6:
* Make tests compatible with Python 3.13 + add support for that
    version.
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=50
2024-10-28 21:53:27 +00:00
6d259b8b5d Accepting request 1205614 from devel:languages:python
- Add missing psuffix to name for multibuild.

OBS-URL: https://build.opensuse.org/request/show/1205614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=25
2024-10-04 15:10:56 +00:00
886d10a717 - Add missing psuffix to name for multibuild.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=48
2024-10-04 04:41:28 +00:00
2d75f096e1 Accepting request 1194965 from devel:languages:python
- Update to 6.5:
  * unittest.TestCase.subTest support (#91).
  * remove support for setup.py's test command. Support for this command has
    been dropped by modern setuptools versions and correspondingly has been
    removed from most zopefoundation packages; zope.testrunner now follows.
  * setup.py's ftest command is now only supported when the used setuptools
    version still supports test.

OBS-URL: https://build.opensuse.org/request/show/1194965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.testrunner?expand=0&rev=24
2024-08-21 21:25:58 +00:00
174fc14ac8 - Update to 6.5:
* unittest.TestCase.subTest support (#91).
  * remove support for setup.py's test command. Support for this command has
    been dropped by modern setuptools versions and correspondingly has been
    removed from most zopefoundation packages; zope.testrunner now follows.
  * setup.py's ftest command is now only supported when the used setuptools
    version still supports test.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=46
2024-08-21 04:05:33 +00:00
4 changed files with 9 additions and 28 deletions

View File

@@ -1,24 +1,3 @@
-------------------------------------------------------------------
Tue Jan 6 02:46:39 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 8.1:
* Remove run-time dependency on setuptools.
* Replace pkg_resources namespace with PEP 420 native namespace.
* Add --auto-path option. This automatically adds the path of all packages
from the --package option to the test paths. (#198)
* Improve @unittest.expectedFailure support, especially regarding
post-mortem debugger. (#196)
* Re-add a single import of pkg_resources to avoid other import issues in
mixed pip/buildout environments. (#194)
* Replace pkg_resources with importlib.metadata.
* Remove setup.py ftest command. (#178)
* Remove zope.testrunner.eggsupport. It is no longer usable as of
setuptools 72.0.0. (#185)
* Drop support for Python 3.8.
* Add option --only-level=level to run tests only at the specified
level. (#188)
- Clean up BuildRequires.
-------------------------------------------------------------------
Tue Aug 26 09:52:11 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.testrunner
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,18 +31,20 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.testrunner%{psuffix}
Version: 8.1
Version: 6.6.1
Release: 0
Summary: Zope testrunner script
License: ZPL-2.1
URL: https://github.com/zopefoundation/zope.testrunner
Source: https://files.pythonhosted.org/packages/source/z/zope_testrunner/zope_testrunner-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zope.exceptions}
BuildRequires: %{python_module zope.interface}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires: python-zope.exceptions
Requires: python-zope.interface
BuildArch: noarch
@@ -99,8 +101,8 @@ $python -m zope.testrunner --test-path=src -vv
%license LICENSE.md
%doc README.rst
%python_alternative %{_bindir}/zope-testrunner
%dir %{python_sitelib}/zope
%{python_sitelib}/zope/testrunner
%{python_sitelib}/zope.testrunner-%{version}-py*-nspkg.pth
%{python_sitelib}/zope[_.]testrunner-%{version}.dist-info
%endif

BIN
zope_testrunner-6.6.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65389bb17634291cab3590bb9addc6ff010e6907440e772a04dcb2b8029acfde
size 155129