From b3b41426ab2cb86b315eb87bea0a75eab7ecb42550df6baf063818cbb91abc49 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 9 Jan 2020 18:57:38 +0000 Subject: [PATCH] Accepting request 762533 from home:TheBlackCat:branches:devel:languages:python - Drop python2 subpackage due to dependencies dropping python2. OBS-URL: https://build.opensuse.org/request/show/762533 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-docstrings?expand=0&rev=15 --- python-flake8-docstrings.changes | 5 +++++ python-flake8-docstrings.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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