14
0

11 Commits

Author SHA256 Message Date
73a4c97eac 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
6e9d46871d - 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
904e5ddb00 - 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
ab905fd144 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
d543a12cf2 - Update to 6.6.1
* Make signatures in ``tb_format`` Python 3.12+ compatible (#186)

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
dc907ff2d0 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
376434d4e3 - 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
4eb02b6a43 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
bc3d402a0b - 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
1537fc7723 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
95c7b2bc21 - 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 49 additions and 9 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Apr 1 16:06:08 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Thu Mar 27 00:40:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Mon Jan 20 10:40:28 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.6.1
* Make signatures in ``tb_format`` Python 3.12+ compatible (#186)
-------------------------------------------------------------------
Mon Oct 28 21:53:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.6:
* Make tests compatible with Python 3.13 + add support for that
version.
* Drop support for Python 3.7.
-------------------------------------------------------------------
Fri Oct 4 04:40:08 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing psuffix to name for multibuild.
-------------------------------------------------------------------
Wed Aug 21 04:04:14 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Thu Mar 14 08:57:24 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.testrunner
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,13 +25,13 @@
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-zope.testrunner
Version: 6.4
Name: python-zope.testrunner%{psuffix}
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
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 wheel}
@@ -56,7 +56,7 @@ BuildRequires: %{pythons}
This package provides a flexible test runner with layer support.
%prep
%autosetup -p1 -n zope.testrunner-%{version}
%autosetup -p1 -n zope_testrunner-%{version}
find -size 0 -delete
%build
@@ -90,7 +90,7 @@ $python -m zope.testrunner --test-path=src -vv
%python_alternative %{_bindir}/zope-testrunner
%{python_sitelib}/zope/testrunner
%{python_sitelib}/zope.testrunner-%{version}-py*-nspkg.pth
%{python_sitelib}/zope.testrunner-%{version}.dist-info
%{python_sitelib}/zope[_.]testrunner-%{version}.dist-info
%endif
%changelog

View File

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

BIN
zope_testrunner-6.6.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.