diff --git a/docformatter-1.3.1.tar.gz b/docformatter-1.3.1.tar.gz new file mode 100644 index 0000000..130abd2 --- /dev/null +++ b/docformatter-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8db663665becccac75737b2635a06076f2c832bf861322a7bfc512f0a9fa7e3 +size 16795 diff --git a/docformatter-1.3.tar.gz b/docformatter-1.3.tar.gz deleted file mode 100644 index 8ebab69..0000000 --- a/docformatter-1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c68c8db0952d7ec6423581915fde3f23d4be5eccc11eb28a3415b5cd0a1e4f73 -size 16711 diff --git a/python-docformatter.changes b/python-docformatter.changes index 7d89f50..0ce926c 100644 --- a/python-docformatter.changes +++ b/python-docformatter.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 2 12:38:39 UTC 2020 - Marketa Calabkova + +- update to 1.3.1 + * A pydoc reference such as ':see:' should not be start of sentence + ------------------------------------------------------------------- Fri Jul 26 09:26:07 UTC 2019 - pgajdos@suse.com diff --git a/python-docformatter.spec b/python-docformatter.spec index 5cbbd4f..85e675c 100644 --- a/python-docformatter.spec +++ b/python-docformatter.spec @@ -1,7 +1,7 @@ # # spec file for package python-docformatter # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-docformatter -Version: 1.3 +Version: 1.3.1 Release: 0 Summary: Utility to re-format docstrings per PEP 257 License: MIT Group: Development/Languages/Python -Url: https://github.com/myint/docformatter +URL: https://github.com/myint/docformatter Source: https://files.pythonhosted.org/packages/source/d/docformatter/docformatter-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes