diff --git a/python-flake8-docstrings.changes b/python-flake8-docstrings.changes index d1ffa89..60e93ac 100644 --- a/python-flake8-docstrings.changes +++ b/python-flake8-docstrings.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 9 18:54:16 UTC 2020 - Todd R + +- Drop python2 subpackage due to dependencies dropping python2. + ------------------------------------------------------------------- Tue Oct 8 08:53:09 UTC 2019 - Tomáš Chvátal diff --git a/python-flake8-docstrings.spec b/python-flake8-docstrings.spec index 4125aca..600fec5 100644 --- a/python-flake8-docstrings.spec +++ b/python-flake8-docstrings.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-docstrings # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-flake8-docstrings Version: 1.5.0 Release: 0 @@ -50,8 +51,7 @@ A module that adds an extension for the pydocstyle tool to flake8. %doc README.rst %license LICENSE %{python_sitelib}/flake8_docstrings.* -%dir %{python_sitelib}/flake8_docstrings-%{version}-py*.egg-info -%{python_sitelib}/flake8_docstrings-%{version}-py*.egg-info/* +%{python_sitelib}/flake8_docstrings-%{version}-py*.egg-info %pycache_only %{python_sitelib}/__pycache__ %changelog