forked from pool/python-zope.testrunner
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
73a4c97eac | |||
6e9d46871d | |||
904e5ddb00 | |||
ab905fd144 | |||
d543a12cf2 | |||
dc907ff2d0 | |||
376434d4e3 | |||
4eb02b6a43 | |||
bc3d402a0b | |||
1537fc7723 | |||
95c7b2bc21 |
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
BIN
zope_testrunner-6.6.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user