Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
95d8f581d2 |
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Oct 28 21:53:13 UTC 2024 - 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) 2024 SUSE LLC
|
# Copyright (c) 2025 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,12 +26,12 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.testrunner%{psuffix}
|
Name: python-zope.testrunner%{psuffix}
|
||||||
Version: 6.6
|
Version: 6.6.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 pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -56,7 +56,7 @@ BuildRequires: %{pythons}
|
|||||||
This package provides a flexible test runner with layer support.
|
This package provides a flexible test runner with layer support.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n zope.testrunner-%{version}
|
%autosetup -p1 -n zope_testrunner-%{version}
|
||||||
find -size 0 -delete
|
find -size 0 -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -90,7 +90,7 @@ $python -m zope.testrunner --test-path=src -vv
|
|||||||
%python_alternative %{_bindir}/zope-testrunner
|
%python_alternative %{_bindir}/zope-testrunner
|
||||||
%{python_sitelib}/zope/testrunner
|
%{python_sitelib}/zope/testrunner
|
||||||
%{python_sitelib}/zope.testrunner-%{version}-py*-nspkg.pth
|
%{python_sitelib}/zope.testrunner-%{version}-py*-nspkg.pth
|
||||||
%{python_sitelib}/zope.testrunner-%{version}.dist-info
|
%{python_sitelib}/zope[_.]testrunner-%{version}.dist-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
zope.testrunner-6.6.tar.gz
(Stored with Git LFS)
BIN
zope.testrunner-6.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
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