diff --git a/python-tox.changes b/python-tox.changes index 28b0624..6c0d62d 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 23 09:17:44 UTC 2021 - Dominique Leuenberger + +- Drop definition of python-tox-doc: this subpackage is not being + built. + ------------------------------------------------------------------- Sun Sep 26 21:52:18 UTC 2021 - Matej Cepl diff --git a/python-tox.spec b/python-tox.spec index 959e5b0..7a4153e 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -91,27 +91,6 @@ use for: servers, greatly reducing boilerplate and merging CI and shell-based testing. -%package -n %{name}-doc -Summary: Documentation for tox, a virtualenv-based test automation -Recommends: %{python_module tox = %{version}} -Provides: %{python_module tox-doc = %{version}} - -%description -n %{name}-doc -Tox as is a generic virtualenv management and test command line tool you can -use for: - -* checking your package installs correctly with different - Python versions and interpreters - -* running your tests in each of the - environments, configuring your test tool of choice - -* acting as a frontend to Continuous Integration - servers, greatly reducing boilerplate and merging - CI and shell-based testing. - -This is the HTML documentation for tox package. - %prep %setup -q -n tox-%{version}