17
0

Accepting request 720880 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/720880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-docstrings?expand=0&rev=4
This commit is contained in:
2019-08-05 08:42:13 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e0ce1476b64e6291520e5570cf12b05016dd4e8ae454b8a8a9a48bc5f84e1cd
size 4850

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8d72ccd5807c1ab9ff1466cb9bece0c4d94b8669e9bc4f472abc80dbc5d399e
size 4904

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 3 14:26:11 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* be more specific in %files section
- update to version 1.3.1:
* Fix incompatibility with pydocstyle 4.x
-------------------------------------------------------------------
Tue Dec 4 12:48:03 UTC 2018 - Matej Cepl <mcepl@suse.com>

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