15
0

Accepting request 626409 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/626409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docformatter?expand=0&rev=2
This commit is contained in:
2018-07-31 14:01:50 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 29 13:14:37 UTC 2018 - jengelh@inai.de
- Use noun phrase in summary.
-------------------------------------------------------------------
Thu May 24 17:31:41 UTC 2018 - toddrme2178@gmail.com

View File

@@ -13,16 +13,17 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-docformatter
Version: 1.0
Release: 0
Summary: Utility to re-format docstrings per PEP 257
License: MIT
Summary: Formats docstrings to follow PEP 257
Url: https://github.com/myint/docformatter
Group: Development/Languages/Python
Url: https://github.com/myint/docformatter
Source: https://files.pythonhosted.org/packages/source/d/docformatter/docformatter-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}