15
0

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:
Tomáš Chvátal
2019-07-26 09:35:34 +00:00
committed by Git OBS Bridge
parent 11253af947
commit b6981b6488
4 changed files with 12 additions and 4 deletions

View File

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

3
docformatter-1.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 26 09:26:07 UTC 2019 - pgajdos@suse.com
- version update to 1.3
* no upstream changelog
-------------------------------------------------------------------
Fri Mar 8 14:28:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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}/*