Accepting request 1076861 from home:pgajdos:python
- version update to 6.0 * - Drop support for Python 2.7, 3.5, 3.6. - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1076861 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=34
This commit is contained in:
parent
d14583b27d
commit
ce584333db
@ -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 <yarunachalam@suse.com>
|
Tue Dec 13 17:47:23 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.testrunner
|
# 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
|
# 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
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@ -26,19 +25,17 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zope.testrunner
|
Name: python-zope.testrunner
|
||||||
Version: 5.6
|
Version: 6.0
|
||||||
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 setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: %{python_module zope.exceptions}
|
BuildRequires: %{python_module zope.exceptions}
|
||||||
BuildRequires: %{python_module zope.interface}
|
BuildRequires: %{python_module zope.interface}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-six
|
|
||||||
Requires: python-zope.exceptions
|
Requires: python-zope.exceptions
|
||||||
Requires: python-zope.interface
|
Requires: python-zope.interface
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
@ -55,7 +52,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
|
||||||
%setup -q -n zope.testrunner-%{version}
|
%autosetup -p1 -n zope.testrunner-%{version}
|
||||||
find -size 0 -delete
|
find -size 0 -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -85,7 +82,7 @@ find -size 0 -delete
|
|||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%python_alternative %{_bindir}/zope-testrunner
|
%python_alternative %{_bindir}/zope-testrunner
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/zope*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6bd72f44ea32caa415b96cfe14152b2786317aef1cd6f48a827b62def058fd4
|
|
||||||
size 151503
|
|
BIN
zope.testrunner-6.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
zope.testrunner-6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user