forked from pool/python-docformatter
Accepting request 718792 from home:pgajdos
- version update to 1.3 * no upstream changelog OBS-URL: https://build.opensuse.org/request/show/718792 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docformatter?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
11253af947
commit
b6981b6488
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-docformatter
|
||||
Version: 1.1
|
||||
Version: 1.3
|
||||
Release: 0
|
||||
Summary: Utility to re-format docstrings per PEP 257
|
||||
License: MIT
|
||||
@@ -31,6 +31,7 @@ BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module untokenize}
|
||||
# /SECTION
|
||||
Requires: python-setuptools
|
||||
Requires: python-untokenize
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -72,6 +73,7 @@ sed -i -e '/^#!\//, 1d' docformatter.py
|
||||
%python_exec setup.py test
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc AUTHORS.rst README.rst
|
||||
%python3_only %{_bindir}/docformatter
|
||||
%{python_sitelib}/*
|
||||
|
||||
Reference in New Issue
Block a user