From b6981b6488855c5883f6ea508c46905585b353947f80510c83b50074f52fea79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Jul 2019 09:35:34 +0000 Subject: [PATCH] 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 --- docformatter-1.1.tar.gz | 3 --- docformatter-1.3.tar.gz | 3 +++ python-docformatter.changes | 6 ++++++ python-docformatter.spec | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 docformatter-1.1.tar.gz create mode 100644 docformatter-1.3.tar.gz diff --git a/docformatter-1.1.tar.gz b/docformatter-1.1.tar.gz deleted file mode 100644 index d7aa00b..0000000 --- a/docformatter-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa08a099aad4bb662cd7c989ecbfddd3aee5ec585e68c0759cb90a3bc31cb562 -size 15299 diff --git a/docformatter-1.3.tar.gz b/docformatter-1.3.tar.gz new file mode 100644 index 0000000..8ebab69 --- /dev/null +++ b/docformatter-1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68c8db0952d7ec6423581915fde3f23d4be5eccc11eb28a3415b5cd0a1e4f73 +size 16711 diff --git a/python-docformatter.changes b/python-docformatter.changes index d97dcfa..7d89f50 100644 --- a/python-docformatter.changes +++ b/python-docformatter.changes @@ -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 diff --git a/python-docformatter.spec b/python-docformatter.spec index 891f39c..5cbbd4f 100644 --- a/python-docformatter.spec +++ b/python-docformatter.spec @@ -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}/*