15
0

Accepting request 720809 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/720809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-docstrings?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-08-04 13:11:30 +00:00
committed by Git OBS Bridge
parent 1b339c8620
commit ccc4098d6a
4 changed files with 19 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-docstrings
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flake8-docstrings
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: Extension for flake8 which uses pydocstyle to check docstrings
License: MIT
@@ -50,6 +50,9 @@ A module that adds an extension for the pydocstyle tool to flake8.
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/flake8_docstrings.*
%dir %{python_sitelib}/flake8_docstrings-%{version}-py*.egg-info
%{python_sitelib}/flake8_docstrings-%{version}-py*.egg-info/*
%pycache_only %{python_sitelib}/__pycache__
%changelog