diff --git a/python-zope.testrunner.changes b/python-zope.testrunner.changes index 5a5763b..4c565d4 100644 --- a/python-zope.testrunner.changes +++ b/python-zope.testrunner.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 3 09:15:42 UTC 2023 - pgajdos@suse.com + +- version update to 6.0 + * - Drop support for Python 2.7, 3.5, 3.6. +- python-six is not required + ------------------------------------------------------------------- Tue Dec 13 17:47:23 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index f3bdd59..d3c9a93 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.testrunner # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -26,19 +25,17 @@ %bcond_with test %endif Name: python-zope.testrunner -Version: 5.6 +Version: 6.0 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 setuptools} -BuildRequires: %{python_module six} BuildRequires: %{python_module zope.exceptions} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six Requires: python-zope.exceptions Requires: python-zope.interface Requires(post): update-alternatives @@ -55,7 +52,7 @@ BuildRequires: %{pythons} This package provides a flexible test runner with layer support. %prep -%setup -q -n zope.testrunner-%{version} +%autosetup -p1 -n zope.testrunner-%{version} find -size 0 -delete %build @@ -85,7 +82,7 @@ find -size 0 -delete %license LICENSE.md %doc README.rst %python_alternative %{_bindir}/zope-testrunner -%{python_sitelib}/* +%{python_sitelib}/zope* %endif %changelog diff --git a/zope.testrunner-5.6.tar.gz b/zope.testrunner-5.6.tar.gz deleted file mode 100644 index 2533ece..0000000 --- a/zope.testrunner-5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6bd72f44ea32caa415b96cfe14152b2786317aef1cd6f48a827b62def058fd4 -size 151503 diff --git a/zope.testrunner-6.0.tar.gz b/zope.testrunner-6.0.tar.gz new file mode 100644 index 0000000..b20fc2e --- /dev/null +++ b/zope.testrunner-6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb6fba3af95edb0c9f2aed039de855e333824e8ccb4ef94d36929577b3351b5 +size 149368