From 11253af94759e1836d59b1b1d597cdf3a4bda3b4d556ce7f7b2389ceb302c3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 8 Mar 2019 14:29:20 +0000 Subject: [PATCH] - Update to 1.1: * fixes for python 3.7 * varioius cleanups OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docformatter?expand=0&rev=9 --- docformatter-1.0.tar.gz | 3 --- docformatter-1.1.tar.gz | 3 +++ python-docformatter.changes | 7 +++++++ python-docformatter.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 docformatter-1.0.tar.gz create mode 100644 docformatter-1.1.tar.gz diff --git a/docformatter-1.0.tar.gz b/docformatter-1.0.tar.gz deleted file mode 100644 index bc2d29f..0000000 --- a/docformatter-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:036eba7c12669dc67c0ccaa3c40e2add3cc729af6a5fa4a2a54517bc09e10237 -size 16447 diff --git a/docformatter-1.1.tar.gz b/docformatter-1.1.tar.gz new file mode 100644 index 0000000..d7aa00b --- /dev/null +++ b/docformatter-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa08a099aad4bb662cd7c989ecbfddd3aee5ec585e68c0759cb90a3bc31cb562 +size 15299 diff --git a/python-docformatter.changes b/python-docformatter.changes index 828f63a..d97dcfa 100644 --- a/python-docformatter.changes +++ b/python-docformatter.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 8 14:28:00 UTC 2019 - Tomáš Chvátal + +- Update to 1.1: + * fixes for python 3.7 + * varioius cleanups + ------------------------------------------------------------------- Tue Dec 4 12:47:23 UTC 2018 - Matej Cepl diff --git a/python-docformatter.spec b/python-docformatter.spec index 7448b73..891f39c 100644 --- a/python-docformatter.spec +++ b/python-docformatter.spec @@ -1,7 +1,7 @@ # # spec file for package python-docformatter # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-docformatter -Version: 1.0 +Version: 1.1 Release: 0 Summary: Utility to re-format docstrings per PEP 257 License: MIT